Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c384 .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 …]
/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 **);
/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