/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | k3-ringacc.c | 117 * @windex: Write index 123 u32 windex; member 872 ring->state.free, ring->state.windex, ring->state.occ, in k3_ringacc_ring_access_io() 905 elem_ptr = k3_ringacc_get_elm_addr(ring, ring->state.windex); in k3_ringacc_ring_push_mem() 909 ring->state.windex = (ring->state.windex + 1) % ring->size; in k3_ringacc_ring_push_mem() 914 ring->state.free, ring->state.windex); in k3_ringacc_ring_push_mem() 944 ring->state.free, ring->state.windex); in k3_ringacc_ring_push() 964 ring->state.free, ring->state.windex); in k3_ringacc_ring_push_head()
|
/kernel/linux/linux-6.6/drivers/soc/ti/ |
H A D | k3-ringacc.c | 125 * @windex: Write index 132 u32 windex; member 1060 ring->state.free, ring->state.windex, ring->state.occ, in k3_ringacc_ring_access_io() 1111 if (ring->state.windex >= ring->state.occ) in k3_dmaring_fwd_pop() 1112 elem_idx = ring->state.windex - ring->state.occ; in k3_dmaring_fwd_pop() 1114 elem_idx = ring->size - (ring->state.occ - ring->state.windex); in k3_dmaring_fwd_pop() 1124 __func__, ring->state.occ, ring->state.windex, elem_idx, in k3_dmaring_fwd_pop() 1159 elem_ptr = k3_ringacc_get_elm_addr(ring, ring->state.windex); in k3_ringacc_ring_push_mem() 1168 ring->state.windex = (ring->state.windex in k3_ringacc_ring_push_mem() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_usb2_udc.h | 577 #define get_pipe_by_windex(windex) ((windex & USB_ENDPOINT_NUMBER_MASK) \ 578 * 2 + ((windex & USB_DIR_IN) ? 1 : 0))
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fsl_usb2_udc.h | 577 #define get_pipe_by_windex(windex) ((windex & USB_ENDPOINT_NUMBER_MASK) \ 578 * 2 + ((windex & USB_DIR_IN) ? 1 : 0))
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd.c | 3281 static void dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument 3292 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend() 3371 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() 3401 if (!windex || windex > 1) in dwc2_hcd_hub_control() 3520 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex, in dwc2_hcd_hub_control() 3522 if (!windex || windex > 1) in dwc2_hcd_hub_control() 3612 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex > in dwc2_hcd_hub_control() 3370 dwc2_hcd_hub_control(struct dwc2_hsotg *hsotg, u16 typereq, u16 wvalue, u16 windex, char *buf, u16 wlength) dwc2_hcd_hub_control() argument 4817 _dwc2_hcd_hub_control(struct usb_hcd *hcd, u16 typereq, u16 wvalue, u16 windex, char *buf, u16 wlength) _dwc2_hcd_hub_control() argument [all...] |
H A D | gadget.c | 1568 * @windex: The control request wIndex field (in host order). 1574 u32 windex) in ep_from_windex() 1576 int dir = (windex & USB_DIR_IN) ? 1 : 0; in ep_from_windex() 1577 int idx = windex & 0x7F; in ep_from_windex() 1579 if (windex >= 0x100) in ep_from_windex() 1573 ep_from_windex(struct dwc2_hsotg *hsotg, u32 windex) ep_from_windex() argument
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd.c | 3258 * @windex: The control request wIndex field 3265 int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument 3276 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend() 3377 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() 3407 if (!windex || windex > 1) in dwc2_hcd_hub_control() 3522 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex, in dwc2_hcd_hub_control() 3524 if (!windex || windex > 1) in dwc2_hcd_hub_control() 3614 if (wvalue != USB_PORT_FEAT_TEST && (!windex || winde in dwc2_hcd_hub_control() 3376 dwc2_hcd_hub_control(struct dwc2_hsotg *hsotg, u16 typereq, u16 wvalue, u16 windex, char *buf, u16 wlength) dwc2_hcd_hub_control() argument 4902 _dwc2_hcd_hub_control(struct usb_hcd *hcd, u16 typereq, u16 wvalue, u16 windex, char *buf, u16 wlength) _dwc2_hcd_hub_control() argument [all...] |
H A D | core.h | 1473 int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex); 1500 static inline int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument
|
H A D | gadget.c | 1567 * @windex: The control request wIndex field (in host order). 1573 u32 windex) in ep_from_windex() 1575 int dir = (windex & USB_DIR_IN) ? 1 : 0; in ep_from_windex() 1576 int idx = windex & 0x7F; in ep_from_windex() 1578 if (windex >= 0x100) in ep_from_windex() 1572 ep_from_windex(struct dwc2_hsotg *hsotg, u32 windex) ep_from_windex() argument
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | ep0.c | 290 u32 windex = le16_to_cpu(wIndex_le); in dwc3_wIndex_to_dep() local 293 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep() 294 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in dwc3_wIndex_to_dep()
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | ep0.c | 311 u32 windex = le16_to_cpu(wIndex_le); in dwc3_wIndex_to_dep() local 314 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep() 315 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in dwc3_wIndex_to_dep()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | quirks.c | 1721 u16 windex) in pioneer_djm_set_format_quirk() 1730 // we should derive windex from fmt-sync_ep but it's not set in pioneer_djm_set_format_quirk() 1733 0x01, 0x22, 0x0100, windex, &sr, 0x0003); in pioneer_djm_set_format_quirk() 1720 pioneer_djm_set_format_quirk(struct snd_usb_substream *subs, u16 windex) pioneer_djm_set_format_quirk() argument
|
H A D | mixer_quirks.c | 3072 static const char *snd_djm_get_label(u8 device_idx, u16 wvalue, u16 windex) in snd_djm_get_label() argument 3074 switch (windex) { in snd_djm_get_label()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer_quirks.c | 2726 static const char *snd_djm_get_label(u16 wvalue, u16 windex) in snd_djm_get_label() argument 2728 switch (windex) { in snd_djm_get_label()
|