Lines Matching refs:hsdev
171 magn_state->common_attributes.hsdev, in magn_3d_read_raw()
249 static int magn_3d_proc_event(struct hid_sensor_hub_device *hsdev, in magn_3d_proc_event() argument
264 static int magn_3d_capture_sample(struct hid_sensor_hub_device *hsdev, in magn_3d_capture_sample() argument
305 struct hid_sensor_hub_device *hsdev, in magn_3d_parse_report() argument
321 status = sensor_hub_input_get_attribute_info(hsdev, in magn_3d_parse_report()
399 sensor_hub_input_get_attribute_info(hsdev, in magn_3d_parse_report()
419 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_magn_3d_probe() local
431 magn_state->common_attributes.hsdev = hsdev; in hid_magn_3d_probe()
434 ret = hid_sensor_parse_common_attributes(hsdev, in hid_magn_3d_probe()
442 ret = magn_3d_parse_report(pdev, hsdev, in hid_magn_3d_probe()
480 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D, in hid_magn_3d_probe()
501 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_magn_3d_remove() local
505 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D); in hid_magn_3d_remove()