Searched refs:nv31_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 | 22 int nv31_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 | 22 int nv31_bus_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bus **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 385 .bus = nv31_bus_new, 408 .bus = nv31_bus_new, 453 .bus = nv31_bus_new, 476 .bus = nv31_bus_new, 502 .bus = nv31_bus_new, 528 .bus = nv31_bus_new, 554 .bus = nv31_bus_new, 580 .bus = nv31_bus_new, 606 .bus = nv31_bus_new, 632 .bus = nv31_bus_new, [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | nv31.c | 85 nv31_bus_new(struct nvkm_device *device, int index, struct nvkm_bus **pbus) in nv31_bus_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | nv31.c | 85 nv31_bus_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv31_bus_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 384 .bus = { 0x00000001, nv31_bus_new }, 407 .bus = { 0x00000001, nv31_bus_new }, 452 .bus = { 0x00000001, nv31_bus_new }, 475 .bus = { 0x00000001, nv31_bus_new }, 501 .bus = { 0x00000001, nv31_bus_new }, 527 .bus = { 0x00000001, nv31_bus_new }, 553 .bus = { 0x00000001, nv31_bus_new }, 579 .bus = { 0x00000001, nv31_bus_new }, 605 .bus = { 0x00000001, nv31_bus_new }, 631 .bus = { 0x00000001, nv31_bus_new }, [all...] |
Completed in 4 milliseconds