Searched refs:vops (Results 1 – 3 of 3) sorted by relevance
50 const struct vas_user_win_ops *vops; member307 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[all …]
287 const struct vas_user_win_ops *vops);
1449 static const struct vas_user_win_ops vops = { variable1463 return vas_register_coproc_api(mod, cop_type, name, &vops); in vas_register_api_powernv()
Completed in 13 milliseconds