Home
last modified time | relevance | path

Searched refs:vas_tx_win_open (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dvas.h143 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dvas-trace.h48 TRACE_EVENT( vas_tx_win_open,
H A Dvas-api.c113 txwin = vas_tx_win_open(vasid, cp_inst->coproc->cop_type, &txattr); in coproc_ioc_tx_win_open()
H A Dvas-window.c992 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop, in vas_tx_win_open() function
1126 EXPORT_SYMBOL_GPL(vas_tx_win_open);
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx-common-powernv.c699 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()