Lines Matching defs:options
409 .options = WDIOF_SETTIMEOUT,
515 struct device_node *options;
539 options = of_find_node_by_path("/options");
540 if (!options) {
542 pr_err("Unable to find /options node\n");
546 prop_val = of_get_property(options, "watchdog-enable?", NULL);
549 prop_val = of_get_property(options, "watchdog-reboot?", NULL);
552 str_prop = of_get_property(options, "watchdog-timeout", NULL);
556 of_node_put(options);