Searched refs:hid_sensor_parse_common_attributes (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.15/include/linux/ | 
| D | hid-sensor-hub.h | 250 int hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev,
 | 
| /Linux-v5.15/drivers/iio/common/hid-sensors/ | 
| D | hid-sensor-attributes.c | 496 int hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev,  in hid_sensor_parse_common_attributes()  function586 EXPORT_SYMBOL_NS(hid_sensor_parse_common_attributes, IIO_HID);
 
 | 
| /Linux-v5.15/drivers/iio/temperature/ | 
| D | hid-sensor-temperature.c | 207 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_temperature_probe()
 | 
| /Linux-v5.15/drivers/iio/humidity/ | 
| D | hid-sensor-humidity.c | 210 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_humidity_probe()
 | 
| /Linux-v5.15/drivers/rtc/ | 
| D | rtc-hid-sensor-time.c | 239 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_time_probe()
 | 
| /Linux-v5.15/drivers/iio/light/ | 
| D | hid-sensor-prox.c | 247 	ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_PROX,  in hid_prox_probe()
 | 
| D | hid-sensor-als.c | 288 	ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_ALS,  in hid_als_probe()
 | 
| /Linux-v5.15/drivers/iio/pressure/ | 
| D | hid-sensor-press.c | 260 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_press_probe()
 | 
| /Linux-v5.15/drivers/iio/orientation/ | 
| D | hid-sensor-rotation.c | 264 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_dev_rot_probe()
 | 
| D | hid-sensor-incl-3d.c | 319 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_incl_3d_probe()
 | 
| /Linux-v5.15/drivers/iio/position/ | 
| D | hid-sensor-custom-intel-hinge.c | 285 	ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage,  in hid_hinge_probe()
 | 
| /Linux-v5.15/drivers/iio/gyro/ | 
| D | hid-sensor-gyro-3d.c | 296 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_gyro_3d_probe()
 | 
| /Linux-v5.15/drivers/iio/accel/ | 
| D | hid-sensor-accel-3d.c | 361 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_accel_3d_probe()
 | 
| /Linux-v5.15/drivers/iio/magnetometer/ | 
| D | hid-sensor-magn-3d.c | 488 	ret = hid_sensor_parse_common_attributes(hsdev,  in hid_magn_3d_probe()
 |