Searched refs:nv31_bus_new (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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 **);
|
/openbmc/linux/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
|
/openbmc/linux/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 …]
|