Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-tegra.c2693 static int tegra_xhci_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in tegra_xhci_hub_control() argument
2724 if ((type_req == ClearPortFeature) && (value == USB_PORT_FEAT_SUSPEND)) { in tegra_xhci_hub_control()
2729 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_RESET)) { in tegra_xhci_hub_control()
2739 ret = xhci_hub_control(hcd, type_req, value, index, buf, length); in tegra_xhci_hub_control()
2745 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_SUSPEND)) in tegra_xhci_hub_control()
2750 if ((type_req == ClearPortFeature) && (value == USB_PORT_FEAT_C_CONNECTION)) { in tegra_xhci_hub_control()
2761 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()