Searched refs:bind_stat (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
D | gv100.c | 31 .bind_stat = gm200_flcn_bind_stat,
|
D | ga100.c | 33 .bind_stat = gm200_flcn_bind_stat,
|
D | tu102.c | 158 .bind_stat = gm200_flcn_bind_stat,
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gp102.c | 36 .bind_stat = gm200_flcn_bind_stat,
|
D | gm200.c | 53 .bind_stat = gm200_pmu_flcn_bind_stat,
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
D | tu102.c | 37 .bind_stat = gm200_flcn_bind_stat,
|
D | gp102.c | 207 .bind_stat = gm200_flcn_bind_stat,
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | gm200.c | 269 if (falcon->func->bind_stat(falcon, falcon->func->bind_intr) == 5) in gm200_flcn_fw_load() 278 if (falcon->func->bind_stat(falcon, false) == 0) in gm200_flcn_fw_load()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | falcon.h | 73 int (*bind_stat)(struct nvkm_falcon *, bool intr); member
|