Lines Matching refs:hsdev
114 struct hid_sensor_hub_device *hsdev;
118 hsdev = st->common_attributes.hsdev;
129 *val = sensor_hub_input_attr_get_raw_value(st->common_attributes.hsdev,
130 hsdev->usage,
192 static int hinge_proc_event(struct hid_sensor_hub_device *hsdev,
211 static int hinge_capture_sample(struct hid_sensor_hub_device *hsdev,
237 struct hid_sensor_hub_device *hsdev,
245 ret = sensor_hub_input_get_attribute_info(hsdev,
268 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data;
279 st->common_attributes.hsdev = hsdev;
285 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage,
300 ret = hinge_parse_report(pdev, hsdev,
302 hsdev->usage, st);
323 ret = sensor_hub_register_callback(hsdev, hsdev->usage, &st->callbacks);
338 sensor_hub_remove_callback(hsdev, hsdev->usage);
347 struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data;
352 sensor_hub_remove_callback(hsdev, hsdev->usage);