/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
pci.h | 15 bool suspend; member in struct:nvkm_device_pci
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
driver.h | 19 int (*suspend)(void *priv); member in struct:nvif_driver
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
priv.h | 29 u32 *suspend; member in struct:nvkm_instobj
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_display.h | 38 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);
|
nouveau_fence.h | 55 bool (*suspend)(struct nouveau_drm *); member in struct:nouveau_fence_priv 96 u32 *suspend; member in struct:nv84_fence_priv
|
/src/sys/external/bsd/drm2/include/linux/ |
pm.h | 52 int (*suspend)(struct device *); member in struct:dev_pm_ops
|
/src/sys/arch/evbmips/loongson/ |
autoconf.h | 75 int (*suspend)(void); member in struct:platform
|
/src/sys/dev/nvmm/ |
nvmm_internal.h | 111 void (*suspend)(void); member in struct:nvmm_impl
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
therm.h | 71 int suspend; member in struct:nvkm_therm
|
/src/games/snake/snake/ |
snake.c | 135 static void suspend(void); 288 suspend(); 976 suspend(void) function in typeref:typename:void
|
/src/usr.bin/tip/ |
cmds.c | 835 * Suspend tip 838 suspend(char c) function in typeref:typename:void
|
/src/usr.sbin/apmd/ |
apmd.c | 72 static void suspend(int ctl_fd); 208 case SUSPEND: 267 suspend(int ctl_fd) function in typeref:typename:void 443 suspend(ctl_fd); 496 suspend(ctl_fd); 513 suspend(ctl_fd);
|
/src/sys/arch/hpcarm/dev/ |
wzero3_tp.c | 178 void (*suspend)(void); member in struct:wzero3tp_model::chip 368 (*sc->sc_model->chip.suspend)();
|
/src/sys/arch/hppa/dev/ |
elroyreg.h | 41 uint64_t suspend; /* 0x078 rw suspend control */ member in struct:elroy_regs
|
/src/sys/external/bsd/drm2/dist/drm/amd/include/ |
amd_shared.h | 181 /** @suspend: handles IP specific hw/sw changes for suspend */ 182 int (*suspend)(void *handle); member in struct:amd_ip_funcs
|
/src/games/canfield/canfield/ |
canfield.c | 230 static void suspend(void); 1366 suspend(); 1380 * Suspend the game (shell escape if no process control on system) 1383 suspend(void) function in typeref:typename:void
|
/src/usr.bin/telnet/ |
commands.c | 335 { "susp", "Send Telnet 'Suspend Process'", 1, 0, 0, 2, SUSP }, 900 { "susp", "character to cause a Suspend Process", 0, termSuspCharp }, 1341 suspend(int argc, char *argv[]) 1350 * If we didn't get the window size before the SUSPEND, but we 2296 zhelp[] = "suspend telnet", 2320 { "z", zhelp, suspend, 0 }, 1335 suspend(int argc, char *argv[]) function in typeref:typename:int
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display_types.h | 188 * Called during system suspend after all pending requests for the 192 void (*suspend)(struct intel_encoder *); member in struct:intel_encoder
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon.h | 1002 /* for hw to save the PD addr on suspend/resume */ 1892 int (*suspend)(struct radeon_device *rdev); member in struct:radeon_asic 2781 #define radeon_suspend(rdev) (rdev)->asic->suspend((rdev)) 2899 extern int radeon_suspend_kms(struct drm_device *dev, bool suspend,
|