Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dili210x.c107 static bool ili210x_touchdata_to_coords(const u8 *touchdata, in ili210x_touchdata_to_coords()
163 static bool ili211x_touchdata_to_coords(const u8 *touchdata, in ili211x_touchdata_to_coords()
196 static bool ili212x_touchdata_to_coords(const u8 *touchdata, in ili212x_touchdata_to_coords()
271 static bool ili251x_touchdata_to_coords(const u8 *touchdata, in ili251x_touchdata_to_coords()
305 static bool ili210x_report_events(struct ili210x *priv, u8 *touchdata) in ili210x_report_events()
335 u8 touchdata[ILI210X_DATA_SIZE] = { 0 }; in ili210x_irq() local