HomeSort by relevance Sort by last modified time
    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 70 int wdd; member in struct:usb_host_context
202 context->wdd = inotify_add_watch(context->fd, DEV_DIR, IN_CREATE | IN_DELETE);
203 if (context->wdd < 0) {
235 if (wd == context->wdd) {

Completed in 434 milliseconds