Searched refs:y_mm (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_2d_sensor.c | 164 if (sensor->x_mm && sensor->y_mm) { in rmi_2d_sensor_set_input_params() 166 res_y = (sensor->max_y - sensor->min_y) / sensor->y_mm; in rmi_2d_sensor_set_input_params() 305 pdata->y_mm = val; in rmi_2d_sensor_of_probe()
|
| H A D | rmi_f12.c | 136 sensor->y_mm = (pitch_y * tx_receivers) >> 12; in rmi_f12_read_sensor_tuning() 139 sensor->x_mm, sensor->y_mm); in rmi_f12_read_sensor_tuning() 412 sensor->y_mm = f12->sensor_pdata.y_mm; in rmi_f12_probe()
|
| H A D | rmi_2d_sensor.h | 66 u8 y_mm; member
|
| H A D | rmi_f11.c | 1137 sensor->y_mm = f11->sens_query.y_sensor_size_mm; in rmi_f11_initialize() 1140 sensor->y_mm = f11->sensor_pdata.y_mm; in rmi_f11_initialize()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rmi.h | 94 int y_mm; member
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | elan_i2c_core.c | 360 u32 x_mm, y_mm; in elan_query_device_parameters() local 396 "touchscreen-y-mm", &y_mm)) { in elan_query_device_parameters() 406 data->y_res = (data->max_y + 1) / y_mm; in elan_query_device_parameters()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | edid.c | 1771 uint x_mm, y_mm; in decode_timing() local 1779 y_mm = (buf[13] + ((buf[14] & 0x0f) << 8)); in decode_timing() 1818 x_mm, y_mm, in decode_timing() 1833 uint x_mm, y_mm; in decode_mode() local 1839 y_mm = (buf[13] + ((buf[14] & 0x0f) << 8)); in decode_mode() 1874 x_mm, y_mm, mode->flags, in decode_mode()
|