Lines Matching refs:hsdev
82 prox_state->common_attributes.hsdev, in prox_read_raw()
160 static int prox_proc_event(struct hid_sensor_hub_device *hsdev, in prox_proc_event() argument
177 static int prox_capture_sample(struct hid_sensor_hub_device *hsdev, in prox_capture_sample() argument
200 struct hid_sensor_hub_device *hsdev, in prox_parse_report() argument
207 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in prox_parse_report()
221 sensor_hub_input_get_attribute_info(hsdev, in prox_parse_report()
231 sensor_hub_input_get_attribute_info(hsdev, in prox_parse_report()
247 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_prox_probe() local
256 prox_state->common_attributes.hsdev = hsdev; in hid_prox_probe()
259 ret = hid_sensor_parse_common_attributes(hsdev, HID_USAGE_SENSOR_PROX, in hid_prox_probe()
273 ret = prox_parse_report(pdev, hsdev, in hid_prox_probe()
304 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PROX, in hid_prox_probe()
325 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_prox_remove() local
329 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_PROX); in hid_prox_remove()