HelenOS sources

bus_ops_t         168 uspace/drv/bus/usb/ehci/ehci_bus.c static const bus_ops_t ehci_bus_ops = {
bus_ops_t         174 uspace/drv/bus/usb/ohci/ohci_bus.c static const bus_ops_t ohci_bus_ops = {
bus_ops_t         427 uspace/drv/bus/usb/uhci/hc.c static const bus_ops_t uhci_bus_ops = {
bus_ops_t         187 uspace/drv/bus/usb/vhc/transfer.c static const bus_ops_t vhc_bus_ops = {
bus_ops_t          44 uspace/drv/bus/usb/xhci/bus.c static const bus_ops_t xhci_bus_ops = {
bus_ops_t         136 uspace/lib/usbhost/include/usb/host/bus.h 	const bus_ops_t *ops;
bus_ops_t         221 uspace/lib/usbhost/src/bus.c 	const bus_ops_t *ops = dev->bus->ops;
bus_ops_t         283 uspace/lib/usbhost/src/bus.c 	const bus_ops_t *ops = dev->bus->ops;
bus_ops_t         341 uspace/lib/usbhost/src/bus.c 	const bus_ops_t *ops = dev->bus->ops;
bus_ops_t          82 uspace/lib/usbhost/src/endpoint.c static inline const bus_ops_t *get_bus_ops(endpoint_t *ep)
bus_ops_t         100 uspace/lib/usbhost/src/endpoint.c 	const bus_ops_t *ops = get_bus_ops(ep);
bus_ops_t         231 uspace/lib/usbhost/src/endpoint.c 	const bus_ops_t *ops = device->bus->ops;
bus_ops_t         277 uspace/lib/usbhost/src/hcd.c 	const bus_ops_t *ops = hcd->bus->ops;
HelenOS homepage, sources at GitHub