Home
last modified time | relevance | path

Searched refs:nvkm_bus_new_ (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dpriv.h14 int nvkm_bus_new_(const struct nvkm_bus_func *, struct nvkm_device *, int,
Dg94.c63 return nvkm_bus_new_(&g94_bus, device, index, pbus); in g94_bus_new()
Dbase.c55 nvkm_bus_new_(const struct nvkm_bus_func *func, struct nvkm_device *device, in nvkm_bus_new_() function
Dnv04.c73 return nvkm_bus_new_(&nv04_bus, device, index, pbus); in nv04_bus_new()
Dgf100.c74 return nvkm_bus_new_(&gf100_bus, device, index, pbus); in gf100_bus_new()
Dnv31.c87 return nvkm_bus_new_(&nv31_bus, device, index, pbus); in nv31_bus_new()
Dnv50.c104 return nvkm_bus_new_(&nv50_bus, device, index, pbus); in nv50_bus_new()