Home
last modified time | relevance | path

Searched refs:get_next_usb_device (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Ddevice.h88 status_t get_next_usb_device(uint32* cookie, struct freebsd_usb_device* result);
H A Ddriver.c215 while ((status = get_next_usb_device(&cookie, &udev)) == B_OK) { in init_hardware_uhub()
H A Dusb.cpp67 get_next_usb_device(uint32* cookie, freebsd_usb_device* result) in get_next_usb_device() function