Home
last modified time | relevance | path

Searched full:usb2_port (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/usb/
H A Drole.h23 * @usb2_port: Optional reference to the host controller port device (USB2)
32 * @usb2_port and @usb3_port will point to the USB host port and @udc to the USB
34 * @usb2_port, @usb3_port and @udc are included in the description, the
40 struct device *usb2_port; member
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c1091 memset(&pdev->usb2_port, 0, sizeof(struct cdnsp_port)); in cdnsp_mem_cleanup()
1120 if (port_count == 1 && pdev->usb2_port.exist) in cdnsp_add_in_port()
1162 if (!pdev->usb2_port.port_num && pdev->port20_regs) in cdnsp_setup_port_arrays()
1163 cdnsp_add_in_port(pdev, &pdev->usb2_port, in cdnsp_setup_port_arrays()
1172 if (!pdev->usb2_port.exist && !pdev->eusb_port.exist && in cdnsp_setup_port_arrays()
1178 if (pdev->usb2_port.exist) { in cdnsp_setup_port_arrays()
1179 pdev->usb2_port.regs = (struct cdnsp_port_regs __iomem *) in cdnsp_setup_port_arrays()
1181 (pdev->usb2_port.port_num - 1)); in cdnsp_setup_port_arrays()
H A Dcdnsp-gadget.c1329 if (pdev->usb2_port.exist) { in cdnsp_run()
1330 cdnsp_set_link_state(pdev, &pdev->usb2_port.regs->portsc, in cdnsp_run()
1485 cdnsp_disable_port(pdev, &pdev->usb2_port); in cdnsp_stop()
1497 cdnsp_clear_port_change_bit(pdev, &pdev->usb2_port); in cdnsp_stop()
H A Dcdnsp-gadget.h1402 * @usb2_port - Port USB 2.0.
1476 struct cdnsp_port usb2_port; member
/linux/drivers/usb/roles/
H A Dclass.c32 struct device *usb2_port; member
380 sw->usb2_port = desc->usb2_port; in usb_role_switch_register()
/linux/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c611 priv->switch_desc.usb2_port = dwc3_meson_g12_find_child(dev, in dwc3_meson_g12a_otg_init()
841 put_device(priv->switch_desc.usb2_port); in dwc3_meson_g12a_remove()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c3558 int usb2_port = in tegra_xudc_phy_get() local
3564 usb2_port, usb3_port, i); in tegra_xudc_phy_get()