Lines Matching refs:hsdev
124 gyro_state->common_attributes.hsdev, in gyro_3d_read_raw()
203 static int gyro_3d_proc_event(struct hid_sensor_hub_device *hsdev, in gyro_3d_proc_event() argument
220 static int gyro_3d_capture_sample(struct hid_sensor_hub_device *hsdev, in gyro_3d_capture_sample() argument
248 struct hid_sensor_hub_device *hsdev, in gyro_3d_parse_report() argument
257 ret = sensor_hub_input_get_attribute_info(hsdev, in gyro_3d_parse_report()
281 sensor_hub_input_get_attribute_info(hsdev, in gyro_3d_parse_report()
300 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_gyro_3d_probe() local
309 gyro_state->common_attributes.hsdev = hsdev; in hid_gyro_3d_probe()
312 ret = hid_sensor_parse_common_attributes(hsdev, in hid_gyro_3d_probe()
327 ret = gyro_3d_parse_report(pdev, hsdev, channels, in hid_gyro_3d_probe()
364 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D, in hid_gyro_3d_probe()
387 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_gyro_3d_remove() local
391 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_GYRO_3D); in hid_gyro_3d_remove()