Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c1292 .bus = { 0x00000001, gf100_bus_new },
1327 .bus = { 0x00000001, gf100_bus_new },
1362 .bus = { 0x00000001, gf100_bus_new },
1397 .bus = { 0x00000001, gf100_bus_new },
1432 .bus = { 0x00000001, gf100_bus_new },
1467 .bus = { 0x00000001, gf100_bus_new },
1502 .bus = { 0x00000001, gf100_bus_new },
1537 .bus = { 0x00000001, gf100_bus_new },
1571 .bus = { 0x00000001, gf100_bus_new },
1606 .bus = { 0x00000001, gf100_bus_new },
[all …]
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbus.h25 int gf100_bus_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bus **);
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dgf100.c74 gf100_bus_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_bus_new() function