Lines Matching refs:hsdev
141 static int dev_rot_proc_event(struct hid_sensor_hub_device *hsdev, in dev_rot_proc_event() argument
158 static int dev_rot_capture_sample(struct hid_sensor_hub_device *hsdev, in dev_rot_capture_sample() argument
178 struct hid_sensor_hub_device *hsdev, in dev_rot_parse_report() argument
185 ret = sensor_hub_input_get_attribute_info(hsdev, in dev_rot_parse_report()
204 sensor_hub_input_get_attribute_info(hsdev, in dev_rot_parse_report()
224 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_dev_rot_probe() local
235 rot_state->common_attributes.hsdev = hsdev; in hid_dev_rot_probe()
238 ret = hid_sensor_parse_common_attributes(hsdev, in hid_dev_rot_probe()
253 ret = dev_rot_parse_report(pdev, hsdev, channels, in hid_dev_rot_probe()
290 ret = sensor_hub_register_callback(hsdev, in hid_dev_rot_probe()
312 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_dev_rot_remove() local
316 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_DEVICE_ORIENTATION); in hid_dev_rot_remove()