Searched refs:ctlx (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 201 static int hfa384x_usbctlx_submit(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx); 203 static void unlocked_usbctlx_complete(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx); 211 hfa384x_usbctlx_t *ctlx, 215 unlocked_usbctlx_cancel_async(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx); 217 static void hfa384x_cb_status(hfa384x_t *hw, const hfa384x_usbctlx_t *ctlx); 219 static void hfa384x_cb_rrid(hfa384x_t *hw, const hfa384x_usbctlx_t *ctlx); 620 hfa384x_usbctlx_t *ctlx; in usbctlx_alloc() local 622 ctlx = kzalloc(sizeof(*ctlx), in usbctlx_alloc() 624 if (ctlx != NULL) in usbctlx_alloc() 625 init_completion(&ctlx->done); in usbctlx_alloc() [all …]
|
D | prism2usb.c | 188 hfa384x_usbctlx_t *ctlx; in prism2sta_disconnect_usb() local 190 ctlx = list_entry(entry, hfa384x_usbctlx_t, list); in prism2sta_disconnect_usb() 191 complete(&ctlx->done); in prism2sta_disconnect_usb() 203 hfa384x_usbctlx_t *ctlx; in prism2sta_disconnect_usb() local 205 ctlx = list_entry(entry, hfa384x_usbctlx_t, list); in prism2sta_disconnect_usb() 206 kfree(ctlx); in prism2sta_disconnect_usb()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_ctl.c | 548 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable) in mdp5_ctl_pair() argument 550 struct mdp5_ctl_manager *ctl_mgr = ctlx->ctlm; in mdp5_ctl_pair() 558 ctlx->pair = NULL; in mdp5_ctl_pair() 562 } else if ((ctlx->pair != NULL) || (ctly->pair != NULL)) { in mdp5_ctl_pair() 565 } else if (!(ctlx->status & ctly->status & CTL_STAT_BOOKED)) { in mdp5_ctl_pair() 570 ctlx->pair = ctly; in mdp5_ctl_pair() 571 ctly->pair = ctlx; in mdp5_ctl_pair()
|
D | mdp5_ctl.h | 45 int mdp5_ctl_pair(struct mdp5_ctl *ctlx, struct mdp5_ctl *ctly, bool enable);
|