Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
Dgv100.c31 .bind_stat = gm200_flcn_bind_stat,
Dga100.c33 .bind_stat = gm200_flcn_bind_stat,
Dtu102.c158 .bind_stat = gm200_flcn_bind_stat,
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dgp102.c36 .bind_stat = gm200_flcn_bind_stat,
Dgm200.c53 .bind_stat = gm200_pmu_flcn_bind_stat,
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
Dtu102.c37 .bind_stat = gm200_flcn_bind_stat,
Dgp102.c207 .bind_stat = gm200_flcn_bind_stat,
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/falcon/
Dgm200.c269 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/
Dfalcon.h73 int (*bind_stat)(struct nvkm_falcon *, bool intr); member