Lines Matching refs:hsdev
113 als_state->common_attributes.hsdev, in als_read_raw()
191 static int als_proc_event(struct hid_sensor_hub_device *hsdev, in als_proc_event() argument
212 static int als_capture_sample(struct hid_sensor_hub_device *hsdev, in als_capture_sample() argument
241 struct hid_sensor_hub_device *hsdev, in als_parse_report() argument
248 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in als_parse_report()
277 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_probe() local
285 als_state->common_attributes.hsdev = hsdev; in hid_als_probe()
288 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
304 ret = als_parse_report(pdev, hsdev, in hid_als_probe()
336 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
355 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_remove() local
359 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_ALS); in hid_als_remove()