Lines Matching defs:data
65 static bool watchdog_past_open_deadline(struct watchdog_core_data *data)
67 return ktime_after(ktime_get(), data->open_deadline);
70 static void watchdog_set_open_deadline(struct watchdog_core_data *data)
72 data->open_deadline = open_timeout ?
687 * @data: User address of data
688 * @len: Length of data
697 static ssize_t watchdog_write(struct file *file, const char __user *data,
717 if (get_user(c, data + i))
1074 /* Fill in the data structures */