Home
last modified time | relevance | path

Searched refs:type_req (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-tegra.c2689 static int tegra_xhci_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in tegra_xhci_hub_control() argument
2720 if ((type_req == ClearPortFeature) && (value == USB_PORT_FEAT_SUSPEND)) { in tegra_xhci_hub_control()
2725 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_RESET)) { in tegra_xhci_hub_control()
2735 ret = xhci_hub_control(hcd, type_req, value, index, buf, length); in tegra_xhci_hub_control()
2741 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_SUSPEND)) in tegra_xhci_hub_control()
2746 if ((type_req == ClearPortFeature) && (value == USB_PORT_FEAT_C_CONNECTION)) { in tegra_xhci_hub_control()
2757 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_TEST)) in tegra_xhci_hub_control()
Dmax3421-hcd.c1665 max3421_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in max3421_hub_control() argument
1678 switch (type_req) { in max3421_hub_control()
1753 type_req, value, index, length); in max3421_hub_control()