Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dhid-sensor-hub.h271 bool hid_sensor_batch_mode_supported(struct hid_sensor_common *st);
/Linux-v5.10/drivers/iio/common/hid-sensors/
Dhid-sensor-attributes.c441 bool hid_sensor_batch_mode_supported(struct hid_sensor_common *st) in hid_sensor_batch_mode_supported() function
445 EXPORT_SYMBOL(hid_sensor_batch_mode_supported);
Dhid-sensor-trigger.c90 if (!hid_sensor_batch_mode_supported(st)) in hid_sensor_setup_batch_mode()