Lines Matching refs:hsdev
104 als_state->common_attributes.hsdev, in als_read_raw()
182 static int als_proc_event(struct hid_sensor_hub_device *hsdev, in als_proc_event() argument
199 static int als_capture_sample(struct hid_sensor_hub_device *hsdev, in als_capture_sample() argument
224 struct hid_sensor_hub_device *hsdev, in als_parse_report() argument
231 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in als_parse_report()
252 sensor_hub_input_get_attribute_info(hsdev, in als_parse_report()
271 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_probe() local
279 als_state->common_attributes.hsdev = hsdev; in hid_als_probe()
282 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
296 ret = als_parse_report(pdev, hsdev, in hid_als_probe()
334 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
357 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_remove() local
361 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_ALS); in hid_als_remove()