Searched refs:usb2_port (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/roles/ |
H A D | class.c | 26 struct device *usb2_port; member 329 sw->usb2_port = desc->usb2_port; in usb_role_switch_register()
|
/kernel/linux/linux-6.6/drivers/usb/roles/ |
H A D | class.c | 29 struct device *usb2_port; member 343 sw->usb2_port = desc->usb2_port; in usb_role_switch_register()
|
/kernel/linux/linux-5.10/drivers/usb/typec/mux/ |
H A D | intel_pmc_mux.c | 131 u8 usb2_port; member 381 msg[1] = port->usb2_port << PMC_USB_MSG_USB2_PORT_SHIFT; in pmc_usb_disconnect() 408 msg[1] = port->usb2_port << PMC_USB_MSG_USB2_PORT_SHIFT; in pmc_usb_connect() 492 ret = fwnode_property_read_u8(fwnode, "usb2-port-number", &port->usb2_port); in pmc_usb_register_port()
|
/kernel/linux/linux-6.6/drivers/usb/typec/mux/ |
H A D | intel_pmc_mux.c | 144 u8 usb2_port; member 448 msg[1] = port->usb2_port << PMC_USB_MSG_USB2_PORT_SHIFT; in pmc_usb_disconnect() 475 msg[1] = port->usb2_port << PMC_USB_MSG_USB2_PORT_SHIFT; in pmc_usb_connect() 559 ret = fwnode_property_read_u8(fwnode, "usb2-port-number", &port->usb2_port); in pmc_usb_register_port()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 1093 pdev->usb2_port.exist = 0; in cdnsp_mem_cleanup() 1095 pdev->usb2_port.port_num = 0; in cdnsp_mem_cleanup() 1178 !pdev->usb2_port.port_num) in cdnsp_setup_port_arrays() 1179 cdnsp_add_in_port(pdev, &pdev->usb2_port, in cdnsp_setup_port_arrays() 1183 if (!pdev->usb2_port.exist || !pdev->usb3_port.exist) { in cdnsp_setup_port_arrays() 1190 pdev->usb2_port.regs = (struct cdnsp_port_regs __iomem *) in cdnsp_setup_port_arrays() 1192 (pdev->usb2_port.port_num - 1)); in cdnsp_setup_port_arrays()
|
H A D | cdnsp-ring.c | 262 if (pdev->active_port == &pdev->usb2_port && pdev->gadget.lpm_capable) in cdnsp_force_l0_go() 761 if (port_id == pdev->usb2_port.port_num) { in cdnsp_update_port_id() 762 port = &pdev->usb2_port; in cdnsp_update_port_id() 777 if (port_id == pdev->usb2_port.port_num) in cdnsp_update_port_id() 806 if (port_id == pdev->usb2_port.port_num) in cdnsp_handle_port_status()
|
H A D | cdnsp-gadget.c | 909 if (pdev->active_port != &pdev->usb2_port || !pdev->gadget.lpm_capable) in cdnsp_set_usb2_hardware_lpm() 1285 cdnsp_set_link_state(pdev, &pdev->usb2_port.regs->portsc, in cdnsp_run() 1438 cdnsp_disable_port(pdev, &pdev->usb2_port.regs->portsc); in cdnsp_stop() 1448 cdnsp_clear_port_change_bit(pdev, &pdev->usb2_port.regs->portsc); in cdnsp_stop()
|
H A D | cdnsp-gadget.h | 1387 * @usb2_port - Port USB 2.0. 1459 struct cdnsp_port usb2_port; member
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | role.h | 23 * @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
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | role.h | 23 * @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
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | dwc3-meson-g12a.c | 620 priv->switch_desc.usb2_port = dwc3_meson_g12_find_child(dev, in dwc3_meson_g12a_otg_init()
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | dwc3-meson-g12a.c | 611 priv->switch_desc.usb2_port = dwc3_meson_g12_find_child(dev, in dwc3_meson_g12a_otg_init()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 3555 int usb2_port = in tegra_xudc_phy_get() local 3561 usb2_port, usb3_port, i); in tegra_xudc_phy_get()
|
Completed in 22 milliseconds