Home
last modified time | relevance | path

Searched refs:wdt (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/modules/
Dkontron_wdt.c42 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/
Dwrapper_sw_winsys.c101 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/
Dcpuid.h115 m_(bool, wdt, /* Watchdog Timer */) \
/external/syslinux/com32/lua/src/
Dcpu.c135 add_flag(L, lua_cpu.flags.wdt, "wdt"); in cpu_getflags()
/external/syslinux/com32/hdt/
Dhdt-cli-cpu.c239 show_flag(buffer, hardware->cpu.flags.wdt, "wdt ", false); in show_cpu()
Dhdt-menu-processor.c298 show_flag(menu, buffer1, hardware->cpu.flags.wdt, "wdt ", false); in compute_processor()
/external/syslinux/com32/gpllib/
Dcpuid.c573 cpu->flags.wdt = cpu_has(c, X86_FEATURE_WDT); in set_cpu_flags()