Searched refs:sensor_hub_remove_callback (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/drivers/iio/humidity/ |
D | hid-sensor-humidity.c | 256 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY); in hid_humidity_probe() 270 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY); in hid_humidity_remove()
|
/linux-6.6.21/drivers/iio/temperature/ |
D | hid-sensor-temperature.c | 253 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE); in hid_temperature_probe() 266 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE); in hid_temperature_remove()
|
/linux-6.6.21/drivers/rtc/ |
D | rtc-hid-sensor-time.c | 295 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TIME); in hid_time_probe() 304 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TIME); in hid_time_remove()
|
/linux-6.6.21/drivers/iio/position/ |
D | hid-sensor-custom-intel-hinge.c | 338 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_hinge_probe() 352 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_hinge_remove()
|
/linux-6.6.21/include/linux/ |
D | hid-sensor-hub.h | 138 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,
|
/linux-6.6.21/drivers/iio/light/ |
D | hid-sensor-prox.c | 322 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_prox_remove()
|
D | hid-sensor-als.c | 357 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_als_remove()
|
/linux-6.6.21/drivers/iio/pressure/ |
D | hid-sensor-press.c | 332 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_PRESSURE); in hid_press_remove()
|
/linux-6.6.21/drivers/iio/orientation/ |
D | hid-sensor-rotation.c | 336 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_dev_rot_remove()
|
D | hid-sensor-incl-3d.c | 392 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_INCLINOMETER_3D); in hid_incl_3d_remove()
|
/linux-6.6.21/drivers/iio/gyro/ |
D | hid-sensor-gyro-3d.c | 368 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D); in hid_gyro_3d_remove()
|
/linux-6.6.21/drivers/hid/ |
D | hid-sensor-hub.c | 169 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev, in sensor_hub_remove_callback() function 188 EXPORT_SYMBOL_GPL(sensor_hub_remove_callback);
|
D | hid-sensor-custom.c | 1030 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_sensor_custom_probe() 1049 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_sensor_custom_remove()
|
/linux-6.6.21/drivers/iio/accel/ |
D | hid-sensor-accel-3d.c | 431 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_accel_3d_remove()
|
/linux-6.6.21/drivers/iio/magnetometer/ |
D | hid-sensor-magn-3d.c | 556 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D); in hid_magn_3d_remove()
|
/linux-6.6.21/Documentation/hid/ |
D | hid-sensor.rst | 102 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,
|