Lines Matching refs:hsdev
168 magn_state->magn_flux_attributes.hsdev, in magn_3d_read_raw()
282 static int magn_3d_proc_event(struct hid_sensor_hub_device *hsdev, in magn_3d_proc_event() argument
304 static int magn_3d_capture_sample(struct hid_sensor_hub_device *hsdev, in magn_3d_capture_sample() argument
350 struct hid_sensor_hub_device *hsdev, in magn_3d_parse_report() argument
366 status = sensor_hub_input_get_attribute_info(hsdev, in magn_3d_parse_report()
453 sensor_hub_input_get_attribute_info(hsdev, in magn_3d_parse_report()
473 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_magn_3d_probe() local
485 magn_state->magn_flux_attributes.hsdev = hsdev; in hid_magn_3d_probe()
488 ret = hid_sensor_parse_common_attributes(hsdev, in hid_magn_3d_probe()
501 ret = magn_3d_parse_report(pdev, hsdev, in hid_magn_3d_probe()
533 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D, in hid_magn_3d_probe()
552 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data; in hid_magn_3d_remove() local
556 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_COMPASS_3D); in hid_magn_3d_remove()