Lines Matching refs:hsdev
113 gyro_state->common_attributes.hsdev, in gyro_3d_read_raw()
192 static int gyro_3d_proc_event(struct hid_sensor_hub_device *hsdev, in gyro_3d_proc_event() argument
209 static int gyro_3d_capture_sample(struct hid_sensor_hub_device *hsdev, in gyro_3d_capture_sample() argument
237 struct hid_sensor_hub_device *hsdev, in gyro_3d_parse_report() argument
246 ret = sensor_hub_input_get_attribute_info(hsdev, in gyro_3d_parse_report()
270 sensor_hub_input_get_attribute_info(hsdev, in gyro_3d_parse_report()
289 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_gyro_3d_probe() local
297 gyro_state->common_attributes.hsdev = hsdev; in hid_gyro_3d_probe()
300 ret = hid_sensor_parse_common_attributes(hsdev, in hid_gyro_3d_probe()
315 ret = gyro_3d_parse_report(pdev, hsdev, in hid_gyro_3d_probe()
352 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D, in hid_gyro_3d_probe()
375 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_gyro_3d_remove() local
379 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D); in hid_gyro_3d_remove()