Home
last modified time | relevance | path

Searched refs:windex (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/ti/
Dk3-ringacc.c123 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-5.10/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h577 #define get_pipe_by_windex(windex) ((windex & USB_ENDPOINT_NUMBER_MASK) \ argument
578 * 2 + ((windex & USB_DIR_IN) ? 1 : 0))
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dhcd.c3281 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() argument
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 > 1)) in dwc2_hcd_hub_control()
3630 if (windex != hsotg->otg_port) in dwc2_hcd_hub_control()
3635 dwc2_port_suspend(hsotg, windex); in dwc2_hcd_hub_control()
3699 hprt0 |= (windex >> 8) << HPRT0_TSTCTL_SHIFT; in dwc2_hcd_hub_control()
[all …]
Dgadget.c1574 u32 windex) in ep_from_windex() argument
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()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dep0.c287 u32 windex = le16_to_cpu(wIndex_le); in dwc3_wIndex_to_dep() local
290 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()
291 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in dwc3_wIndex_to_dep()
/kernel/linux/linux-5.10/sound/usb/
Dmixer_quirks.c2726 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()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch55184 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN)
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch357423 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN)