Lines Matching refs:hsdev
64 humid_st->common_attributes.hsdev,
124 static int humidity_proc_event(struct hid_sensor_hub_device *hsdev,
138 static int humidity_capture_sample(struct hid_sensor_hub_device *hsdev,
157 struct hid_sensor_hub_device *hsdev,
164 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT,
181 sensor_hub_input_get_attribute_info(hsdev,
202 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
210 humid_st->common_attributes.hsdev = hsdev;
213 ret = hid_sensor_parse_common_attributes(hsdev,
224 ret = humidity_parse_report(pdev, hsdev, humid_chans,
245 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY,
257 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY);
266 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
271 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY);