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

/linux-master/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, argument
2720 if ((type_req == ClearPortFeature) && (value == USB_PORT_FEAT_SUSPEND)) {
2725 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_RESET)) {
2735 ret = xhci_hub_control(hcd, type_req, value, index, buf, length);
2741 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_SUSPEND))
2746 if ((type_req == ClearPortFeature) && (value == USB_PORT_FEAT_C_CONNECTION)) {
2757 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_TEST))
H A Dmax3421-hcd.c1665 max3421_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, argument
1678 switch (type_req) {
1753 type_req, value, index, length);

Completed in 188 milliseconds