Home
last modified time | relevance | path

Searched refs:nv31_bus_new (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dbus.h22 int nv31_bus_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bus **);
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c385 .bus = { 0x00000001, nv31_bus_new },
408 .bus = { 0x00000001, nv31_bus_new },
453 .bus = { 0x00000001, nv31_bus_new },
476 .bus = { 0x00000001, nv31_bus_new },
502 .bus = { 0x00000001, nv31_bus_new },
528 .bus = { 0x00000001, nv31_bus_new },
554 .bus = { 0x00000001, nv31_bus_new },
580 .bus = { 0x00000001, nv31_bus_new },
606 .bus = { 0x00000001, nv31_bus_new },
632 .bus = { 0x00000001, nv31_bus_new },
[all …]
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dnv31.c85 nv31_bus_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv31_bus_new() function