Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
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);
584 struct hfa384x_usbctlx *ctlx; in usbctlx_alloc() local
586 ctlx = kzalloc(sizeof(*ctlx), in usbctlx_alloc()
588 if (ctlx) in usbctlx_alloc()
589 init_completion(&ctlx->done); in usbctlx_alloc()
591 return ctlx; in usbctlx_alloc()
[all …]
Dprism2usb.c149 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()
/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);