代码搜索结果

找到约 6,975 项符合 Watchdog 的代码

watchdog.h

/* * include/asm-sh/watchdog.h * * Copyright (C) 2002, 2003 Paul Mundt * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Lic

watchdog.h

/* * include/asm-sh/cpu-sh2/watchdog.h * * Copyright (C) 2002, 2003 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" i

watchdog-api.txt

Last reviewed: 10/05/2007 The Linux Watchdog driver API. Copyright 2002 Christer Weingel Some parts of this document are copied verbatim from the sbc60xxwdt driver which i

pcwd-watchdog.txt

Last reviewed: 10/05/2007 Berkshire Products PC Watchdog Card Support for ISA Cards Revision A and C Documentation and Driver by Ken Hollis

watchdog-test.c

/* * Watchdog Driver Test Program */ #include #include #include #include #include #include #include #include

watchdog-simple.c

#include #include #include #include int main(void) { int fd = open("/dev/watchdog", O_WRONLY); int ret = 0; if (fd == -1) { perror("watchdog"); exit(E

watchdog.c

//***************************************************************************** // // watchdog.c - Driver for the Watchdog Timer Module. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All rig

watchdog.h

//***************************************************************************** // // watchdog.h - Prototypes for the Watchdog Timer API // // Copyright (c) 2005-2007 Luminary Micro, Inc. All rig

watchdog.h

//***************************************************************************** // // watchdog.h - Prototypes for the Watchdog Timer API // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rig