/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci-sysbus.c | 69 s->portnr = sec->portnr; in ehci_sysbus_init() 90 sec->portnr = EHCI_PORTS; in ehci_sysbus_class_init() 137 sec->portnr = 1; in ehci_npcm7xx_class_init() 185 hwaddr off = s->opregbase + s->portscbase + 4 * s->portnr + addr; in fusbh200_ehci_read() 220 s->opregbase + s->portscbase + 4 * s->portnr, in fusbh200_ehci_init() 232 sec->portnr = 1; in fusbh200_ehci_class_init()
|
H A D | hcd-ehci.h | 267 uint16_t portnr; member 369 uint16_t portnr; member
|
H A D | chipidea.c | 158 sec->portnr = 1; in chipidea_class_init()
|
H A D | bus.c | 370 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr) in usb_port_location() argument 374 upstream->path, portnr); in usb_port_location() 379 snprintf(downstream->path, sizeof(downstream->path), "%d", portnr); in usb_port_location()
|
H A D | hcd-xhci.h | 126 uint32_t portnr; member
|
H A D | hcd-xhci.c | 2612 port->portnr << 24 }; in xhci_port_notify() 2617 trace_usb_xhci_port_notify(port->portnr, bits); in xhci_port_notify() 2654 trace_usb_xhci_port_link(port->portnr, pls); in xhci_port_update() 2660 trace_usb_xhci_port_reset(port->portnr, warm_reset); in xhci_port_reset() 2678 trace_usb_xhci_port_link(port->portnr, PLS_U0); in xhci_port_reset() 2819 trace_usb_xhci_port_read(port->portnr, reg, ret); in xhci_port_read() 2829 trace_usb_xhci_port_write(port->portnr, reg, val); in xhci_port_write() 2856 trace_usb_xhci_port_link(port->portnr, new_pls); in xhci_port_write() 2863 trace_usb_xhci_port_link(port->portnr, new_pls); in xhci_port_write() 3337 port->portnr = i + 1 + xhci->numports_3; in usb_xhci_init() [all …]
|
H A D | hcd-ehci-pci.c | 86 s->portnr = EHCI_PORTS; in usb_ehci_pci_init()
|
H A D | hcd-ehci.c | 2512 if (s->portnr > EHCI_PORTS) { in usb_ehci_realize() 2530 for (i = 0; i < s->portnr; i++) { in usb_ehci_realize() 2577 s->caps[0x04] = s->portnr; /* Number of downstream ports */ in usb_ehci_init() 2595 "ports", 4 * s->portnr); in usb_ehci_init()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | usb-sandbox.c | 50 ret = usb_emul_find(bus, pipe, udev->portnr, &emul); in sandbox_submit_control() 83 ret = usb_emul_find(bus, pipe, udev->portnr, &emul); in sandbox_submit_bulk() 109 ret = usb_emul_find(bus, pipe, udev->portnr, &emul); in sandbox_submit_int()
|
H A D | ehci-vf.c | 213 u32 portnr; member 223 priv->portnr = dev->seq; in vf_usb_ofdata_to_platdata() 275 ret = ehci_vf_common_init(priv->ehci, priv->portnr); in vf_init_after_reset() 320 ret = ehci_vf_common_init(ehci, priv->portnr); in ehci_usb_probe()
|
H A D | ehci-mx6.c | 393 int portnr; member 403 ret = ehci_mx6_common_init(priv->ehci, priv->portnr); in mx6_init_after_reset() 516 priv->portnr = dev->seq; in ehci_usb_probe() 525 ret = ehci_mx6_common_init(ehci, priv->portnr); in ehci_usb_probe()
|
H A D | usb-uclass.c | 632 udev->portnr = port; in usb_scan_device() 633 debug("Calling usb_setup_device(), portnr=%d\n", udev->portnr); in usb_scan_device() 699 if (usb_get_port_status(udev, udev->portnr, &status) in usb_detect_change()
|
H A D | xhci-mem.c | 747 port_num = dev->portnr; in xhci_setup_addressable_virt_dev() 762 port_num = dev->portnr; in xhci_setup_addressable_virt_dev() 795 port_num = dev->portnr; in xhci_setup_addressable_virt_dev()
|
H A D | xhci.c | 1270 hop->portnr); in submit_control_msg() 1356 dev->name, udev, udev->dev->name, udev->portnr); in xhci_submit_control_msg() 1361 root_portnr = udev->portnr; in xhci_submit_control_msg() 1366 root_portnr = uhop->portnr; in xhci_submit_control_msg()
|
H A D | ehci-hcd.c | 287 uint8_t portnr = 0; in ehci_update_endpt2_dev_n_port() local 293 usb_find_usb2_hub_address_port(udev, &hubaddr, &portnr); in ehci_update_endpt2_dev_n_port() 295 qh->qh_endpt2 |= cpu_to_hc32(QH_ENDPT2_PORTNUM(portnr) | in ehci_update_endpt2_dev_n_port() 1565 dev->name, udev, udev->dev->name, udev->portnr); in ehci_submit_control_msg()
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-core.c | 891 static int saa7164_port_init(struct saa7164_dev *dev, int portnr) in saa7164_port_init() argument 895 BUG_ON((portnr < 0) || (portnr >= SAA7164_MAX_PORTS)); in saa7164_port_init() 897 port = &dev->ports[portnr]; in saa7164_port_init() 900 port->nr = portnr; in saa7164_port_init() 902 if ((portnr == SAA7164_PORT_TS1) || (portnr == SAA7164_PORT_TS2)) in saa7164_port_init() 905 if ((portnr == SAA7164_PORT_ENC1) || (portnr == SAA7164_PORT_ENC2)) { in saa7164_port_init() 910 } else if ((portnr == SAA7164_PORT_VBI1) || (portnr == SAA7164_PORT_VBI2)) { in saa7164_port_init()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | amba-pl011.c | 2801 int portnr, ret; in pl011_probe() local 2804 portnr = pl011_find_free_port(); in pl011_probe() 2805 if (portnr < 0) in pl011_probe() 2806 return portnr; in pl011_probe() 2842 ret = pl011_setup_port(&dev->dev, uap, &dev->res, portnr); in pl011_probe() 2887 int portnr, ret; in sbsa_uart_probe() local 2904 portnr = pl011_find_free_port(); in sbsa_uart_probe() 2905 if (portnr < 0) in sbsa_uart_probe() 2906 return portnr; in sbsa_uart_probe() 2936 ret = pl011_setup_port(&pdev->dev, uap, r, portnr); in sbsa_uart_probe()
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | lan7x.c | 195 "lan7x_mdiobus-d%hu-p%hu", usbdev->devnum, usbdev->portnr); in lan7x_phylib_register() 371 debug("USB devnum %d portnr %d\n", udev->devnum, udev->portnr); in lan7x_basic_reset()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 478 … return log_error_errno(r, "Failed to set address family on NVME port %" PRIu16 ": %m", portnr); 483 … return log_error_errno(r, "Failed to set transport type on NVME port %" PRIu16 ": %m", portnr); 488 … return log_error_errno(r, "Failed to set IP port on NVME port %" PRIu16 ": %m", portnr); 493 … return log_error_errno(r, "Failed to set IP address on NVME port %" PRIu16 ": %m", portnr);
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 498 … return log_error_errno(r, "Failed to set address family on NVME port %" PRIu16 ": %m", portnr); 503 … return log_error_errno(r, "Failed to set transport type on NVME port %" PRIu16 ": %m", portnr); 508 … return log_error_errno(r, "Failed to set IP port on NVME port %" PRIu16 ": %m", portnr); 513 … return log_error_errno(r, "Failed to set IP address on NVME port %" PRIu16 ": %m", portnr);
|
/openbmc/u-boot/common/ |
H A D | usb.c | 1258 *hub_port = ttdev->portnr; in usb_find_usb2_hub_address_port() 1270 *hub_port = udev->portnr; in usb_find_usb2_hub_address_port()
|
H A D | usb_hub.c | 413 usb->portnr = port + 1; in usb_hub_port_connect_change()
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 510 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr);
|
/openbmc/u-boot/include/ |
H A D | usb.h | 142 int portnr; /* Port number, 1=first */ member
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_host.c | 2070 uint8_t portnr = 0; local 2074 &portnr); 2076 qh->h_port_reg = portnr;
|