Searched refs:windex (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/gadget/udc/ |
| H A D | fsl_usb2_udc.h | 531 #define get_pipe_by_windex(windex) ((windex & USB_ENDPOINT_NUMBER_MASK) \ argument 532 * 2 + ((windex & USB_DIR_IN) ? 1 : 0))
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.c | 3271 int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument 3282 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend() 3383 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() argument 3413 if (!windex || windex > 1) in dwc2_hcd_hub_control() 3528 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex, in dwc2_hcd_hub_control() 3530 if (!windex || windex > 1) in dwc2_hcd_hub_control() 3618 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex > 1)) in dwc2_hcd_hub_control() 3634 if (windex != hsotg->otg_port) in dwc2_hcd_hub_control() 3637 retval = dwc2_port_suspend(hsotg, windex); in dwc2_hcd_hub_control() 3719 hprt0 |= (windex >> 8) << HPRT0_TSTCTL_SHIFT; in dwc2_hcd_hub_control() [all …]
|
| H A D | core.h | 1509 int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex); 1538 static inline int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument
|
| H A D | gadget.c | 1577 u32 windex) in ep_from_windex() argument 1579 int dir = (windex & USB_DIR_IN) ? 1 : 0; in ep_from_windex() 1580 int idx = windex & 0x7F; in ep_from_windex() 1582 if (windex >= 0x100) in ep_from_windex()
|
| /linux/sound/usb/ |
| H A D | quirks.c | 1770 u16 windex) in pioneer_djm_set_format_quirk() argument 1782 0x01, 0x22, 0x0100, windex, &sr, 0x0003); in pioneer_djm_set_format_quirk()
|
| H A D | mixer_quirks.c | 4043 static const char *snd_djm_get_label(u8 device_idx, u16 wvalue, u16 windex) in snd_djm_get_label() argument 4045 switch (windex) { in snd_djm_get_label()
|