HomeSort by: relevance | last modified time | path
    Searched refs:usbd_port (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/usb/
usbdivar.h 92 struct usbd_port;
110 int, int, struct usbd_port *);
131 struct usbd_port { struct
147 struct usbd_port uh_ports[1];
212 struct usbd_port *ud_powersrc; /* upstream hub port, or 0 */
214 struct usbd_port *ud_myhsport; /* closest high speed port */
375 struct usbd_port *);
379 void usbd_remove_device(struct usbd_device *, struct usbd_port *);
389 int usb_disconnect_port(struct usbd_port *, device_t, int);
uhub.c 73 "struct usbd_port *"/*port*/);
83 "struct usbd_port *"/*port*/);
87 "struct usbd_port *"/*port*/,
93 "struct usbd_port *"/*port*/,
98 "struct usbd_port *"/*port*/,
371 hub = kmem_alloc(sizeof(*hub) + (nports-1) * sizeof(struct usbd_port),
468 struct usbd_port *up = &hub->uh_ports[p - 1];
523 sizeof(*hub) + (nports-1) * sizeof(struct usbd_port));
534 struct usbd_port *up;
911 struct usbd_port *rup
    [all...]
usb_subr.c 1396 int port, struct usbd_port *up)
1666 usbd_remove_device(struct usbd_device *dev, struct usbd_port *up)
1752 struct usbd_port *p;
1895 usb_disconnect_port(struct usbd_port *up, device_t parent, int flags)
usb.c 146 struct usbd_port sc_port; /* dummy port for root hub */
xhci.c 154 struct usbd_port *);
2858 int speed, int port, struct usbd_port *up)
3702 struct usbd_port *up = dev->ud_powersrc;
3773 struct usbd_port *myhsport = dev->ud_myhsport;
  /src/sys/compat/common/
usb_subr_30.c 133 struct usbd_port *p;

Completed in 18 milliseconds