Searched full:ctlx (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 178 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 D | prism2usb.c | 149 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 D | hfa384x.h | 931 /* 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 D | snps,dma-spear1340.yaml | 137 (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 D | mdp5_ctl.c | 593 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 D | mdp5_ctl.h | 39 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);
|
/openbmc/linux/drivers/dma/dw/ |
H A D | core.c | 827 * (CTLx.SRC_TR_WIDTH * CTLx.SRC_MSIZE >= CTLx.DST_TR_WIDTH) in dwc_verify_m_buswidth()
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | cthw20k1.c | 1798 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()
|