HelenOS sources
bandwidth_accounting_t 53 uspace/lib/usbhost/include/usb/host/bandwidth.h extern const bandwidth_accounting_t bandwidth_accounting_usb11;
bandwidth_accounting_t 54 uspace/lib/usbhost/include/usb/host/bandwidth.h extern const bandwidth_accounting_t bandwidth_accounting_usb2;
bandwidth_accounting_t 60 uspace/lib/usbhost/include/usb/host/usb2_bus.h const bandwidth_accounting_t *bw_accounting;
bandwidth_accounting_t 64 uspace/lib/usbhost/include/usb/host/usb2_bus.h const bandwidth_accounting_t *);
bandwidth_accounting_t 109 uspace/lib/usbhost/src/bandwidth.c const bandwidth_accounting_t bandwidth_accounting_usb11 = {
bandwidth_accounting_t 178 uspace/lib/usbhost/src/bandwidth.c const bandwidth_accounting_t bandwidth_accounting_usb2 = {
bandwidth_accounting_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