HelenOS sources
usb2_bus_helper_t 67 uspace/drv/bus/usb/ehci/ehci_bus.h usb2_bus_helper_t helper;
usb2_bus_helper_t 75 uspace/drv/bus/usb/ohci/ohci_bus.h usb2_bus_helper_t helper;
usb2_bus_helper_t 109 uspace/drv/bus/usb/uhci/hc.h usb2_bus_helper_t bus_helper;
usb2_bus_helper_t 65 uspace/drv/bus/usb/vhc/vhcd.h usb2_bus_helper_t bus_helper;
usb2_bus_helper_t 63 uspace/lib/usbhost/include/usb/host/usb2_bus.h extern void usb2_bus_helper_init(usb2_bus_helper_t *,
usb2_bus_helper_t 66 uspace/lib/usbhost/include/usb/host/usb2_bus.h extern int usb2_bus_device_enumerate(usb2_bus_helper_t *, device_t *);
usb2_bus_helper_t 67 uspace/lib/usbhost/include/usb/host/usb2_bus.h extern void usb2_bus_device_gone(usb2_bus_helper_t *, device_t *);
usb2_bus_helper_t 69 uspace/lib/usbhost/include/usb/host/usb2_bus.h extern int usb2_bus_endpoint_register(usb2_bus_helper_t *, endpoint_t *);
usb2_bus_helper_t 70 uspace/lib/usbhost/include/usb/host/usb2_bus.h extern void usb2_bus_endpoint_unregister(usb2_bus_helper_t *, endpoint_t *);
usb2_bus_helper_t 64 uspace/lib/usbhost/src/usb2_bus.c static int request_address(usb2_bus_helper_t *helper, usb_address_t *addr)
usb2_bus_helper_t 86 uspace/lib/usbhost/src/usb2_bus.c static void release_address(usb2_bus_helper_t *helper, usb_address_t address)
usb2_bus_helper_t 104 uspace/lib/usbhost/src/usb2_bus.c static int address_device(usb2_bus_helper_t *helper, device_t *dev)
usb2_bus_helper_t 186 uspace/lib/usbhost/src/usb2_bus.c int usb2_bus_device_enumerate(usb2_bus_helper_t *helper, device_t *dev)
usb2_bus_helper_t 207 uspace/lib/usbhost/src/usb2_bus.c void usb2_bus_device_gone(usb2_bus_helper_t *helper, device_t *dev)
usb2_bus_helper_t 215 uspace/lib/usbhost/src/usb2_bus.c int usb2_bus_endpoint_register(usb2_bus_helper_t *helper, endpoint_t *ep)
usb2_bus_helper_t 234 uspace/lib/usbhost/src/usb2_bus.c void usb2_bus_endpoint_unregister(usb2_bus_helper_t *helper, endpoint_t *ep)
usb2_bus_helper_t 248 uspace/lib/usbhost/src/usb2_bus.c void usb2_bus_helper_init(usb2_bus_helper_t *helper, const bandwidth_accounting_t *bw_accounting)
HelenOS homepage, sources at GitHub