Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dvas.h240 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,
/openbmc/linux/arch/powerpc/platforms/book3s/
H A Dvas-api.c49 enum vas_cop_type cop_type; member
313 cp_inst->coproc->cop_type); in coproc_ioc_tx_win_open()
567 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type, in vas_register_coproc_api() argument
590 coproc_device.cop_type = cop_type; in vas_register_coproc_api()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvas.c299 enum vas_cop_type cop_type) in vas_allocate_window() argument
549 int vas_register_api_pseries(struct module *mod, enum vas_cop_type cop_type, in vas_register_api_pseries() argument
555 return vas_register_coproc_api(mod, cop_type, name, &vops_pseries); in vas_register_api_pseries()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A 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()