Home
last modified time | relevance | path

Searched refs:usbd_port (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/usb/
H A Dusbdivar.h85 struct usbd_port { struct
100 struct usbd_port *ports; argument
154 struct usbd_port *powersrc; /* upstream hub port, or 0 */
156 struct usbd_port *myhsport; /* closest high speed port */
260 int, int, int, struct usbd_port *);
H A Duhub.c214 hub->ports = mallocarray(nports, sizeof(struct usbd_port), in uhub_attach()
296 struct usbd_port *up = &hub->ports[p]; in uhub_attach()
350 struct usbd_port *up; in uhub_explore()
454 struct usbd_port *rup; in uhub_detach()
511 struct usbd_port *up = &sc->sc_hub->hub->ports[port-1]; in uhub_port_connect()
H A Dusb_subr.c1006 int speed, int port, struct usbd_port *up) in usbd_new_device()
1283 struct usbd_port *p; in usbd_fill_deviceinfo()
H A Dusb.c88 struct usbd_port sc_port; /* dummy port for root hub */