Lines Matching refs:txwin
49 struct vas_window *txwin; member
78 struct vas_window *txwin; in coproc_ioc_tx_win_open() local
86 if (cp_inst->txwin) in coproc_ioc_tx_win_open()
113 txwin = vas_tx_win_open(vasid, cp_inst->coproc->cop_type, &txattr); in coproc_ioc_tx_win_open()
114 if (IS_ERR(txwin)) { in coproc_ioc_tx_win_open()
116 PTR_ERR(txwin)); in coproc_ioc_tx_win_open()
117 return PTR_ERR(txwin); in coproc_ioc_tx_win_open()
120 cp_inst->txwin = txwin; in coproc_ioc_tx_win_open()
129 if (cp_inst->txwin) { in coproc_release()
130 vas_win_close(cp_inst->txwin); in coproc_release()
131 cp_inst->txwin = NULL; in coproc_release()
151 struct vas_window *txwin; in coproc_mmap() local
157 txwin = cp_inst->txwin; in coproc_mmap()
166 if (!txwin) { in coproc_mmap()
171 vas_win_paste_addr(txwin, &paste_addr, NULL); in coproc_mmap()