Lines Matching refs:hsdev
116 als_state->common_attributes.hsdev, in als_read_raw()
193 static int als_proc_event(struct hid_sensor_hub_device *hsdev, in als_proc_event() argument
210 static int als_capture_sample(struct hid_sensor_hub_device *hsdev, in als_capture_sample() argument
235 struct hid_sensor_hub_device *hsdev, in als_parse_report() argument
242 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in als_parse_report()
263 sensor_hub_input_get_attribute_info(hsdev, in als_parse_report()
282 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_probe() local
290 als_state->common_attributes.hsdev = hsdev; in hid_als_probe()
293 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
307 ret = als_parse_report(pdev, hsdev, in hid_als_probe()
345 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_ALS, in hid_als_probe()
368 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_als_remove() local
372 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_ALS); in hid_als_remove()