Home
last modified time | relevance | path

Searched defs:windex (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c896 unsigned windex; in oz_hcd_control_cnf() local
1385 unsigned windex; in oz_process_ep0_urb() local
1924 static int oz_set_port_feature(struct usb_hcd *hcd, u16 wvalue, u16 windex) in oz_set_port_feature()
1999 static int oz_clear_port_feature(struct usb_hcd *hcd, u16 wvalue, u16 windex) in oz_clear_port_feature()
2074 static int oz_get_port_status(struct usb_hcd *hcd, u16 windex, char *buf) in oz_get_port_status()
2093 u16 windex, char *buf, u16 wlength) in oz_hcd_hub_control()
Dozusbsvc1.c57 u8 index, __le16 windex, int offset, int len) in oz_usb_get_desc_req()
199 unsigned windex = le16_to_cpu(setup->wIndex); in oz_usb_control_req() local
/linux-4.1.27/drivers/usb/dwc2/
Dhcd.c1441 static void dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend()
1488 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control()
2639 u16 windex, char *buf, u16 wlength) in _dwc2_hcd_hub_control()
Dgadget.c871 u32 windex) in ep_from_windex()
/linux-4.1.27/drivers/usb/dwc3/
Dep0.c312 u32 windex = le16_to_cpu(wIndex_le); in dwc3_wIndex_to_dep() local
/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h581 #define get_pipe_by_windex(windex) ((windex & USB_ENDPOINT_NUMBER_MASK) \ argument