Searched refs:suspend (Results 1 - 25 of 227) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips4100.s7 suspend
H A Dmips4100.d11 0+0008 <stuff\+0x8> suspend
/netbsd-current/usr.bin/tip/
H A Dcmdtab.c55 {CTRL('y'),NORM,"suspend tip (local+remote)", suspend },
56 {CTRL('z'),NORM,"suspend tip (local only)", suspend },
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dpci.h15 bool suspend; member in struct:nvkm_device_pci
H A Doproxy.h18 int (*fini[2])(struct nvkm_oproxy *, bool suspend);
H A Dsubdev.h24 int (*fini)(struct nvkm_subdev *, bool suspend);
34 int nvkm_subdev_fini(struct nvkm_subdev *, bool suspend);
H A Dengine.h25 int (*fini)(struct nvkm_engine *, bool suspend);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
H A Dnouveau_nvkm_subdev_instmem_base.c50 nvkm_wo32(memory, i, iobj->suspend[i / 4]);
52 memcpy_toio(map, iobj->suspend, size);
56 kvfree(iobj->suspend);
57 iobj->suspend = NULL;
68 iobj->suspend = kvmalloc(size, GFP_KERNEL);
69 if (!iobj->suspend)
74 iobj->suspend[i / 4] = nvkm_ro32(memory, i);
76 memcpy_fromio(iobj->suspend, map, size);
95 iobj->suspend = NULL;
157 * to make sure they're accessed with the slowpath on suspend
169 nvkm_instmem_fini(struct nvkm_subdev *subdev, bool suspend) argument
[all...]
H A Dpriv.h29 u32 *suspend; member in struct:nvkm_instobj
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dpm.h52 int (*suspend)(struct device *); member in struct:dev_pm_ops
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_display.h38 void (*fini)(struct drm_device *, bool suspend);
51 struct drm_atomic_state *suspend; member in struct:nouveau_display
63 void nouveau_display_fini(struct drm_device *dev, bool suspend, bool runtime);
H A Dnouveau_nv84_fence.c150 priv->suspend = vmalloc(array_size(sizeof(u32), drm->chan.nr));
151 if (priv->suspend) {
153 priv->suspend[i] = nouveau_bo_rd32(priv->bo, i*4);
156 return priv->suspend != NULL;
165 if (priv->suspend) {
167 nouveau_bo_wr32(priv->bo, i*4, priv->suspend[i]);
168 vfree(priv->suspend);
169 priv->suspend = NULL;
198 priv->base.suspend = nv84_fence_suspend;
H A Dnouveau_fence.h55 bool (*suspend)(struct nouveau_drm *); member in struct:nouveau_fence_priv
96 u32 *suspend; member in struct:nv84_fence_priv
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-interp.c51 void suspend () override;
136 tui_interp::suspend () function in class:tui_interp
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_oproxy.c124 nvkm_oproxy_fini(struct nvkm_object *object, bool suspend) argument
130 ret = oproxy->func->fini[0](oproxy, suspend);
131 if (ret && suspend)
136 ret = oproxy->object->func->fini(oproxy->object, suspend);
137 if (ret && suspend)
142 ret = oproxy->func->fini[1](oproxy, suspend);
143 if (ret && suspend)
H A Dnouveau_nvkm_core_subdev.c117 nvkm_subdev_fini(struct nvkm_subdev *subdev, bool suspend) argument
120 const char *action = suspend ? "suspend" : "fini";
127 int ret = subdev->func->fini(subdev, suspend);
130 if (suspend)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_base.c322 nvkm_therm_clkgate_fini(struct nvkm_therm *therm, bool suspend) argument
329 suspend ? "suspend" : "fini");
330 therm->func->clkgate_fini(therm, suspend);
351 nvkm_therm_fini(struct nvkm_subdev *subdev, bool suspend) argument
358 nvkm_therm_fan_fini(therm, suspend);
359 nvkm_therm_sensor_fini(therm, suspend);
361 if (suspend) {
362 therm->suspend = therm->mode;
390 if (therm->suspend >
[all...]
H A Dpriv.h69 int nvkm_therm_fan_fini(struct nvkm_therm *, bool suspend);
76 int nvkm_therm_sensor_fini(struct nvkm_therm *, bool suspend);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dchan.h19 bool suspend);
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-interp.h38 void suspend () override;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfrun.c915 && thread->suspend.stop_signal == GDB_SIGNAL_0)
2221 tp->suspend.stop_signal = GDB_SIGNAL_0;
2281 if (tp->suspend.waitstatus_pending_p)
2287 target_waitstatus_to_string (&tp->suspend.waitstatus).c_str (),
2303 tp->suspend.stop_signal = GDB_SIGNAL_0;
2689 if (tp->suspend.waitstatus_pending_p)
2691 if (tp->suspend.stop_reason == TARGET_STOPPED_BY_SINGLE_STEP)
2697 tp->suspend.waitstatus_pending_p = 0;
2698 tp->suspend.stop_reason = TARGET_STOPPED_BY_NO_REASON;
2705 target_waitstatus_to_string (&tp->suspend
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec2/
H A Dnouveau_nvkm_engine_sec2_base.c59 nvkm_sec2_fini(struct nvkm_engine *engine, bool suspend) argument
65 if (suspend) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
H A Dnouveau_nvkm_subdev_devinit_base.c74 nvkm_devinit_fini(struct nvkm_subdev *subdev, bool suspend) argument
78 if (suspend)
/netbsd-current/sys/arch/evbmips/loongson/
H A Dautoconf.h75 int (*suspend)(void); member in struct:platform
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Ddebug.c73 #pragma convlit(suspend)

Completed in 438 milliseconds

12345678910