Home
last modified time | relevance | path

Searched refs:portnr (Results 1 – 17 of 17) sorted by relevance

/u-boot/drivers/usb/host/
A Dusb-sandbox.c51 ret = usb_emul_find(bus, pipe, udev->portnr, &emul); in sandbox_submit_control()
84 ret = usb_emul_find(bus, pipe, udev->portnr, &emul); in sandbox_submit_bulk()
110 ret = usb_emul_find(bus, pipe, udev->portnr, &emul); in sandbox_submit_int()
A Dehci-vf.c216 u32 portnr; member
226 priv->portnr = dev_seq(dev); in vf_usb_of_to_plat()
278 ret = ehci_vf_common_init(priv->ehci, priv->portnr); in vf_init_after_reset()
321 ret = ehci_vf_common_init(ehci, priv->portnr); in ehci_usb_probe()
A Dehci-mx5.c282 int portnr; member
325 priv->portnr = dev_seq(dev); in ehci_usb_probe()
351 mxc_set_usbcontrol(priv->portnr, CONFIG_MXC_USB_FLAGS); in ehci_usb_probe()
A Dehci-mx6.c432 int portnr; member
442 ret = ehci_mx6_common_init(priv->ehci, priv->portnr); in mx6_init_after_reset()
606 priv->portnr = dev_seq(dev); in ehci_usb_probe()
615 ret = ehci_mx6_common_init(ehci, priv->portnr); in ehci_usb_probe()
A Dehci-omap.c364 int portnr; member
386 priv->portnr = dev_seq(dev);
A Dusb-uclass.c689 udev->portnr = port; in usb_scan_device()
690 debug("Calling usb_setup_device(), portnr=%d\n", udev->portnr); in usb_scan_device()
757 if (usb_get_port_status(udev, udev->portnr, &status) in usb_detect_change()
A Dxhci-mem.c754 port_num = dev->portnr; in xhci_setup_addressable_virt_dev()
769 port_num = dev->portnr; in xhci_setup_addressable_virt_dev()
802 port_num = dev->portnr; in xhci_setup_addressable_virt_dev()
A Dxhci.c1312 hop->portnr); in submit_control_msg()
1399 dev->name, udev, udev->dev->name, udev->portnr); in xhci_submit_control_msg()
1404 root_portnr = udev->portnr; in xhci_submit_control_msg()
1409 root_portnr = uhop->portnr; in xhci_submit_control_msg()
A Dehci-hcd.c292 uint8_t portnr = 0; in ehci_update_endpt2_dev_n_port() local
298 usb_find_usb2_hub_address_port(udev, &hubaddr, &portnr); in ehci_update_endpt2_dev_n_port()
300 qh->qh_endpt2 |= cpu_to_hc32(QH_ENDPT2_PORTNUM(portnr) | in ehci_update_endpt2_dev_n_port()
1615 dev->name, udev, udev->dev->name, udev->portnr); in ehci_submit_control_msg()
A Dr8a66597-hcd.c69 *hubport = parent->portnr - 1; in get_hub_data()
743 udev->name, dev, dev->dev->name, dev->portnr); in r8a66597_submit_control_msg()
A Ddwc2.c1302 dev->name, udev, udev->dev->name, udev->portnr); in dwc2_submit_control_msg()
/u-boot/drivers/usb/eth/
A Dlan7x.c197 "lan7x_mdiobus-d%hu-p%hu", usbdev->devnum, usbdev->portnr); in lan7x_phylib_register()
373 debug("USB devnum %d portnr %d\n", udev->devnum, udev->portnr); in lan7x_basic_reset()
/u-boot/common/
A Dusb.c1270 *hub_port = ttdev->portnr; in usb_find_usb2_hub_address_port()
1282 *hub_port = udev->portnr; in usb_find_usb2_hub_address_port()
A Dusb_hub.c409 usb->portnr = port + 1; in usb_hub_port_connect_change()
/u-boot/include/
A Dusb.h142 int portnr; /* Port number, 1=first */ member
/u-boot/drivers/usb/musb-new/
A Dmusb_host.c2075 uint8_t portnr = 0; local
2079 &portnr);
2081 qh->h_port_reg = portnr;
/u-boot/lib/acpi/
A Dacpi_device.c810 "HS%02d" : "FS%02d", udev->portnr); in acpi_device_infer_name()

Completed in 730 milliseconds