Lines Matching refs:hsdev
84 prox_state->common_attributes.hsdev, in prox_read_raw()
162 static int prox_proc_event(struct hid_sensor_hub_device *hsdev, in prox_proc_event() argument
179 static int prox_capture_sample(struct hid_sensor_hub_device *hsdev, in prox_capture_sample() argument
202 struct hid_sensor_hub_device *hsdev, in prox_parse_report() argument
209 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in prox_parse_report()
223 sensor_hub_input_get_attribute_info(hsdev, in prox_parse_report()
233 sensor_hub_input_get_attribute_info(hsdev, in prox_parse_report()
249 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_prox_probe() local
258 prox_state->common_attributes.hsdev = hsdev; in hid_prox_probe()
261 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_PROX, in hid_prox_probe()
275 ret = prox_parse_report(pdev, hsdev, in hid_prox_probe()
312 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PROX, in hid_prox_probe()
335 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_prox_remove() local
339 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_PROX); in hid_prox_remove()