Lines Matching defs:hsdev
78 struct hid_sensor_hub_device *hsdev;
93 hsdev = prox_state->common_attributes.hsdev;
96 *val = sensor_hub_input_attr_get_raw_value(hsdev,
97 hsdev->usage,
168 static int prox_proc_event(struct hid_sensor_hub_device *hsdev,
185 static int prox_capture_sample(struct hid_sensor_hub_device *hsdev,
221 struct hid_sensor_hub_device *hsdev,
232 ret = sensor_hub_input_get_attribute_info(hsdev,
234 hsdev->usage,
268 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
281 prox_state->common_attributes.hsdev = hsdev;
284 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage,
293 ret = prox_parse_report(pdev, hsdev, prox_state);
324 ret = sensor_hub_register_callback(hsdev, hsdev->usage,
343 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
347 sensor_hub_remove_callback(hsdev, hsdev->usage);