Lines Matching refs:hsdev
97 press_state->common_attributes.hsdev, in press_read_raw()
167 static int press_proc_event(struct hid_sensor_hub_device *hsdev, in press_proc_event() argument
187 static int press_capture_sample(struct hid_sensor_hub_device *hsdev, in press_capture_sample() argument
214 struct hid_sensor_hub_device *hsdev, in press_parse_report() argument
221 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, in press_parse_report()
248 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_press_probe() local
257 press_state->common_attributes.hsdev = hsdev; in hid_press_probe()
260 ret = hid_sensor_parse_common_attributes(hsdev, in hid_press_probe()
277 ret = press_parse_report(pdev, hsdev, in hid_press_probe()
309 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_PRESSURE, in hid_press_probe()
328 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_press_remove() local
332 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_PRESSURE); in hid_press_remove()