OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wdd
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
watchdog.h
132
static inline void watchdog_set_nowayout(struct watchdog_device *
wdd
, bool nowayout)
135
set_bit(WDOG_NO_WAY_OUT, &
wdd
->status);
139
static inline void watchdog_set_drvdata(struct watchdog_device *
wdd
, void *data)
141
wdd
->driver_data = data;
144
static inline void *watchdog_get_drvdata(struct watchdog_device *
wdd
)
146
return
wdd
->driver_data;
/system/core/libusbhost/
usbhost.c
71
int
wdd
;
member in struct:usb_host_context
205
context->
wdd
= inotify_add_watch(context->fd, DEV_DIR, IN_CREATE | IN_DELETE);
206
if (context->
wdd
< 0) {
238
if (wd == context->
wdd
) {
Completed in 38 milliseconds