HelenOS sources

endpoint_get_bus  112 uspace/drv/bus/usb/ehci/ehci_bus.c 	bus_t *bus_base = endpoint_get_bus(ep);
endpoint_get_bus  128 uspace/drv/bus/usb/ehci/ehci_bus.c 	bus_t *bus_base = endpoint_get_bus(ep);
endpoint_get_bus  294 uspace/drv/bus/usb/ehci/hc.c 	ehci_bus_t *bus = (ehci_bus_t *) endpoint_get_bus(batch->ep);
endpoint_get_bus  292 uspace/drv/bus/usb/ohci/hc.c 	ohci_bus_t *bus = (ohci_bus_t *) endpoint_get_bus(batch->ep);
endpoint_get_bus  118 uspace/drv/bus/usb/ohci/ohci_bus.c 	bus_t *bus_base = endpoint_get_bus(ep);
endpoint_get_bus  135 uspace/drv/bus/usb/ohci/ohci_bus.c 	ohci_bus_t *const bus = (ohci_bus_t *) endpoint_get_bus(ep);
endpoint_get_bus  333 uspace/drv/bus/usb/uhci/hc.c 	hc_t *const hc = bus_to_hc(endpoint_get_bus(ep));
endpoint_get_bus  355 uspace/drv/bus/usb/uhci/hc.c 	hc_t *const hc = bus_to_hc(endpoint_get_bus(ep));
endpoint_get_bus  580 uspace/drv/bus/usb/uhci/hc.c 	hc_t *hc = bus_to_hc(endpoint_get_bus(ep));
endpoint_get_bus  211 uspace/drv/bus/usb/vhc/transfer.c 	vhc_data_t *vhc = bus_to_vhc(endpoint_get_bus(batch->ep));
endpoint_get_bus 1142 uspace/drv/bus/usb/xhci/hc.c 	xhci_hc_t *const hc = bus_to_hc(endpoint_get_bus(&ep->base));
endpoint_get_bus  427 uspace/drv/bus/usb/xhci/transfers.c 	xhci_hc_t *hc = bus_to_hc(endpoint_get_bus(batch->ep));
endpoint_get_bus   56 uspace/lib/usbhost/src/usb_transfer_batch.c 	bus_t *bus = endpoint_get_bus(ep);
endpoint_get_bus   88 uspace/lib/usbhost/src/usb_transfer_batch.c 	bus_t *bus = endpoint_get_bus(batch->ep);
HelenOS homepage, sources at GitHub