/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ibus/ |
nouveau_nvkm_subdev_ibus_gm200.c | 40 struct nvkm_subdev *ibus; local in function:gm200_ibus_new 41 if (!(ibus = *pibus = kzalloc(sizeof(*ibus), GFP_KERNEL))) 43 nvkm_subdev_ctor(&gm200_ibus, device, index, ibus);
|
nouveau_nvkm_subdev_ibus_gf117.c | 32 gf117_ibus_init(struct nvkm_subdev *ibus) 34 struct nvkm_device *device = ibus->device; 51 struct nvkm_subdev *ibus; local in function:gf117_ibus_new 52 if (!(ibus = *pibus = kzalloc(sizeof(*ibus), GFP_KERNEL))) 54 nvkm_subdev_ctor(&gf117_ibus, device, index, ibus);
|
nouveau_nvkm_subdev_ibus_gk20a.c | 27 #include <subdev/ibus.h> 31 gk20a_ibus_init_ibus_ring(struct nvkm_subdev *ibus) 33 struct nvkm_device *device = ibus->device; 54 gk20a_ibus_intr(struct nvkm_subdev *ibus) 56 struct nvkm_device *device = ibus->device; 60 nvkm_debug(ibus, "resetting ibus ring\n"); 61 gk20a_ibus_init_ibus_ring(ibus); 73 gk20a_ibus_init(struct nvkm_subdev *ibus) 75 gk20a_ibus_init_ibus_ring(ibus); 89 struct nvkm_subdev *ibus; local in function:gk20a_ibus_new [all...] |
priv.h | 7 #include <subdev/ibus.h>
|
nouveau_nvkm_subdev_ibus_gp10b.c | 27 #include <subdev/ibus.h> 32 gp10b_ibus_init(struct nvkm_subdev *ibus) 34 struct nvkm_device *device = ibus->device; 59 struct nvkm_subdev *ibus; local in function:gp10b_ibus_new 60 if (!(ibus = *pibus = kzalloc(sizeof(*ibus), GFP_KERNEL))) 62 nvkm_subdev_ctor(&gp10b_ibus, device, index, ibus);
|
nouveau_nvkm_subdev_ibus_gf100.c | 32 gf100_ibus_intr_hub(struct nvkm_subdev *ibus, int i) 34 struct nvkm_device *device = ibus->device; 38 nvkm_debug(ibus, "HUB%d: %06x %08x (%08x)\n", i, addr, data, stat); 43 gf100_ibus_intr_rop(struct nvkm_subdev *ibus, int i) 45 struct nvkm_device *device = ibus->device; 49 nvkm_debug(ibus, "ROP%d: %06x %08x (%08x)\n", i, addr, data, stat); 54 gf100_ibus_intr_gpc(struct nvkm_subdev *ibus, int i) 56 struct nvkm_device *device = ibus->device; 60 nvkm_debug(ibus, "GPC%d: %06x %08x (%08x)\n", i, addr, data, stat); 65 gf100_ibus_intr(struct nvkm_subdev *ibus) 122 struct nvkm_subdev *ibus; local in function:gf100_ibus_new [all...] |
nouveau_nvkm_subdev_ibus_gk104.c | 32 gk104_ibus_intr_hub(struct nvkm_subdev *ibus, int i) 34 struct nvkm_device *device = ibus->device; 38 nvkm_debug(ibus, "HUB%d: %06x %08x (%08x)\n", i, addr, data, stat); 43 gk104_ibus_intr_rop(struct nvkm_subdev *ibus, int i) 45 struct nvkm_device *device = ibus->device; 49 nvkm_debug(ibus, "ROP%d: %06x %08x (%08x)\n", i, addr, data, stat); 54 gk104_ibus_intr_gpc(struct nvkm_subdev *ibus, int i) 56 struct nvkm_device *device = ibus->device; 60 nvkm_debug(ibus, "GPC%d: %06x %08x (%08x)\n", i, addr, data, stat); 65 gk104_ibus_intr(struct nvkm_subdev *ibus) 125 struct nvkm_subdev *ibus; local in function:gk104_ibus_new [all...] |
/src/share/man/man4/man4.pmax/ |
Makefile | 4 MAN= asc.4 autoconf.4 ibus.4 intro.4 pm.4 sii.4 xcfb.4
|
/src/sys/arch/pmax/ibus/ |
sii_ds.c | 38 #include <pmax/ibus/siireg.h> 39 #include <pmax/ibus/siivar.h> 41 #include <pmax/ibus/ibusvar.h> /* interrupt establish */
|
ibus.c | 1 /* $NetBSD: ibus.c,v 1.23 2021/08/07 16:19:02 thorpej Exp $ */ 34 __KERNEL_RCSID(0, "$NetBSD: ibus.c,v 1.23 2021/08/07 16:19:02 thorpej Exp $"); 42 #include <pmax/ibus/ibusvar.h>
|
ibus_3max.c | 41 #include <pmax/ibus/ibusvar.h> 68 ida.ida_busname = "ibus";
|
mcclock_ibus.c | 44 #include <pmax/ibus/ibusvar.h>
|
ibus_pmax.c | 43 #include <pmax/ibus/ibusvar.h> 115 ida.ida_busname = "ibus"; 131 panic("ibus_pmax_attach: no ibus configured for systype = %d", systype);
|
if_le_ibus.c | 45 #include <pmax/ibus/ibusvar.h>
|
dz_ibus.c | 88 #include <pmax/ibus/ibusvar.h>
|
pm.c | 53 #include <pmax/ibus/ibusvar.h> 54 #include <pmax/ibus/pmreg.h>
|
sii.c | 62 #include <pmax/ibus/siireg.h> /* device registers */ 63 #include <pmax/ibus/siivar.h> /* softc and prototypes */
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
priv.h | 20 #include <subdev/ibus.h>
|
nouveau_nvkm_engine_device_base.c | 1375 .ibus = gf100_ibus_new, 1412 .ibus = gf100_ibus_new, 1448 .ibus = gf100_ibus_new, 1484 .ibus = gf100_ibus_new, 1521 .ibus = gf100_ibus_new, 1558 .ibus = gf100_ibus_new, 1595 .ibus = gf100_ibus_new, 1631 .ibus = gf117_ibus_new, 1666 .ibus = gf117_ibus_new, 1702 .ibus = gk104_ibus_new [all...] |
/src/sys/arch/pmax/pmax/ |
dec_3100.c | 90 #include <pmax/ibus/ibusvar.h>
|
dec_5100.c | 58 #include <pmax/ibus/ibusvar.h>
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
device.h | 156 struct nvkm_subdev *ibus; member in struct:nvkm_device 233 int (*ibus )(struct nvkm_device *, int idx, struct nvkm_subdev **); member in struct:nvkm_device_chip
|