Searched defs:windex (Results 1 - 5 of 5) sorted by last modified time

/drivers/usb/dwc2/
H A Dgadget.c812 * @windex: The control request wIndex field (in host order).
818 u32 windex)
820 struct s3c_hsotg_ep *ep = &hsotg->eps[windex & 0x7F];
821 int dir = (windex & USB_DIR_IN) ? 1 : 0;
822 int idx = windex & 0x7F;
824 if (windex >= 0x100)
817 ep_from_windex(struct s3c_hsotg *hsotg, u32 windex) argument
H A Dhcd.c1429 static void dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) argument
1440 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) {
1476 u16 wvalue, u16 windex, char *buf, u16 wlength)
1505 if (!windex || windex > 1)
1623 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex,
1625 if (!windex || windex > 1)
1693 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex >
1475 dwc2_hcd_hub_control(struct dwc2_hsotg *hsotg, u16 typereq, u16 wvalue, u16 windex, char *buf, u16 wlength) argument
2624 _dwc2_hcd_hub_control(struct usb_hcd *hcd, u16 typereq, u16 wvalue, u16 windex, char *buf, u16 wlength) argument
[all...]
/drivers/usb/dwc3/
H A Dep0.c310 u32 windex = le16_to_cpu(wIndex_le); local
313 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1;
314 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN)
/drivers/staging/ozwpan/
H A Dozhcd.c163 u16 windex, char *buf, u16 wlength);
896 unsigned windex; local
906 windex = le16_to_cpu(setup->wIndex);
918 (u8)windex, (u8)wvalue);
1385 unsigned windex; local
1414 windex = le16_to_cpu(setup->wIndex);
1420 oz_dbg(CTRL_DETAIL, "wIndex = %x\n", windex);
1478 port->iface[(u8)windex].alt;
1480 windex, port->iface[(u8)windex]
1924 oz_set_port_feature(struct usb_hcd *hcd, u16 wvalue, u16 windex) argument
1999 oz_clear_port_feature(struct usb_hcd *hcd, u16 wvalue, u16 windex) argument
2074 oz_get_port_status(struct usb_hcd *hcd, u16 windex, char *buf) argument
2092 oz_hcd_hub_control(struct usb_hcd *hcd, u16 req_type, u16 wvalue, u16 windex, char *buf, u16 wlength) argument
[all...]
H A Dozusbsvc1.c57 u8 index, __le16 windex, int offset, int len)
69 oz_dbg(ON, " windex = 0x%x\n", windex);
85 body->w_index = windex;
199 unsigned windex = le16_to_cpu(setup->wIndex); local
214 u8 if_num = (u8)windex;
224 setup->bRequestType & 0xf, (u8)windex,
231 (u8)windex, setup->wValue);
56 oz_usb_get_desc_req(void *hpd, u8 req_id, u8 req_type, u8 desc_type, u8 index, __le16 windex, int offset, int len) argument

Completed in 131 milliseconds