usbd_port         206 dev/usb/uhub.c 	hub = malloc(sizeof(*hub) + (nports-1) * sizeof(struct usbd_port),
usbd_port         291 dev/usb/uhub.c 		struct usbd_port *up = &hub->ports[p];
usbd_port         345 dev/usb/uhub.c 	struct usbd_port *up;
usbd_port         548 dev/usb/uhub.c 	struct usbd_port *rup;
usbd_port          99 dev/usb/usb.c  	struct usbd_port sc_port;	/* dummy port for root hub */
usbd_port         958 dev/usb/usb_subr.c 		int speed, int port, struct usbd_port *up)
usbd_port        1142 dev/usb/usb_subr.c usbd_remove_device(usbd_device_handle dev, struct usbd_port *up)
usbd_port        1244 dev/usb/usb_subr.c 	struct usbd_port *p;
usbd_port        1338 dev/usb/usb_subr.c usb_disconnect_port(struct usbd_port *up, struct device *parent)
usbd_port          82 dev/usb/usbdivar.h struct usbd_port {
usbd_port          98 dev/usb/usbdivar.h 	struct usbd_port        ports[1];
usbd_port         145 dev/usb/usbdivar.h 	struct usbd_port       *powersrc;      /* upstream hub port, or 0 */
usbd_port         147 dev/usb/usbdivar.h 	struct usbd_port       *myhsport;      /* closest high speed port */
usbd_port         247 dev/usb/usbdivar.h 		    int depth, int lowspeed, int port, struct usbd_port *);
usbd_port         248 dev/usb/usbdivar.h void		usbd_remove_device(usbd_device_handle, struct usbd_port *);
usbd_port         255 dev/usb/usbdivar.h void		usb_disconnect_port(struct usbd_port *up, struct device *);