Home
last modified time | relevance | path

Searched refs:hid_hw_close (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-roccat.c230 hid_hw_close(device->hid); in roccat_release()
371 hid_hw_close(device->hid); in roccat_disconnect()
Dhid-axff.c177 hid_hw_close(hdev); in ax_remove()
Dhid-kye.c571 hid_hw_close(hdev); in kye_probe()
Dhidraw.c331 hid_hw_close(hidraw->hid); in drop_ref()
346 hid_hw_close(hidraw->hid); in drop_ref()
Dhid-picolcd_core.c611 hid_hw_close(hdev); in picolcd_probe()
635 hid_hw_close(hdev); in picolcd_remove()
Dhid-logitech-dj.c1084 hid_hw_close(hdev); in logi_dj_probe()
1126 hid_hw_close(hdev); in logi_dj_remove()
Dhid-sensor-hub.c560 hid_hw_close(hsdev->hdev); in sensor_hub_device_close()
734 hid_hw_close(hdev); in sensor_hub_remove()
Dhid-cp2112.c1082 hid_hw_close(hdev); in cp2112_probe()
1101 hid_hw_close(hdev); in cp2112_remove()
Dhid-sony.c2084 hid_hw_close(hdev); in sony_probe()
2106 hid_hw_close(hdev); in sony_remove()
Dhid-wiimote-core.c1769 hid_hw_close(wdata->hdev); in wiimote_destroy()
1837 hid_hw_close(hdev); in wiimote_hid_probe()
Dhid-rmi.c1113 hid_hw_close(hdev); in rmi_input_configured()
Dhid-logitech-hidpp.c1079 hid_hw_close(hid); in hidpp_input_close()
Dwacom_sys.c82 hid_hw_close(wacom->hdev); in wacom_close()
Dhid-input.c1325 hid_hw_close(hid); in hidinput_close()
/linux-4.1.27/include/linux/
Dhid.h983 static inline void hid_hw_close(struct hid_device *hdev) in hid_hw_close() function