Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A 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()
H A Dmax3421-hcd.c1671 max3421_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in max3421_hub_control() argument
1684 switch (type_req) { in max3421_hub_control()
1759 type_req, value, index, length); in max3421_hub_control()