Lines Matching refs:hsdev
124 accel_state->common_attributes.hsdev, in accel_3d_read_raw()
203 static int accel_3d_proc_event(struct hid_sensor_hub_device *hsdev, in accel_3d_proc_event() argument
220 static int accel_3d_capture_sample(struct hid_sensor_hub_device *hsdev, in accel_3d_capture_sample() argument
248 struct hid_sensor_hub_device *hsdev, in accel_3d_parse_report() argument
257 ret = sensor_hub_input_get_attribute_info(hsdev, in accel_3d_parse_report()
281 sensor_hub_input_get_attribute_info(hsdev, in accel_3d_parse_report()
301 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_accel_3d_probe() local
312 accel_state->common_attributes.hsdev = hsdev; in hid_accel_3d_probe()
315 ret = hid_sensor_parse_common_attributes(hsdev, in hid_accel_3d_probe()
330 ret = accel_3d_parse_report(pdev, hsdev, channels, in hid_accel_3d_probe()
367 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_ACCEL_3D, in hid_accel_3d_probe()
390 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_accel_3d_remove() local
394 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_ACCEL_3D); in hid_accel_3d_remove()