Home
last modified time | relevance | path

Searched refs:sensor_hub_device_open (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/linux/
Dhid-sensor-hub.h104 int sensor_hub_device_open(struct hid_sensor_hub_device *hsdev);
/linux-5.19.10/drivers/rtc/
Drtc-hid-sensor-time.c266 ret = sensor_hub_device_open(hsdev); in hid_time_probe()
/linux-5.19.10/drivers/iio/common/hid-sensors/
Dhid-sensor-trigger.c91 if (sensor_hub_device_open(st->hsdev)) in _hid_sensor_power_state()
/linux-5.19.10/drivers/hid/
Dhid-sensor-hub.c548 int sensor_hub_device_open(struct hid_sensor_hub_device *hsdev) in sensor_hub_device_open() function
567 EXPORT_SYMBOL_GPL(sensor_hub_device_open);
Dhid-sensor-custom.c243 ret = sensor_hub_device_open(sensor_inst->hsdev); in enable_sensor_store()