Home
last modified time | relevance | path

Searched full:ctlx (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c178 struct hfa384x_usbctlx *ctlx);
181 struct hfa384x_usbctlx *ctlx);
189 struct hfa384x_usbctlx *ctlx,
193 unlocked_usbctlx_cancel_async(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx);
196 const struct hfa384x_usbctlx *ctlx);
207 /* Low level req/resp CTLX formatters and submitters */
470 * us from sending any more CTLX URBs, so in hfa384x_usb_defer()
584 struct hfa384x_usbctlx *ctlx; in usbctlx_alloc() local
586 ctlx = kzalloc(sizeof(*ctlx), in usbctlx_alloc()
588 if (ctlx) in usbctlx_alloc()
[all …]
H A Dprism2usb.c149 struct hfa384x_usbctlx *ctlx, *temp; in prism2sta_disconnect_usb() local
178 * from the entire CTLX handling mechanism. in prism2sta_disconnect_usb()
195 list_for_each_entry(ctlx, &cleanlist, list) in prism2sta_disconnect_usb()
196 complete(&ctlx->done); in prism2sta_disconnect_usb()
206 list_for_each_entry_safe(ctlx, temp, &cleanlist, list) in prism2sta_disconnect_usb()
207 kfree(ctlx); in prism2sta_disconnect_usb()
H A Dhfa384x.h931 /* USB Control Exchange (CTLX):
936 * the usercb() for the different CTLX types.
947 CTLX_COMPLETE, /* CTLX successfully completed */
978 void *usercb_data; /* at CTLX completion */
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dsnps,dma-spear1340.yaml137 (CTLx.SRC_MSIZE/CTLx.DST_MSIZE fields) so the allowed burst length
140 CTLx.SRC_TR_WIDTH/CTLx.DST_TR_WIDTH fields (data width).
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.c593 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable) in mdp5_ctl_pair() argument
595 struct mdp5_ctl_manager *ctl_mgr = ctlx->ctlm; in mdp5_ctl_pair()
603 ctlx->pair = NULL; in mdp5_ctl_pair()
607 } else if ((ctlx->pair != NULL) || (ctly->pair != NULL)) { in mdp5_ctl_pair()
610 } else if (!(ctlx->status & ctly->status & CTL_STAT_BOOKED)) { in mdp5_ctl_pair()
615 ctlx->pair = ctly; in mdp5_ctl_pair()
616 ctly->pair = ctlx; in mdp5_ctl_pair()
H A Dmdp5_ctl.h39 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);
/openbmc/linux/drivers/dma/dw/
H A Dcore.c827 * (CTLx.SRC_TR_WIDTH * CTLx.SRC_MSIZE >= CTLx.DST_TR_WIDTH) in dwc_verify_m_buswidth()
/openbmc/linux/sound/pci/ctxfi/
H A Dcthw20k1.c1798 const u32 CTLX = CTLBITS('C', 'T', 'L', 'X'); in uaa_to_xfi() local
1867 writel(CTLX, (mem_base + UAA_CORE_CHANGE)); in uaa_to_xfi()