Searched refs:nv04_bus_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | bus.h | 21 int nv04_bus_new(struct nvkm_device *, int, struct nvkm_bus **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | bus.h | 21 int nv04_bus_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bus **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | nv04.c | 71 nv04_bus_new(struct nvkm_device *device, int index, struct nvkm_bus **pbus) in nv04_bus_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | nv04.c | 71 nv04_bus_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv04_bus_new() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 81 .bus = nv04_bus_new, 102 .bus = nv04_bus_new, 123 .bus = nv04_bus_new, 143 .bus = nv04_bus_new, 165 .bus = nv04_bus_new, 187 .bus = nv04_bus_new, 209 .bus = nv04_bus_new, 231 .bus = nv04_bus_new, 253 .bus = nv04_bus_new, 275 .bus = nv04_bus_new, [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 80 .bus = { 0x00000001, nv04_bus_new }, 101 .bus = { 0x00000001, nv04_bus_new }, 122 .bus = { 0x00000001, nv04_bus_new }, 142 .bus = { 0x00000001, nv04_bus_new }, 164 .bus = { 0x00000001, nv04_bus_new }, 186 .bus = { 0x00000001, nv04_bus_new }, 208 .bus = { 0x00000001, nv04_bus_new }, 230 .bus = { 0x00000001, nv04_bus_new }, 252 .bus = { 0x00000001, nv04_bus_new }, 274 .bus = { 0x00000001, nv04_bus_new }, [all...] |
Completed in 4 milliseconds