Lines Matching refs:hsdev
111 gyro_state->common_attributes.hsdev, in gyro_3d_read_raw()
190 static int gyro_3d_proc_event(struct hid_sensor_hub_device *hsdev, in gyro_3d_proc_event() argument
207 static int gyro_3d_capture_sample(struct hid_sensor_hub_device *hsdev, in gyro_3d_capture_sample() argument
235 struct hid_sensor_hub_device *hsdev, in gyro_3d_parse_report() argument
244 ret = sensor_hub_input_get_attribute_info(hsdev, in gyro_3d_parse_report()
268 sensor_hub_input_get_attribute_info(hsdev, in gyro_3d_parse_report()
287 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_gyro_3d_probe() local
295 gyro_state->common_attributes.hsdev = hsdev; in hid_gyro_3d_probe()
298 ret = hid_sensor_parse_common_attributes(hsdev, in hid_gyro_3d_probe()
313 ret = gyro_3d_parse_report(pdev, hsdev, in hid_gyro_3d_probe()
344 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D, in hid_gyro_3d_probe()
365 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_gyro_3d_remove() local
369 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D); in hid_gyro_3d_remove()