Searched refs:sensor_hub_remove_callback (Results  1 – 13 of 13) sorted by relevance
| /linux-4.4.14/drivers/rtc/ | 
| D | rtc-hid-sensor-time.c | 307 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TIME);  in hid_time_probe() 316 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TIME);  in hid_time_remove()
  | 
| /linux-4.4.14/include/linux/ | 
| D | hid-sensor-hub.h | 151 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,
  | 
| /linux-4.4.14/drivers/iio/orientation/ | 
| D | hid-sensor-rotation.c | 317 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_DEVICE_ORIENTATION);  in hid_dev_rot_remove()
  | 
| D | hid-sensor-incl-3d.c | 411 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_INCLINOMETER_3D);  in hid_incl_3d_remove()
  | 
| /linux-4.4.14/drivers/iio/light/ | 
| D | hid-sensor-prox.c | 343 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_PROX);  in hid_prox_remove()
  | 
| D | hid-sensor-als.c | 355 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_ALS);  in hid_als_remove()
  | 
| /linux-4.4.14/drivers/iio/pressure/ | 
| D | hid-sensor-press.c | 354 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_PRESSURE);  in hid_press_remove()
  | 
| /linux-4.4.14/drivers/hid/ | 
| D | hid-sensor-custom.c | 807 	sensor_hub_remove_callback(hsdev, hsdev->usage);  in hid_sensor_custom_probe() 821 	sensor_hub_remove_callback(hsdev, hsdev->usage);  in hid_sensor_custom_remove()
  | 
| D | hid-sensor-hub.c | 182 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,  in sensor_hub_remove_callback()  function 201 EXPORT_SYMBOL_GPL(sensor_hub_remove_callback);
  | 
| /linux-4.4.14/drivers/iio/accel/ | 
| D | hid-sensor-accel-3d.c | 393 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_ACCEL_3D);  in hid_accel_3d_remove()
  | 
| /linux-4.4.14/drivers/iio/gyro/ | 
| D | hid-sensor-gyro-3d.c | 390 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D);  in hid_gyro_3d_remove()
  | 
| /linux-4.4.14/drivers/iio/magnetometer/ | 
| D | hid-sensor-magn-3d.c | 505 	sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D);  in hid_magn_3d_remove()
  | 
| /linux-4.4.14/Documentation/hid/ | 
| D | hid-sensor.txt | 95 int sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev,
  |