Home
last modified time | relevance | path

Searched refs:booter (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dtu102.c59 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 Dtu116.c31 .booter.ctor = tu102_gsp_booter_ctor,
H A Dad102.c31 .booter.ctor = ga102_gsp_booter_ctor,
H A Dga100.c48 .booter.ctor = tu102_gsp_booter_ctor,
H A Dpriv.h52 } booter; member
H A Dga102.c159 .booter.ctor = ga102_gsp_booter_ctor,
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h70 } booter; member
121 } booter; member
/linux/arch/m68k/q40/
H A DREADME53 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 Dgsp.c2098 nvkm_falcon_fw_dtor(&gsp->booter.unload); in r535_gsp_dtor()
2099 nvkm_falcon_fw_dtor(&gsp->booter.load); in r535_gsp_dtor()