Home
last modified time | relevance | path

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

/Linux-v4.19/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);
620 struct hfa384x_usbctlx *ctlx; in usbctlx_alloc() local
622 ctlx = kzalloc(sizeof(*ctlx), in usbctlx_alloc()
624 if (ctlx) in usbctlx_alloc()
625 init_completion(&ctlx->done); in usbctlx_alloc()
627 return ctlx; in usbctlx_alloc()
[all …]
Dprism2usb.c143 struct hfa384x_usbctlx *ctlx, *temp; in prism2sta_disconnect_usb() local
188 list_for_each_entry(ctlx, &cleanlist, list) in prism2sta_disconnect_usb()
189 complete(&ctlx->done); in prism2sta_disconnect_usb()
199 list_for_each_entry_safe(ctlx, temp, &cleanlist, list) in prism2sta_disconnect_usb()
200 kfree(ctlx); in prism2sta_disconnect_usb()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_ctl.c592 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable) in mdp5_ctl_pair() argument
594 struct mdp5_ctl_manager *ctl_mgr = ctlx->ctlm; in mdp5_ctl_pair()
602 ctlx->pair = NULL; in mdp5_ctl_pair()
606 } else if ((ctlx->pair != NULL) || (ctly->pair != NULL)) { in mdp5_ctl_pair()
609 } else if (!(ctlx->status & ctly->status & CTL_STAT_BOOKED)) { in mdp5_ctl_pair()
614 ctlx->pair = ctly; in mdp5_ctl_pair()
615 ctly->pair = ctlx; in mdp5_ctl_pair()
Dmdp5_ctl.h47 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);