Searched refs:portnr (Results 1 – 17 of 17) sorted by relevance
/u-boot/drivers/usb/host/ |
A D | usb-sandbox.c | 51 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 D | ehci-vf.c | 216 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 D | ehci-mx5.c | 282 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 D | ehci-mx6.c | 432 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 D | ehci-omap.c | 364 int portnr; member 386 priv->portnr = dev_seq(dev);
|
A D | usb-uclass.c | 689 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 D | xhci-mem.c | 754 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 D | xhci.c | 1312 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 D | ehci-hcd.c | 292 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 D | r8a66597-hcd.c | 69 *hubport = parent->portnr - 1; in get_hub_data() 743 udev->name, dev, dev->dev->name, dev->portnr); in r8a66597_submit_control_msg()
|
A D | dwc2.c | 1302 dev->name, udev, udev->dev->name, udev->portnr); in dwc2_submit_control_msg()
|
/u-boot/drivers/usb/eth/ |
A D | lan7x.c | 197 "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 D | usb.c | 1270 *hub_port = ttdev->portnr; in usb_find_usb2_hub_address_port() 1282 *hub_port = udev->portnr; in usb_find_usb2_hub_address_port()
|
A D | usb_hub.c | 409 usb->portnr = port + 1; in usb_hub_port_connect_change()
|
/u-boot/include/ |
A D | usb.h | 142 int portnr; /* Port number, 1=first */ member
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_host.c | 2075 uint8_t portnr = 0; local 2079 &portnr); 2081 qh->h_port_reg = portnr;
|
/u-boot/lib/acpi/ |
A D | acpi_device.c | 810 "HS%02d" : "FS%02d", udev->portnr); in acpi_device_infer_name()
|
Completed in 730 milliseconds