Lines Matching refs:hsdev
125 incl_state->common_attributes.hsdev, in incl_3d_read_raw()
202 static int incl_3d_proc_event(struct hid_sensor_hub_device *hsdev, in incl_3d_proc_event() argument
219 static int incl_3d_capture_sample(struct hid_sensor_hub_device *hsdev, in incl_3d_capture_sample() argument
248 struct hid_sensor_hub_device *hsdev, in incl_3d_parse_report() argument
255 ret = sensor_hub_input_get_attribute_info(hsdev, in incl_3d_parse_report()
265 ret = sensor_hub_input_get_attribute_info(hsdev, in incl_3d_parse_report()
275 ret = sensor_hub_input_get_attribute_info(hsdev, in incl_3d_parse_report()
298 sensor_hub_input_get_attribute_info(hsdev, in incl_3d_parse_report()
317 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_incl_3d_probe() local
328 incl_state->common_attributes.hsdev = hsdev; in hid_incl_3d_probe()
331 ret = hid_sensor_parse_common_attributes(hsdev, in hid_incl_3d_probe()
346 ret = incl_3d_parse_report(pdev, hsdev, channels, in hid_incl_3d_probe()
383 ret = sensor_hub_register_callback(hsdev, in hid_incl_3d_probe()
407 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_incl_3d_remove() local
411 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_INCLINOMETER_3D); in hid_incl_3d_remove()