Searched refs:hid_sensor_parse_common_attributes (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 362 int hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev, hid_sensor_parse_common_attributes() function 393 EXPORT_SYMBOL(hid_sensor_parse_common_attributes); variable
|
/linux-4.1.27/drivers/iio/light/ |
H A D | hid-sensor-als.c | 277 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_ALS, hid_als_probe()
|
H A D | hid-sensor-prox.c | 265 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_PROX, hid_prox_probe()
|
/linux-4.1.27/drivers/iio/orientation/ |
H A D | hid-sensor-rotation.c | 238 ret = hid_sensor_parse_common_attributes(hsdev, hid_dev_rot_probe()
|
H A D | hid-sensor-incl-3d.c | 331 ret = hid_sensor_parse_common_attributes(hsdev, hid_incl_3d_probe()
|
/linux-4.1.27/drivers/iio/pressure/ |
H A D | hid-sensor-press.c | 275 ret = hid_sensor_parse_common_attributes(hsdev, hid_press_probe()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-hid-sensor-time.c | 253 ret = hid_sensor_parse_common_attributes(hsdev, hid_time_probe()
|
/linux-4.1.27/include/linux/ |
H A D | hid-sensor-hub.h | 252 int hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev,
|
/linux-4.1.27/drivers/iio/accel/ |
H A D | hid-sensor-accel-3d.c | 315 ret = hid_sensor_parse_common_attributes(hsdev, hid_accel_3d_probe()
|
/linux-4.1.27/drivers/iio/gyro/ |
H A D | hid-sensor-gyro-3d.c | 312 ret = hid_sensor_parse_common_attributes(hsdev, hid_gyro_3d_probe()
|
/linux-4.1.27/drivers/iio/magnetometer/ |
H A D | hid-sensor-magn-3d.c | 434 ret = hid_sensor_parse_common_attributes(hsdev, hid_magn_3d_probe()
|
Completed in 205 milliseconds