Home
last modified time | relevance | path

Searched refs:ctlx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/wlan-ng/
Dhfa384x_usb.c199 struct hfa384x_usbctlx *ctlx);
202 struct hfa384x_usbctlx *ctlx);
210 struct hfa384x_usbctlx *ctlx,
214 unlocked_usbctlx_cancel_async(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx);
217 const struct hfa384x_usbctlx *ctlx);
605 struct hfa384x_usbctlx *ctlx; in usbctlx_alloc() local
607 ctlx = kzalloc(sizeof(*ctlx), in usbctlx_alloc()
609 if (ctlx) in usbctlx_alloc()
610 init_completion(&ctlx->done); in usbctlx_alloc()
612 return ctlx; in usbctlx_alloc()
[all …]
Dprism2usb.c150 struct hfa384x_usbctlx *ctlx, *temp; in prism2sta_disconnect_usb() local
196 list_for_each_entry(ctlx, &cleanlist, list) in prism2sta_disconnect_usb()
197 complete(&ctlx->done); in prism2sta_disconnect_usb()
207 list_for_each_entry_safe(ctlx, temp, &cleanlist, list) in prism2sta_disconnect_usb()
208 kfree(ctlx); in prism2sta_disconnect_usb()
/Linux-v5.15/drivers/gpu/drm/msm/disp/mdp5/
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()
Dmdp5_ctl.h39 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);