Home
last modified time | relevance | path

Searched refs:ctlx (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A 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 in usbctlx_alloc()
790 hfa384x_cb_status(struct hfa384x *hw, const struct hfa384x_usbctlx *ctlx) hfa384x_cb_status() argument
1085 hfa384x_usbctlx_complete_sync(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx, struct usbctlx_completor *completor) hfa384x_usbctlx_complete_sync() argument
1201 struct hfa384x_usbctlx *ctlx; hfa384x_docmd() local
1290 struct hfa384x_usbctlx *ctlx; hfa384x_dorrid() local
1372 struct hfa384x_usbctlx *ctlx; hfa384x_dowrid() local
1454 struct hfa384x_usbctlx *ctlx; hfa384x_dormem() local
1540 struct hfa384x_usbctlx *ctlx; hfa384x_dowmem() local
2603 struct hfa384x_usbctlx *ctlx, *temp; hfa384x_usbctlx_reaper_task() local
2637 struct hfa384x_usbctlx *ctlx, *temp; hfa384x_usbctlx_completion_task() local
2711 unlocked_usbctlx_cancel_async(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx) unlocked_usbctlx_cancel_async() argument
2762 unlocked_usbctlx_complete(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx) unlocked_usbctlx_complete() argument
3093 struct hfa384x_usbctlx *ctlx; hfa384x_usbin_ctlx() local
3550 struct hfa384x_usbctlx *ctlx; hfa384x_ctlxout_callback() local
3695 struct hfa384x_usbctlx *ctlx = get_active_ctlx(hw); hfa384x_usbctlx_reqtimerfn() local
3748 struct hfa384x_usbctlx *ctlx = get_active_ctlx(hw); hfa384x_usbctlx_resptimerfn() local
3818 hfa384x_usbctlx_submit(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx) hfa384x_usbctlx_submit() argument
[all...]
H A 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()
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A 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 in usbctlx_alloc()
769 hfa384x_cb_status(struct hfa384x *hw, const struct hfa384x_usbctlx *ctlx) hfa384x_cb_status() argument
1064 hfa384x_usbctlx_complete_sync(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx, struct usbctlx_completor *completor) hfa384x_usbctlx_complete_sync() argument
1180 struct hfa384x_usbctlx *ctlx; hfa384x_docmd() local
1269 struct hfa384x_usbctlx *ctlx; hfa384x_dorrid() local
1351 struct hfa384x_usbctlx *ctlx; hfa384x_dowrid() local
1433 struct hfa384x_usbctlx *ctlx; hfa384x_dormem() local
1519 struct hfa384x_usbctlx *ctlx; hfa384x_dowmem() local
2581 struct hfa384x_usbctlx *ctlx, *temp; hfa384x_usbctlx_reaper_task() local
2615 struct hfa384x_usbctlx *ctlx, *temp; hfa384x_usbctlx_completion_task() local
2689 unlocked_usbctlx_cancel_async(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx) unlocked_usbctlx_cancel_async() argument
2740 unlocked_usbctlx_complete(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx) unlocked_usbctlx_complete() argument
3071 struct hfa384x_usbctlx *ctlx; hfa384x_usbin_ctlx() local
3528 struct hfa384x_usbctlx *ctlx; hfa384x_ctlxout_callback() local
3673 struct hfa384x_usbctlx *ctlx = get_active_ctlx(hw); hfa384x_usbctlx_reqtimerfn() local
3726 struct hfa384x_usbctlx *ctlx = get_active_ctlx(hw); hfa384x_usbctlx_resptimerfn() local
3796 hfa384x_usbctlx_submit(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx) hfa384x_usbctlx_submit() argument
[all...]
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.c584 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable) in mdp5_ctl_pair() argument
586 struct mdp5_ctl_manager *ctl_mgr = ctlx->ctlm; in mdp5_ctl_pair()
594 ctlx->pair = NULL; in mdp5_ctl_pair()
598 } else if ((ctlx->pair != NULL) || (ctly->pair != NULL)) { in mdp5_ctl_pair()
601 } else if (!(ctlx->status & ctly->status & CTL_STAT_BOOKED)) { in mdp5_ctl_pair()
606 ctlx->pair = ctly; in mdp5_ctl_pair()
607 ctly->pair = ctlx; in mdp5_ctl_pair()
H A Dmdp5_ctl.h39 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A 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()
H A Dmdp5_ctl.h39 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);

Completed in 7 milliseconds