Searched refs:subdev_mask (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | pci.h | 13 bool detect, bool mmio, u64 subdev_mask,
|
D | tegra.h | 55 bool detect, bool mmio, u64 subdev_mask,
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | priv.h | 56 bool detect, bool mmio, u64 subdev_mask,
|
D | tegra.c | 278 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_tegra_new() argument 352 cfg, dbg, detect, mmio, subdev_mask, in nvkm_device_tegra_new() 374 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_tegra_new() argument
|
D | pci.c | 1622 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_pci_new() argument 1676 cfg, dbg, detect, mmio, subdev_mask, in nvkm_device_pci_new()
|
D | base.c | 2871 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_ctor() argument 3130 if (device->chip->ptr.inst && (subdev_mask & (BIT_ULL(type)))) { \ in nvkm_device_ctor() 3149 if ((device->chip->ptr.inst & BIT(j)) && (subdev_mask & BIT_ULL(type))) { \ in nvkm_device_ctor()
|