Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhid-sensor-hub.h126 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,
/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dhid-sensor-temperature.c242 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE, in hid_temperature_probe()
/OK3568_Linux_fs/kernel/drivers/iio/humidity/
H A Dhid-sensor-humidity.c245 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY, in hid_humidity_probe()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-hid-sensor-time.c257 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TIME, in hid_time_probe()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-sensor-hub.c128 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev, in sensor_hub_register_callback() function
168 EXPORT_SYMBOL_GPL(sensor_hub_register_callback);
H A Dhid-sensor-custom.c767 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_sensor_custom_probe()
/OK3568_Linux_fs/kernel/drivers/iio/orientation/
H A Dhid-sensor-rotation.c306 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_dev_rot_probe()
H A Dhid-sensor-incl-3d.c364 ret = sensor_hub_register_callback(hsdev, in hid_incl_3d_probe()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dhid-sensor-prox.c313 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PROX, in hid_prox_probe()
H A Dhid-sensor-als.c326 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Dhid-sensor-press.c308 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PRESSURE, in hid_press_probe()
/OK3568_Linux_fs/kernel/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c344 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D, in hid_gyro_3d_probe()
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c412 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_accel_3d_probe()
/OK3568_Linux_fs/kernel/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c537 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D, in hid_magn_3d_probe()
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhid-sensor.rst94 int sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev,