Searched refs:booter (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| H A D | tu102.c | 59 ret = nvkm_falcon_fw_boot(&gsp->booter.unload, &gsp->subdev, true, &mbox0, &mbox1, 0, 0); in tu102_gsp_booter_unload() 73 return nvkm_falcon_fw_boot(&gsp->booter.load, &gsp->subdev, true, &mbox0, &mbox1, 0, 0); in tu102_gsp_booter_load() 307 ret = gsp->func->booter.ctor(gsp, "booter-load", gsp->fws.booter.load, in tu102_gsp_oneinit() 308 &device->sec2->falcon, &gsp->booter.load); in tu102_gsp_oneinit() 312 ret = gsp->func->booter.ctor(gsp, "booter-unload", gsp->fws.booter.unload, in tu102_gsp_oneinit() 313 &device->sec2->falcon, &gsp->booter.unload); in tu102_gsp_oneinit() 383 .booter.ctor = tu102_gsp_booter_ctor, 426 ret = nvkm_gsp_load_fw(gsp, "booter_load", fwif->ver, &gsp->fws.booter.load); in tu102_gsp_load() 430 ret = nvkm_gsp_load_fw(gsp, "booter_unload", fwif->ver, &gsp->fws.booter.unload); in tu102_gsp_load()
|
| H A D | tu116.c | 31 .booter.ctor = tu102_gsp_booter_ctor,
|
| H A D | ad102.c | 31 .booter.ctor = ga102_gsp_booter_ctor,
|
| H A D | ga100.c | 48 .booter.ctor = tu102_gsp_booter_ctor,
|
| H A D | priv.h | 52 } booter; member
|
| H A D | ga102.c | 159 .booter.ctor = ga102_gsp_booter_ctor,
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| H A D | gsp.h | 70 } booter; member 121 } booter; member
|
| /linux/arch/m68k/q40/ |
| H A D | README | 53 preceded by the booter signature. This is a trace just in case something
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | gsp.c | 2098 nvkm_falcon_fw_dtor(&gsp->booter.unload); in r535_gsp_dtor() 2099 nvkm_falcon_fw_dtor(&gsp->booter.load); in r535_gsp_dtor()
|