Home
last modified time | relevance | path

Searched defs:touch_regs (Results 1 – 2 of 2) sorted by relevance

/bsp/raspberry-pi/raspi4-32/driver/touch/
A Ddrv_dsi_touch.c34 struct touch_regs struct
36 uint8_t device_mode;
37 uint8_t gesture_id;
38 uint8_t num_points;
39 struct touch
63 struct touch_regs *regs = (struct touch_regs *)touchbuf; in dsi_touch_thread_entry() argument
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_dsi_touch.c46 struct touch_regs struct
48 uint8_t device_mode;
49 uint8_t gesture_id;
50 uint8_t num_points;
51 struct touch
59 } point[MAXIMUM_SUPPORTED_POINTS];

Completed in 6 milliseconds