Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbar.h36 int tu102_bar_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bar **);
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c2340 .bar = { 0x00000001, tu102_bar_new },
2375 .bar = { 0x00000001, tu102_bar_new },
2410 .bar = { 0x00000001, tu102_bar_new },
2445 .bar = { 0x00000001, tu102_bar_new },
2480 .bar = { 0x00000001, tu102_bar_new },
2514 .bar = { 0x00000001, tu102_bar_new },
2541 .bar = { 0x00000001, tu102_bar_new },
2573 .bar = { 0x00000001, tu102_bar_new },
2605 .bar = { 0x00000001, tu102_bar_new },
2637 .bar = { 0x00000001, tu102_bar_new },
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dtu102.c96 tu102_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in tu102_bar_new() function