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

/linux-master/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,
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c49 enum vas_cop_type cop_type; member in struct:coproc_dev
313 cp_inst->coproc->cop_type);
567 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type, argument
590 coproc_device.cop_type = cop_type;
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.c299 enum vas_cop_type cop_type)
549 int vas_register_api_pseries(struct module *mod, enum vas_cop_type cop_type, argument
555 return vas_register_coproc_api(mod, cop_type, name, &vops_pseries);
298 vas_allocate_window(int vas_id, u64 flags, enum vas_cop_type cop_type) argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c1413 enum vas_cop_type cop_type)
1417 vas_init_tx_win_attr(&txattr, cop_type);
1428 return vas_tx_win_open(vas_id, cop_type, &txattr);
1459 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type, argument
1463 return vas_register_coproc_api(mod, cop_type, name, &vops);
1412 vas_user_win_open(int vas_id, u64 flags, enum vas_cop_type cop_type) argument

Completed in 128 milliseconds