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
407
ret = sensor_hub_register_callback(hsdev, hsdev->usage,
drivers/iio/gyro/hid-sensor-gyro-3d.c
345
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D,
drivers/iio/humidity/hid-sensor-humidity.c
244
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY,
drivers/iio/light/hid-sensor-als.c
424
ret = sensor_hub_register_callback(hsdev, hsdev->usage, &als_state->callbacks);
drivers/iio/light/hid-sensor-prox.c
331
ret = sensor_hub_register_callback(hsdev, hsdev->usage,
drivers/iio/magnetometer/hid-sensor-magn-3d.c
533
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D,
drivers/iio/orientation/hid-sensor-incl-3d.c
368
ret = sensor_hub_register_callback(hsdev,
drivers/iio/orientation/hid-sensor-rotation.c
329
ret = sensor_hub_register_callback(hsdev, hsdev->usage,
drivers/iio/position/hid-sensor-custom-intel-hinge.c
323
ret = sensor_hub_register_callback(hsdev, hsdev->usage, &st->callbacks);
drivers/iio/pressure/hid-sensor-press.c
310
ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PRESSURE,
drivers/iio/temperature/hid-sensor-temperature.c
242
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
126
int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,