Searched refs:hid_open (Results 1 – 2 of 2) sorted by relevance
47 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
69 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() function4168 r = hid_open(SUB_API_NOTSET, dev_handle); in composite_open()