Home
last modified time | relevance | path

Searched refs:cop_type (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dvas.h226 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type,
259 enum vas_cop_type cop_type, const char *name);
271 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type,
/arch/powerpc/platforms/book3s/
Dvas-api.c47 enum vas_cop_type cop_type; member
312 cp_inst->coproc->cop_type); in coproc_ioc_tx_win_open()
425 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type, in vas_register_coproc_api() argument
448 coproc_device.cop_type = cop_type; in vas_register_coproc_api()
/arch/powerpc/platforms/pseries/
Dvas.c263 enum vas_cop_type cop_type) in vas_allocate_window() argument
461 int vas_register_api_pseries(struct module *mod, enum vas_cop_type cop_type, in vas_register_api_pseries() argument
469 rc = vas_register_coproc_api(mod, cop_type, name, &vops_pseries); in vas_register_api_pseries()
/arch/powerpc/platforms/powernv/
Dvas-window.c1413 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()