Searched refs:usb_get_next_device (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb-0.1.12/
H A Ddarwin.c245 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) function
306 while ((darwin_device = usb_get_next_device (deviceIterator, &dlocation)) != NULL) {
999 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {
1061 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb-0.1.12/
H A Ddarwin.c245 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) function
306 while ((darwin_device = usb_get_next_device (deviceIterator, &dlocation)) != NULL) {
999 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {
1061 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb-0.1.12/
H A Ddarwin.c245 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) function
306 while ((darwin_device = usb_get_next_device (deviceIterator, &dlocation)) != NULL) {
999 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {
1061 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb10/libusb/os/
H A Ddarwin_usb.c151 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) { function
169 usbi_dbg ("libusb/darwin.c usb_get_next_device: could not set up plugin for service: %s\n", darwin_error_str (result));
197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) {
566 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb10/libusb/os/
H A Ddarwin_usb.c151 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) { function
169 usbi_dbg ("libusb/darwin.c usb_get_next_device: could not set up plugin for service: %s\n", darwin_error_str (result));
197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) {
566 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb10/libusb/os/
H A Ddarwin_usb.c151 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) { function
169 usbi_dbg ("libusb/darwin.c usb_get_next_device: could not set up plugin for service: %s\n", darwin_error_str (result));
197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) {
566 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {

Completed in 128 milliseconds