HomeSort by: relevance | last modified time | path
    Searched defs:disable (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_g84.c 40 u64 disable = 0ULL; local
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
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
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
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
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
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
93 disable |= (1ULL << NVKM_ENGINE_MPEG);
95 return disable;
109 u64 disable = nvkm_devinit_disable(base); local
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/tests/modules/
t_builtin.c 66 ATF_TC(disable); variable
67 ATF_TC_HEAD(disable, tc)
74 ATF_TC_BODY(disable, tc)
209 ATF_TP_ADD_TC(tp, disable);
  /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
  /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/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
Makefile 61 dtb-$(CONFIG_ARCH_K3) += k3-am6xx-phycore-disable-eth-phy.dtbo
62 dtb-$(CONFIG_ARCH_K3) += k3-am6xx-phycore-disable-rtc.dtbo
63 dtb-$(CONFIG_ARCH_K3) += k3-am6xx-phycore-disable-spi-nor.dtbo
132 k3-am625-phyboard-lyra-disable-eth-phy-dtbs := k3-am625-phyboard-lyra-rdk.dtb \
133 k3-am6xx-phycore-disable-eth-phy.dtbo
134 k3-am625-phyboard-lyra-disable-rtc-dtbs := k3-am625-phyboard-lyra-rdk.dtb \
135 k3-am6xx-phycore-disable-rtc.dtbo
136 k3-am625-phyboard-lyra-disable-spi-nor-dtbs := k3-am625-phyboard-lyra-rdk.dtb \
137 k3-am6xx-phycore-disable-spi-nor.dtbo
167 k3-am642-phyboard-electra-disable-eth-phy-dtbs :=
    [all...]
  /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

Completed in 52 milliseconds

1 2 3