Home | History | Annotate | Download | only in hw

Lines Matching defs:model

29 void watchdog_add_model(WatchdogTimerModel *model)
31 QLIST_INSERT_HEAD(&watchdog_list, model, entry);
41 WatchdogTimerModel *model;
51 QLIST_FOREACH(model, &watchdog_list, entry) {
53 model->wdt_name, model->wdt_description);
58 QLIST_FOREACH(model, &watchdog_list, entry) {
59 if (strcasecmp(model->wdt_name, p) == 0) {
60 watchdog = model;
66 QLIST_FOREACH(model, &watchdog_list, entry) {
68 model->wdt_name, model->wdt_description);