Searched refs:windex (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/soc/ti/ |
| H A D | k3-ringacc.c | 126 * @windex: Write index 133 u32 windex; 1061 ring->state.free, ring->state.windex, ring->state.occ, in k3_ringacc_ring_access_io() 1112 if (ring->state.windex >= ring->state.occ) in k3_dmaring_fwd_pop() 1113 elem_idx = ring->state.windex - ring->state.occ; in k3_dmaring_fwd_pop() 1115 elem_idx = ring->size - (ring->state.occ - ring->state.windex); in k3_dmaring_fwd_pop() 1125 __func__, ring->state.occ, ring->state.windex, elem_idx, in k3_dmaring_fwd_pop() 1160 elem_ptr = k3_ringacc_get_elm_addr(ring, ring->state.windex); in k3_ringacc_ring_push_mem() 1169 ring->state.windex = (ring->state.windex in k3_ringacc_ring_push_mem() 132 u32 windex; global() member [all...] |
| /linux/drivers/usb/gadget/udc/ |
| H A D | fsl_usb2_udc.h | 530 #define get_pipe_by_windex(windex) ((windex & USB_ENDPOINT_NUMBER_MASK) \ argument 531 * 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 | 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 1779 // we should derive windex from fmt-sync_ep but it's not set in pioneer_djm_set_format_quirk() 1782 0x01, 0x22, 0x0100, windex, &sr, 0x0003); in pioneer_djm_set_format_quirk()
|
| H A D | mixer_quirks.c | 4058 static const char *snd_djm_get_label(u8 device_idx, u16 wvalue, u16 windex) 4060 switch (windex) { 3983 snd_djm_get_label(u8 device_idx,u16 wvalue,u16 windex) snd_djm_get_label() argument
|