Home
last modified time | relevance | path

Searched refs:has_gestures (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_f11.c187 * @has_gestures - the sensor supports gesture reporting.
216 * Gesture information queries 7 and 8 are present if has_gestures bit is set.
316 bool has_gestures; member
782 sensor_query->has_gestures = !!(query_buf[0] & RMI_F11_HAS_GESTURES); in rmi_f11_get_query_parameters()
826 if (sensor_query->has_gestures) { in rmi_f11_get_query_parameters()
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_f11.c189 * @has_gestures: the sensor supports gesture reporting.
222 * Gesture information queries 7 and 8 are present if has_gestures bit is set.
338 bool has_gestures; member
804 sensor_query->has_gestures = !!(query_buf[0] & RMI_F11_HAS_GESTURES); in rmi_f11_get_query_parameters()
848 if (sensor_query->has_gestures) { in rmi_f11_get_query_parameters()

Completed in 7 milliseconds