Lines Matching refs:vops
50 const struct vas_user_win_ops *vops; member
307 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->open_win) { in coproc_ioc_tx_win_open()
312 txwin = cp_inst->coproc->vops->open_win(uattr.vas_id, uattr.flags, in coproc_ioc_tx_win_open()
332 if (cp_inst->coproc->vops && in coproc_release()
333 cp_inst->coproc->vops->close_win) { in coproc_release()
334 rc = cp_inst->coproc->vops->close_win(cp_inst->txwin); in coproc_release()
436 paste_addr = cp_inst->coproc->vops->paste_addr(txwin); in vas_mmap_fault()
537 if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->paste_addr) { in coproc_mmap()
559 paste_addr = cp_inst->coproc->vops->paste_addr(txwin); in coproc_mmap()
608 const struct vas_user_win_ops *vops) in vas_register_coproc_api() argument
630 coproc_device.vops = vops; in vas_register_coproc_api()