OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watchdog_device
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
watchdog.h
59
struct
watchdog_device
;
80
int (*start)(struct
watchdog_device
*);
81
int (*stop)(struct
watchdog_device
*);
83
int (*ping)(struct
watchdog_device
*);
84
unsigned int (*status)(struct
watchdog_device
*);
85
int (*set_timeout)(struct
watchdog_device
*, unsigned int);
86
unsigned int (*get_timeleft)(struct
watchdog_device
*);
87
long (*ioctl)(struct
watchdog_device
*, unsigned int, unsigned long);
90
/** struct
watchdog_device
- The structure that defines a watchdog device
101
* The
watchdog_device
structure contains all information about
107
struct
watchdog_device
{
struct
[
all
...]
/external/sepolicy/
file_contexts
113
/dev/watchdog u:object_r:
watchdog_device
:s0
Completed in 2551 milliseconds