Home
last modified time | relevance | path

Searched refs:sensor_hub_register_callback (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/include/linux/
Dhid-sensor-hub.h139 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,
/Linux-v4.19/drivers/iio/humidity/
Dhid-sensor-humidity.c260 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY, in hid_humidity_probe()
/Linux-v4.19/drivers/iio/temperature/
Dhid-sensor-temperature.c257 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE, in hid_temperature_probe()
/Linux-v4.19/drivers/rtc/
Drtc-hid-sensor-time.c271 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TIME, in hid_time_probe()
/Linux-v4.19/drivers/iio/light/
Dhid-sensor-prox.c322 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PROX, in hid_prox_probe()
Dhid-sensor-als.c345 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
/Linux-v4.19/drivers/iio/orientation/
Dhid-sensor-rotation.c322 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_dev_rot_probe()
Dhid-sensor-incl-3d.c382 ret = sensor_hub_register_callback(hsdev, in hid_incl_3d_probe()
/Linux-v4.19/drivers/iio/pressure/
Dhid-sensor-press.c326 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PRESSURE, in hid_press_probe()
/Linux-v4.19/drivers/hid/
Dhid-sensor-hub.c141 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev, in sensor_hub_register_callback() function
181 EXPORT_SYMBOL_GPL(sensor_hub_register_callback);
Dhid-sensor-custom.c779 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_sensor_custom_probe()
/Linux-v4.19/drivers/iio/gyro/
Dhid-sensor-gyro-3d.c362 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D, in hid_gyro_3d_probe()
/Linux-v4.19/drivers/iio/accel/
Dhid-sensor-accel-3d.c427 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_accel_3d_probe()
/Linux-v4.19/drivers/iio/magnetometer/
Dhid-sensor-magn-3d.c556 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D, in hid_magn_3d_probe()
/Linux-v4.19/Documentation/hid/
Dhid-sensor.txt87 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,