/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
nouveau_nvkm_subdev_devinit_g84.c | 40 u64 disable = 0ULL; local in function:g84_devinit_disable 43 disable |= (1ULL << NVKM_ENGINE_MPEG); 44 disable |= (1ULL << NVKM_ENGINE_VP); 45 disable |= (1ULL << NVKM_ENGINE_BSP); 46 disable |= (1ULL << NVKM_ENGINE_CIPHER); 50 disable |= (1ULL << NVKM_ENGINE_DISP); 52 disable |= (1ULL << NVKM_ENGINE_BSP); 54 disable |= (1ULL << NVKM_ENGINE_CIPHER); 56 return disable; 65 .disable = g84_devinit_disable [all...] |
nouveau_nvkm_subdev_devinit_g98.c | 40 u64 disable = 0ULL; local in function:g98_devinit_disable 43 disable |= (1ULL << NVKM_ENGINE_MSPDEC); 44 disable |= (1ULL << NVKM_ENGINE_MSVLD); 45 disable |= (1ULL << NVKM_ENGINE_MSPPP); 49 disable |= (1ULL << NVKM_ENGINE_DISP); 51 disable |= (1ULL << NVKM_ENGINE_MSVLD); 53 disable |= (1ULL << NVKM_ENGINE_SEC); 55 return disable; 64 .disable = g98_devinit_disable,
|
nouveau_nvkm_subdev_devinit_gm107.c | 40 u64 disable = 0ULL; local in function:gm107_devinit_disable 43 disable |= (1ULL << NVKM_ENGINE_CE0); 45 disable |= (1ULL << NVKM_ENGINE_CE2); 47 disable |= (1ULL << NVKM_ENGINE_DISP); 49 return disable; 58 .disable = gm107_devinit_disable,
|
nouveau_nvkm_subdev_devinit_mcp89.c | 40 u64 disable = 0; local in function:mcp89_devinit_disable 43 disable |= (1ULL << NVKM_ENGINE_MSPDEC); 44 disable |= (1ULL << NVKM_ENGINE_MSPPP); 48 disable |= (1ULL << NVKM_ENGINE_DISP); 50 disable |= (1ULL << NVKM_ENGINE_MSVLD); 52 disable |= (1ULL << NVKM_ENGINE_VIC); 54 disable |= (1ULL << NVKM_ENGINE_CE0); 56 return disable; 65 .disable = mcp89_devinit_disable,
|
nouveau_nvkm_subdev_devinit_gf100.c | 76 u64 disable = 0ULL; local in function:gf100_devinit_disable 79 disable |= (1ULL << NVKM_ENGINE_DISP); 82 disable |= (1ULL << NVKM_ENGINE_MSPDEC); 83 disable |= (1ULL << NVKM_ENGINE_MSPPP); 87 disable |= (1ULL << NVKM_ENGINE_MSVLD); 89 disable |= (1ULL << NVKM_ENGINE_MSENC); 91 disable |= (1ULL << NVKM_ENGINE_CE0); 93 disable |= (1ULL << NVKM_ENGINE_CE1); 95 return disable; 118 .disable = gf100_devinit_disable [all...] |
priv.h | 17 u64 (*disable)(struct nvkm_devinit *); member in struct:nvkm_devinit_func
|
nouveau_nvkm_subdev_devinit_gt215.c | 76 u64 disable = 0ULL; local in function:gt215_devinit_disable 79 disable |= (1ULL << NVKM_ENGINE_MSPDEC); 80 disable |= (1ULL << NVKM_ENGINE_MSPPP); 84 disable |= (1ULL << NVKM_ENGINE_DISP); 86 disable |= (1ULL << NVKM_ENGINE_MSVLD); 88 disable |= (1ULL << NVKM_ENGINE_CE0); 90 return disable; 150 .disable = gt215_devinit_disable,
|
nouveau_nvkm_subdev_devinit_nv50.c | 90 u64 disable = 0ULL; local in function:nv50_devinit_disable 93 disable |= (1ULL << NVKM_ENGINE_MPEG); 95 return disable; 109 u64 disable = nvkm_devinit_disable(base); local in function:nv50_devinit_preinit 110 if (disable & (1ULL << NVKM_ENGINE_DISP)) 176 .disable = nv50_devinit_disable,
|
/src/sys/dev/wscons/ |
wsmousevar.h | 46 void (*disable)(void *); member in struct:wsmouse_accessops
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_panel.h | 58 * the .disable() function. Analogously to .enable() this typically involves 68 * functionality to enable/disable backlight. 90 * @disable: 92 * Disable panel (turn off back light, etc.). 96 int (*disable)(struct drm_panel *panel); member in struct:drm_panel_funcs 146 * disable().
|
drm_bridge.h | 139 * @disable: 141 * This callback should disable the bridge. It is called right before 144 * bridge's @disable vfunc. If the preceding element is a &drm_encoder 145 * it's called right before the &drm_encoder_helper_funcs.disable, 152 * The @disable callback is optional. 154 void (*disable)(struct drm_bridge *bridge); member in struct:drm_bridge_funcs 159 * This callback should disable the bridge. It is called right after the 164 * &drm_encoder_helper_funcs.disable, &drm_encoder_helper_funcs.prepare 297 * This callback should disable the bridge. It is called right before 300 * bridge's @atomic_disable or @disable vfunc. If the preceding elemen [all...] |
/src/sys/dev/clk/ |
clk_backend.h | 58 int (*disable)(void *, struct clk *); member in struct:clk_funcs
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
outp.h | 47 void (*disable)(struct nvkm_outp *, struct nvkm_ior *); member in struct:nvkm_outp_func
|
/src/sbin/wdogctl/ |
wdogctl.c | 62 static void disable(void); 155 disable(); 288 * we exit, the kernel will disable the watchdog so 326 disable(void) function in typeref:typename:void
|
/src/sys/arch/arm/at91/ |
at91dbguvar.h | 85 int (*disable)(struct at91dbgu_softc *); member in struct:at91dbgu_softc
|
at91usartvar.h | 88 int (*disable)(struct at91usart_softc *); member in struct:at91usart_softc
|
/src/sys/dev/acpi/ |
apei_interp.c | 130 bool disable; member in struct:apei_actinst 232 * action, disable this action and move on. 239 A->disable = true; 242 if (A->disable) 252 * If it overflows a reasonable size, disable the action 261 A->disable = true; 296 * If the instruction is invalid, disable the whole action. 301 A->disable = true; 309 * didn't disable. 318 if (A->ninst == 0 || A->disable) [all...] |
/src/sys/dev/fdt/ |
ns8250_uart.c | 52 void (*disable)(struct com_softc *); member in struct:ns8250_config 144 sc->disable = config->disable;
|
/src/sys/arch/arm/ep93xx/ |
epcomvar.h | 86 int (*disable)(struct epcom_softc *); member in struct:epcom_softc
|
/src/sys/arch/arm/ixp12x0/ |
ixp12x0_comvar.h | 84 int (*disable)(struct ixpcom_softc *); member in struct:ixpcom_softc
|
/src/sys/arch/arm/sa11x0/ |
sa11x0_comvar.h | 84 int (*disable)(struct sacom_softc *); member in struct:sacom_softc
|
/src/sys/dev/ic/ |
elink3var.h | 104 void (*disable)(struct ep_softc *); member in struct:ep_softc
|
z8530sc.h | 169 void (*disable)(struct zs_chanstate *); member in struct:zs_chanstate
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc.h | 41 void (*disable)(struct intel_guc *guc); member in struct:intel_guc::__anon5c554f060108
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
falcon.h | 96 void (*disable)(struct nvkm_falcon *falcon); member in struct:nvkm_falcon_func
|