Searched refs:WATCHDOG_MINOR (Results 1 – 25 of 49) sorted by relevance
12
/linux/drivers/watchdog/ |
H A D | indydog.c | 160 .minor = WATCHDOG_MINOR, 182 WATCHDOG_MINOR, ret); in watchdog_init()
|
H A D | acquirewdt.c | 229 .minor = WATCHDOG_MINOR, 258 WATCHDOG_MINOR, ret); in acq_probe()
|
H A D | mixcomwd.c | 235 .minor = WATCHDOG_MINOR, 278 WATCHDOG_MINOR, ret); in mixcomwd_init()
|
H A D | sbc_fitpc2_wdt.c | 192 .minor = WATCHDOG_MINOR, 230 WATCHDOG_MINOR, err); in fitpc2_wdt_init()
|
H A D | wafer5823wdt.c | 238 .minor = WATCHDOG_MINOR, 287 WATCHDOG_MINOR, ret); in wafwdt_init()
|
H A D | advantechwdt.c | 228 .minor = WATCHDOG_MINOR, 266 WATCHDOG_MINOR, ret); in advwdt_probe()
|
H A D | alim1535_wdt.c | 370 .minor = WATCHDOG_MINOR, 414 WATCHDOG_MINOR, ret); in watchdog_init()
|
H A D | eurotechwdt.c | 379 .minor = WATCHDOG_MINOR, 446 pr_err("can't misc_register on minor=%d\n", WATCHDOG_MINOR); in eurwdt_init()
|
H A D | it8712f_wdt.c | 352 .minor = WATCHDOG_MINOR, 427 WATCHDOG_MINOR, err); in it8712f_wdt_init()
|
H A D | smsc37b787_wdt.c | 517 .minor = WATCHDOG_MINOR, 555 WATCHDOG_MINOR); in wb_smsc_wdt_init()
|
H A D | sc1200wdt.c | 315 .minor = WATCHDOG_MINOR, 431 WATCHDOG_MINOR); in sc1200wdt_init()
|
H A D | pc87413_wdt.c | 485 .minor = WATCHDOG_MINOR, 517 WATCHDOG_MINOR, ret); in pc87413_init()
|
H A D | wdt.c | 531 .minor = WATCHDOG_MINOR, 633 WATCHDOG_MINOR, ret); in wdt_init()
|
H A D | nv_tco.c | 275 .minor = WATCHDOG_MINOR, 408 WATCHDOG_MINOR, ret); in nv_tco_init()
|
H A D | sch311x_wdt.c | 345 .minor = WATCHDOG_MINOR, 408 WATCHDOG_MINOR, err); in sch311x_wdt_probe()
|
H A D | wdt_pci.c | 574 .minor = WATCHDOG_MINOR, 673 WATCHDOG_MINOR, ret); in wdtpci_init_one()
|
H A D | wdt285.c | 189 .minor = WATCHDOG_MINOR,
|
H A D | sbc8360.c | 310 .minor = WATCHDOG_MINOR,
|
H A D | m54xx_wdt.c | 190 .minor = WATCHDOG_MINOR,
|
H A D | pcwd_pci.c | 654 .minor = WATCHDOG_MINOR, 762 WATCHDOG_MINOR, ret); in pcipcwd_card_init()
|
H A D | mtx-1_wdt.c | 189 .minor = WATCHDOG_MINOR,
|
H A D | riowd.c | 171 .minor = WATCHDOG_MINOR,
|
H A D | scx200_wdt.c | 209 .minor = WATCHDOG_MINOR,
|
/linux/include/linux/ |
H A D | miscdevice.h | 24 #define WATCHDOG_MINOR 130 /* Watchdog timer */ macro
|
/linux/arch/um/drivers/ |
H A D | harddog_kern.c | 25 * NB: uses same minor as wdt (WATCHDOG_MINOR); we could use separate 170 .minor = WATCHDOG_MINOR,
|
12