taglinefilesource code
N_PARAM106fs/buffer.cunsigned int data[N_PARAM];
N_PARAM115fs/buffer.cstatic int bdflush_min[N_PARAM] = {  0,  10,    5,   25,  0,   100,   100, 1, 1};
N_PARAM116fs/buffer.cstatic int bdflush_max[N_PARAM] = {100,5000, 2000, 2000,100, 60000, 60000, 2047, 5};
N_PARAM1835fs/buffer.cif (i < 0 || i >= N_PARAM) return -EINVAL;