Lines Matching refs:hsdev
65 temp_st->common_attributes.hsdev,
122 static int temperature_proc_event(struct hid_sensor_hub_device *hsdev,
136 static int temperature_capture_sample(struct hid_sensor_hub_device *hsdev,
154 struct hid_sensor_hub_device *hsdev,
161 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT,
178 sensor_hub_input_get_attribute_info(hsdev,
199 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
207 temp_st->common_attributes.hsdev = hsdev;
210 ret = hid_sensor_parse_common_attributes(hsdev,
221 ret = temperature_parse_report(pdev, hsdev, temp_chans,
242 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE,
254 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE);
263 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
267 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE);