Searched refs:wdt (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/com32/modules/ |
D | kontron_wdt.c | 42 struct kempld_watchdog_data wdt; variable 125 memset(&wdt,0,sizeof(wdt)); in init_structure() 128 wdt.timeout = TIMEOUT; in init_structure() 129 wdt.pretimeout = PRETIMEOUT; in init_structure() 130 wdt.pld = &pld; in init_structure() 154 static int kempld_wdt_probe_stages(struct kempld_watchdog_data *wdt) in kempld_wdt_probe_stages() argument 156 struct kempld_device_data *pld = wdt->pld; in kempld_wdt_probe_stages() 162 wdt->stages = 0; in kempld_wdt_probe_stages() 163 wdt->timeout_stage = NULL; in kempld_wdt_probe_stages() 164 wdt->pretimeout_stage = NULL; in kempld_wdt_probe_stages() [all …]
|
/external/mesa3d/src/gallium/winsys/sw/wrapper/ |
D | wrapper_sw_winsys.c | 101 wsw_dt_get_stride(struct wrapper_sw_displaytarget *wdt, unsigned *stride) in wsw_dt_get_stride() argument 103 struct pipe_context *pipe = wdt->winsys->pipe; in wsw_dt_get_stride() 104 struct pipe_resource *tex = wdt->tex; in wsw_dt_get_stride() 110 0, 0, wdt->tex->width0, wdt->tex->height0, &tr); in wsw_dt_get_stride() 115 wdt->stride = tr->stride; in wsw_dt_get_stride() 126 struct wrapper_sw_displaytarget *wdt = CALLOC_STRUCT(wrapper_sw_displaytarget); in wsw_dt_wrap_texture() local 127 if (!wdt) in wsw_dt_wrap_texture() 130 wdt->tex = tex; in wsw_dt_wrap_texture() 131 wdt->winsys = wsw; in wsw_dt_wrap_texture() 133 if (!wsw_dt_get_stride(wdt, stride)) in wsw_dt_wrap_texture() [all …]
|
/external/syslinux/com32/gplinclude/ |
D | cpuid.h | 115 m_(bool, wdt, /* Watchdog Timer */) \
|
/external/syslinux/com32/lua/src/ |
D | cpu.c | 135 add_flag(L, lua_cpu.flags.wdt, "wdt"); in cpu_getflags()
|
/external/syslinux/com32/hdt/ |
D | hdt-cli-cpu.c | 239 show_flag(buffer, hardware->cpu.flags.wdt, "wdt ", false); in show_cpu()
|
D | hdt-menu-processor.c | 298 show_flag(menu, buffer1, hardware->cpu.flags.wdt, "wdt ", false); in compute_processor()
|
/external/syslinux/com32/gpllib/ |
D | cpuid.c | 573 cpu->flags.wdt = cpu_has(c, X86_FEATURE_WDT); in set_cpu_flags()
|