Lines Matching refs:hsdev
95 prox_state->common_attributes.hsdev, in prox_read_raw()
173 static int prox_proc_event(struct hid_sensor_hub_device *hsdev, in prox_proc_event() argument
190 static int prox_capture_sample(struct hid_sensor_hub_device *hsdev, in prox_capture_sample() argument
213 struct hid_sensor_hub_device *hsdev, in prox_parse_report() argument
220 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in prox_parse_report()
234 sensor_hub_input_get_attribute_info(hsdev, in prox_parse_report()
253 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_prox_probe() local
262 prox_state->common_attributes.hsdev = hsdev; in hid_prox_probe()
265 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_PROX, in hid_prox_probe()
279 ret = prox_parse_report(pdev, hsdev, in hid_prox_probe()
317 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PROX, in hid_prox_probe()
340 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_prox_remove() local
344 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_PROX); in hid_prox_remove()