Lines Matching refs:vops
48 const struct vas_user_win_ops *vops; member
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()
331 if (cp_inst->coproc->vops && in coproc_release()
332 cp_inst->coproc->vops->close_win) { in coproc_release()
333 rc = cp_inst->coproc->vops->close_win(cp_inst->txwin); in coproc_release()
437 paste_addr = cp_inst->coproc->vops->paste_addr(txwin); in vas_mmap_fault()
495 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->paste_addr) { in coproc_mmap()
518 paste_addr = cp_inst->coproc->vops->paste_addr(txwin); in coproc_mmap()
570 const struct vas_user_win_ops *vops) in vas_register_coproc_api() argument
592 coproc_device.vops = vops; in vas_register_coproc_api()