Searched refs:nvkm_fuse_new_ (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/ |
H A D | priv.h | 11 int nvkm_fuse_new_(const struct nvkm_fuse_func *, struct nvkm_device *,
|
H A D | gm107.c | 41 return nvkm_fuse_new_(&gm107_fuse, device, index, pfuse); in gm107_fuse_new()
|
H A D | nv50.c | 50 return nvkm_fuse_new_(&nv50_fuse, device, index, pfuse); in nv50_fuse_new()
|
H A D | base.c | 44 nvkm_fuse_new_(const struct nvkm_fuse_func *func, struct nvkm_device *device, in nvkm_fuse_new_() function
|
H A D | gf100.c | 52 return nvkm_fuse_new_(&gf100_fuse, device, index, pfuse); in gf100_fuse_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/ |
H A D | priv.h | 11 int nvkm_fuse_new_(const struct nvkm_fuse_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
H A D | gm107.c | 42 return nvkm_fuse_new_(&gm107_fuse, device, type, inst, pfuse); in gm107_fuse_new()
|
H A D | base.c | 44 nvkm_fuse_new_(const struct nvkm_fuse_func *func, struct nvkm_device *device, in nvkm_fuse_new_() function
|
H A D | nv50.c | 51 return nvkm_fuse_new_(&nv50_fuse, device, type, inst, pfuse); in nv50_fuse_new()
|
H A D | gf100.c | 53 return nvkm_fuse_new_(&gf100_fuse, device, type, inst, pfuse); in gf100_fuse_new()
|
Completed in 3 milliseconds