Home
last modified time | relevance | path

Searched refs:HIMAX_MAX_POINTS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dhimax_hx83112b.c25 #define HIMAX_MAX_POINTS 10 macro
42 struct himax_event_point points[HIMAX_MAX_POINTS];
43 u8 majors[HIMAX_MAX_POINTS];
153 error = input_mt_init_slots(ts->input_dev, HIMAX_MAX_POINTS, in himax_input_register()
205 for (i = 0; i < HIMAX_MAX_POINTS && num_points_left > 0; i++) { in himax_process_event()