Searched refs:type_req (Results 1 – 1 of 1) sorted by relevance
2770 static int tegra_xhci_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in tegra_xhci_hub_control() argument2801 if ((type_req == ClearPortFeature) && (value == USB_PORT_FEAT_SUSPEND)) { in tegra_xhci_hub_control()2806 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_RESET)) { in tegra_xhci_hub_control()2816 ret = xhci_hub_control(hcd, type_req, value, index, buf, length); in tegra_xhci_hub_control()2822 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_SUSPEND)) in tegra_xhci_hub_control()2827 if ((type_req == ClearPortFeature) && (value == USB_PORT_FEAT_C_CONNECTION)) { in tegra_xhci_hub_control()2838 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_TEST)) in tegra_xhci_hub_control()