Symbol: sensor_hub_register_callback
drivers/hid/hid-sensor-custom.c
1001
ret = sensor_hub_register_callback(hsdev, hsdev->usage,
drivers/hid/hid-sensor-hub.c
167
EXPORT_SYMBOL_GPL(sensor_hub_register_callback);
drivers/iio/accel/hid-sensor-accel-3d.c
397
ret = sensor_hub_register_callback(hsdev, hsdev->usage,
drivers/iio/gyro/hid-sensor-gyro-3d.c
335
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D,
drivers/iio/humidity/hid-sensor-humidity.c
243
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY,
drivers/iio/light/hid-sensor-als.c
417
ret = sensor_hub_register_callback(hsdev, hsdev->usage, &als_state->callbacks);
drivers/iio/light/hid-sensor-prox.c
323
ret = sensor_hub_register_callback(hsdev, hsdev->usage,
drivers/iio/magnetometer/hid-sensor-magn-3d.c
524
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D,
drivers/iio/orientation/hid-sensor-incl-3d.c
367
ret = sensor_hub_register_callback(hsdev,
drivers/iio/orientation/hid-sensor-rotation.c
379
ret = sensor_hub_register_callback(hsdev, hsdev->usage,
drivers/iio/position/hid-sensor-custom-intel-hinge.c
322
ret = sensor_hub_register_callback(hsdev, hsdev->usage, &st->callbacks);
drivers/iio/pressure/hid-sensor-press.c
302
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PRESSURE,
drivers/iio/temperature/hid-sensor-temperature.c
241
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE,
drivers/rtc/rtc-hid-sensor-time.c
259
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TIME,
include/linux/hid-sensor-hub.h
130
int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,