Searched refs:ctlx (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A D | hfa384x_usb.c | 607 ctlx = kzalloc(sizeof(*ctlx), in usbctlx_alloc() 609 if (ctlx) in usbctlx_alloc() 612 return ctlx; in usbctlx_alloc() 804 ctlx->usercb(hw, &cmdresult, ctlx->usercb_data); in hfa384x_cb_status() 1216 ctlx->outbufsize = sizeof(ctlx->outbuf.cmdreq); in hfa384x_docmd() 1304 ctlx->outbufsize = sizeof(ctlx->outbuf.rridreq); in hfa384x_dorrid() 1388 ctlx->outbufsize = sizeof(ctlx->outbuf.wridreq.type) + in hfa384x_dowrid() 1470 ctlx->outbufsize = sizeof(ctlx->outbuf.rmemreq); in hfa384x_dormem() 1559 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem() 2652 ctlx->cmdcb(hw, ctlx); in hfa384x_usbctlx_completion_task() [all …]
|
A D | prism2usb.c | 149 struct hfa384x_usbctlx *ctlx, *temp; in prism2sta_disconnect_usb() local 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()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
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()
|
A D | mdp5_ctl.h | 39 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);
|
Completed in 13 milliseconds