Searched refs:coproc (Results 1 – 2 of 2) sorted by relevance
699 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()757 coproc->ct = high; in nx_set_ct()759 coproc->ct = normal; in nx_set_ct()815 coproc = kzalloc(sizeof(*coproc), GFP_KERNEL); in vas_cfg_coproc_info()816 if (!coproc) in vas_cfg_coproc_info()869 kfree(coproc); in vas_cfg_coproc_info()976 coproc = kzalloc(sizeof(*coproc), GFP_KERNEL); in nx842_powernv_probe()977 if (!coproc) in nx842_powernv_probe()980 coproc->ct = ct; in nx842_powernv_probe()981 coproc->ci = ci; in nx842_powernv_probe()[all …]
52 struct coproc_dev *coproc; member272 cp_inst->coproc = container_of(inode->i_cdev, struct coproc_dev, in coproc_open()306 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->open_win) { in coproc_ioc_tx_win_open()311 txwin = cp_inst->coproc->vops->open_win(uattr.vas_id, uattr.flags, in coproc_ioc_tx_win_open()312 cp_inst->coproc->cop_type); in coproc_ioc_tx_win_open()330 if (cp_inst->coproc->vops && in coproc_release()331 cp_inst->coproc->vops->close_win) { in coproc_release()332 rc = cp_inst->coproc->vops->close_win(cp_inst->txwin); in coproc_release()376 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->paste_addr) { in coproc_mmap()381 paste_addr = cp_inst->coproc->vops->paste_addr(txwin); in coproc_mmap()
Completed in 6 milliseconds