Searched refs:nvkm_bus_new_ (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | priv.h | 14 int nvkm_bus_new_(const struct nvkm_bus_func *, struct nvkm_device *, int,
|
D | g94.c | 63 return nvkm_bus_new_(&g94_bus, device, index, pbus); in g94_bus_new()
|
D | base.c | 55 nvkm_bus_new_(const struct nvkm_bus_func *func, struct nvkm_device *device, in nvkm_bus_new_() function
|
D | nv04.c | 73 return nvkm_bus_new_(&nv04_bus, device, index, pbus); in nv04_bus_new()
|
D | gf100.c | 74 return nvkm_bus_new_(&gf100_bus, device, index, pbus); in gf100_bus_new()
|
D | nv31.c | 87 return nvkm_bus_new_(&nv31_bus, device, index, pbus); in nv31_bus_new()
|
D | nv50.c | 104 return nvkm_bus_new_(&nv50_bus, device, index, pbus); in nv50_bus_new()
|