Lines Matching refs:hsdev
69 humid_st->common_attributes.hsdev,
129 static int humidity_proc_event(struct hid_sensor_hub_device *hsdev,
143 static int humidity_capture_sample(struct hid_sensor_hub_device *hsdev,
162 struct hid_sensor_hub_device *hsdev,
169 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT,
199 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
207 humid_st->common_attributes.hsdev = hsdev;
210 ret = hid_sensor_parse_common_attributes(hsdev,
223 ret = humidity_parse_report(pdev, hsdev, humid_chans,
244 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY,
256 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY);
265 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev);
270 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_HUMIDITY);