Searched refs:txwin (Results 1 – 3 of 3) sorted by relevance
275 txwin->fault_virq = irq_create_mapping(NULL, txwin->fault_irq); in allocate_setup_window()284 if (!txwin->name) { in allocate_setup_window()292 txwin->name, txwin); in allocate_setup_window()295 txwin->vas_win.winid, txwin->fault_virq, rc); in allocate_setup_window()303 kfree(txwin->name); in allocate_setup_window()313 free_irq(txwin->fault_virq, txwin); in free_irq_setup()314 kfree(txwin->name); in free_irq_setup()327 txwin = kzalloc(sizeof(*txwin), GFP_KERNEL); in vas_allocate_window()328 if (!txwin) in vas_allocate_window()469 free_irq_setup(txwin); in vas_allocate_window()[all …]
55 struct vas_window *txwin; member293 if (cp_inst->txwin) in coproc_ioc_tx_win_open()314 if (IS_ERR(txwin)) { in coproc_ioc_tx_win_open()316 PTR_ERR(txwin)); in coproc_ioc_tx_win_open()317 return PTR_ERR(txwin); in coproc_ioc_tx_win_open()321 cp_inst->txwin = txwin; in coproc_ioc_tx_win_open()331 if (cp_inst->txwin) { in coproc_release()413 txwin = cp_inst->txwin; in vas_mmap_fault()486 txwin = cp_inst->txwin; in vas_mmap_close()514 txwin = cp_inst->txwin; in coproc_mmap()[all …]
79 txwin->vas_win.winid); in map_paste_region()956 if (txwin->vinst->virq) in init_winctx_for_txwin()963 if (txwin->vinst->virq) in init_winctx_for_txwin()1030 if (IS_ERR(txwin)) { in vas_tx_win_open()1031 rc = PTR_ERR(txwin); in vas_tx_win_open()1036 txwin->tx_win = 1; in vas_tx_win_open()1037 txwin->rxwin = rxwin; in vas_tx_win_open()1038 txwin->nx_win = txwin->rxwin->nx_win; in vas_tx_win_open()1054 if (!txwin->user_win) { in vas_tx_win_open()1055 txwin->paste_kaddr = map_paste_region(txwin); in vas_tx_win_open()[all …]
Completed in 25 milliseconds