Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhid-sensor-hub.h279 bool hid_sensor_batch_mode_supported(struct hid_sensor_common *st);
/linux-6.15/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c494 bool hid_sensor_batch_mode_supported(struct hid_sensor_common *st) in hid_sensor_batch_mode_supported() function
498 EXPORT_SYMBOL_NS(hid_sensor_batch_mode_supported, "IIO_HID_ATTRIBUTES");
H A Dhid-sensor-trigger.c238 if (hid_sensor_batch_mode_supported(attrb)) in hid_sensor_setup_trigger()