Home
last modified time | relevance | path

Searched refs:get_stack (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h790 status_t (*get_stack)(void** stack); member
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp61 if (gUSB->get_stack((void**)&stack) != B_OK) in init_bus()
H A Dohci.cpp63 if (gUSB->get_stack((void**)&stack) != B_OK) in init_bus()
H A Dehci.cpp61 if (gUSB->get_stack((void**)&stack) != B_OK) in init_bus()
H A Dxhci.cpp67 if (gUSB->get_stack((void**)&stack) != B_OK) in init_bus()