Lines Matching refs:hsdev
102 als_state->common_attributes.hsdev, in als_read_raw()
180 static int als_proc_event(struct hid_sensor_hub_device *hsdev, in als_proc_event() argument
197 static int als_capture_sample(struct hid_sensor_hub_device *hsdev, in als_capture_sample() argument
220 struct hid_sensor_hub_device *hsdev, in als_parse_report() argument
227 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in als_parse_report()
246 sensor_hub_input_get_attribute_info(hsdev, in als_parse_report()
265 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_probe() local
274 als_state->common_attributes.hsdev = hsdev; in hid_als_probe()
277 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
290 ret = als_parse_report(pdev, hsdev, channels, in hid_als_probe()
328 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
351 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_remove() local
355 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_ALS); in hid_als_remove()