Searched refs:y_out (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/ |
H A D | vim2m.c | 452 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local 490 y_out = 0; in device_process() 499 for (y = start; y != end; y += step, y_out++) { in device_process() 518 for (y = start; y != end; y += step, y_out++) { in device_process() 542 p_in_x, &p_out, y_out, in device_process()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/ |
H A D | vim2m.c | 447 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local 485 y_out = 0; in device_process() 494 for (y = start; y != end; y += step, y_out++) { in device_process() 513 for (y = start; y != end; y += step, y_out++) { in device_process() 537 p_in_x, &p_out, y_out, in device_process()
|
Completed in 4 milliseconds