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
222 struct hid_sensor_hub_device *hsdev, in als_parse_report() argument
229 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in als_parse_report()
250 sensor_hub_input_get_attribute_info(hsdev, in als_parse_report()
269 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_probe() local
277 als_state->common_attributes.hsdev = hsdev; in hid_als_probe()
280 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
294 ret = als_parse_report(pdev, hsdev, in hid_als_probe()
326 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
347 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_remove() local
351 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_ALS); in hid_als_remove()