Searched refs:pitch_y (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/input/rmi4/ |
H A D | rmi_f12.c | 74 int pitch_y = 0; in rmi_f12_read_sensor_tuning() local 113 pitch_y = (buf[offset + 3] << 8) | buf[offset + 2]; in rmi_f12_read_sensor_tuning() 158 sensor->y_mm = (pitch_y * tx_receivers) >> 12; in rmi_f12_read_sensor_tuning()
|
/linux/drivers/hid/ |
H A D | hid-alps.c | 501 u8 pitch_x, pitch_y, resolution; in u1_init() local 542 &pitch_y, 0, true); in u1_init() 557 (pitch_y * (sen_line_num_y - 1)) / 10; in u1_init()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared.c | 50 unsigned int pitch_y, 3247 unsigned int pitch_y, in CalculateBytePerPixelAndBlockSizes() argument 3322 dml2_printf("DML::%s: pitch_y = %u\n", __func__, pitch_y); in CalculateBytePerPixelAndBlockSizes() 3333 *surf_linear128_l = (((pitch_y * *BytePerPixelY) % 256) != 0); in CalculateBytePerPixelAndBlockSizes()
|
H A D | dml2_core_dcn4_calcs.c | 582 unsigned int pitch_y, in CalculateBytePerPixelAndBlockSizes() argument 657 dml2_printf("DML::%s: pitch_y = %u\n", __func__, pitch_y); in CalculateBytePerPixelAndBlockSizes() 668 *surf_linear128_l = (((pitch_y * *BytePerPixelY) % 256) != 0); in CalculateBytePerPixelAndBlockSizes()
|