Searched defs:usbd_bus (Results 1 – 1 of 1) sorted by relevance
107 struct usbd_bus { struct110 const struct usbd_bus_methods *methods; argument112 void *bpfif;113 caddr_t bpf;115 u_int32_t pipe_size; /* size of a pipe struct */117 struct usbd_device *root_hub;118 struct usbd_device *devices[USB_MAX_DEVICES];142 struct usbd_bus *bus; /* our controller */ argument