Searched refs:tracking_slots (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.h | 46 int *tracking_slots; member
|
H A D | rmi_f12.c | 189 sensor->tracking_slots, in rmi_f12_process_objects() 527 sensor->tracking_slots = devm_kcalloc(&fn->dev, in rmi_f12_probe() 533 if (!sensor->tracking_pos || !sensor->tracking_slots || !sensor->objs) in rmi_f12_probe()
|
H A D | rmi_f11.c | 607 sensor->tracking_slots, in rmi_f11_finger_handler() 1184 sensor->tracking_slots = devm_kcalloc(&fn->dev, in rmi_f11_initialize() 1190 if (!sensor->tracking_pos || !sensor->tracking_slots || !sensor->objs) in rmi_f11_initialize()
|
H A D | rmi_2d_sensor.c | 75 input_mt_slot(input, sensor->tracking_slots[slot]); in rmi_2d_sensor_abs_report()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.h | 46 int *tracking_slots; member
|
H A D | rmi_f12.c | 189 sensor->tracking_slots, in rmi_f12_process_objects() 527 sensor->tracking_slots = devm_kcalloc(&fn->dev, in rmi_f12_probe() 533 if (!sensor->tracking_pos || !sensor->tracking_slots || !sensor->objs) in rmi_f12_probe()
|
H A D | rmi_f11.c | 629 sensor->tracking_slots, in rmi_f11_finger_handler() 1206 sensor->tracking_slots = devm_kcalloc(&fn->dev, in rmi_f11_initialize() 1212 if (!sensor->tracking_pos || !sensor->tracking_slots || !sensor->objs) in rmi_f11_initialize()
|
H A D | rmi_2d_sensor.c | 75 input_mt_slot(input, sensor->tracking_slots[slot]); in rmi_2d_sensor_abs_report()
|
Completed in 7 milliseconds