Searched refs:cop_type (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | vas.h | 240 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type, 273 enum vas_cop_type cop_type, const char *name); 285 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type,
|
/linux-6.1.9/arch/powerpc/platforms/book3s/ |
D | vas-api.c | 47 enum vas_cop_type cop_type; member 312 cp_inst->coproc->cop_type); in coproc_ioc_tx_win_open() 568 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type, in vas_register_coproc_api() argument 591 coproc_device.cop_type = cop_type; in vas_register_coproc_api()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | vas.c | 298 enum vas_cop_type cop_type) in vas_allocate_window() argument 527 int vas_register_api_pseries(struct module *mod, enum vas_cop_type cop_type, in vas_register_api_pseries() argument 533 return vas_register_coproc_api(mod, cop_type, name, &vops_pseries); in vas_register_api_pseries()
|
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | vas-window.c | 1413 enum vas_cop_type cop_type) in vas_user_win_open() argument 1417 vas_init_tx_win_attr(&txattr, cop_type); in vas_user_win_open() 1428 return vas_tx_win_open(vas_id, cop_type, &txattr); in vas_user_win_open() 1459 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type, in vas_register_api_powernv() argument 1463 return vas_register_coproc_api(mod, cop_type, name, &vops); in vas_register_api_powernv()
|