Lines Matching refs:hsdev
88 struct hid_sensor_hub_device *hsdev; in prox_read_raw() local
103 hsdev = prox_state->common_attributes.hsdev; in prox_read_raw()
106 *val = sensor_hub_input_attr_get_raw_value(hsdev, in prox_read_raw()
107 hsdev->usage, in prox_read_raw()
178 static int prox_proc_event(struct hid_sensor_hub_device *hsdev, in prox_proc_event() argument
195 static int prox_capture_sample(struct hid_sensor_hub_device *hsdev, in prox_capture_sample() argument
231 struct hid_sensor_hub_device *hsdev, in prox_parse_report() argument
242 ret = sensor_hub_input_get_attribute_info(hsdev, in prox_parse_report()
244 hsdev->usage, in prox_parse_report()
275 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); in hid_prox_probe() local
288 prox_state->common_attributes.hsdev = hsdev; in hid_prox_probe()
291 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage, in hid_prox_probe()
300 ret = prox_parse_report(pdev, hsdev, prox_state); in hid_prox_probe()
331 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_prox_probe()
350 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); in hid_prox_remove() local
354 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_prox_remove()