Home
last modified time | relevance | path

Searched refs:hid_close (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_hid.c48 static int hid_close(FAR struct file *filep);
56 .close = hid_close,
83 static int hid_close(FAR struct file *filep) in hid_close() function
/third_party/libusb/libusb/os/
Dwindows_winusb.c70 static void hid_close(int sub_api, struct libusb_device_handle *dev_handle);
2175 hid_close,
3793 static void hid_close(int sub_api, struct libusb_device_handle *dev_handle) in hid_close() function
4214 hid_close(SUB_API_NOTSET, dev_handle); in composite_close()