Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_hid.c47 static int hid_open(FAR struct file *filep);
55 .open = hid_open,
68 static int hid_open(FAR struct file *filep) in hid_open() function
/third_party/libusb/libusb/os/
Dwindows_winusb.c69 static int hid_open(int sub_api, struct libusb_device_handle *dev_handle);
2174 hid_open,
3643 static int hid_open(int sub_api, struct libusb_device_handle *dev_handle) in hid_open() function
4168 r = hid_open(SUB_API_NOTSET, dev_handle); in composite_open()