Home
last modified time | relevance | path

Searched refs:up_portno (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/dev/usb/
H A Dusbdivar.h132 uint8_t up_portno; member
H A Dusb_subr.c1882 (uintptr_t)up, (uintptr_t)dev, up->up_portno, 0); in usb_disconnect_port()
1902 if (up->up_portno != 0) in usb_disconnect_port()
1903 printf(" port %d", up->up_portno); in usb_disconnect_port()
H A Dxhci.c2038 dev->ud_depth, dev->ud_powersrc->up_portno, dev->ud_speed); in xhci_open()
2049 if (dev->ud_depth == 0 && dev->ud_powersrc->up_portno == 0) { in xhci_open()
3667 hub->ud_powersrc ? (uintptr_t)hub->ud_powersrc->up_portno : in xhci_setup_route()
3675 rhport = hub->ud_powersrc->up_portno; in xhci_setup_route()
3751 ttportnum = myhsport->up_portno; in xhci_setup_tthub()
H A Dmotg.c1179 dev->ud_myhsport->up_portno); in motg_setup_endpoint_tx()
1228 dev->ud_myhsport->up_portno); in motg_setup_endpoint_rx()
H A Duhub.c471 up->up_portno = p; in uhub_attach()
H A Dvhci.c615 portno = dev->ud_myhsport->up_portno; in vhci_device_ctrl_start()
H A Dehci.c1973 hshubport = dev->ud_myhsport->up_portno; in ehci_open()
4298 EHCI_SITD_SET_PORT(dev->ud_myhsport->up_portno) | in ehci_device_fs_isoc_init()
4425 EHCI_SITD_SET_PORT(dev->ud_myhsport->up_portno) | in ehci_device_fs_isoc_transfer()
/netbsd/sys/external/bsd/dwc2/
H A Ddwc2.c1370 *hub_port = dev->ud_myhsport->up_portno; in dwc2_host_hub_info()