Home
last modified time | relevance | path

Searched refs:WATCHDOG_NAME (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/drivers/watchdog/
A Dacquirewdt.c70 #define WATCHDOG_NAME "Acquire WDT" macro
152 .identity = WATCHDOG_NAME, in acq_ioctl()
244 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in acq_probe()
251 if (!request_region(wdt_start, 1, WATCHDOG_NAME)) { in acq_probe()
A Dsbc_fitpc2_wdt.c43 #define WATCHDOG_NAME "SBC-FITPC2 Watchdog" macro
116 .identity = WATCHDOG_NAME,
212 if (!request_region(COMMAND_PORT, 1, WATCHDOG_NAME)) { in fitpc2_wdt_init()
217 if (!request_region(DATA_PORT, 1, WATCHDOG_NAME)) { in fitpc2_wdt_init()
A Dadvantechwdt.c43 #define WATCHDOG_NAME "Advantech WDT" macro
141 .identity = WATCHDOG_NAME, in advwdt_ioctl()
243 if (!request_region(wdt_stop, 1, WATCHDOG_NAME)) { in advwdt_probe()
251 if (!request_region(wdt_start, 1, WATCHDOG_NAME)) { in advwdt_probe()
A Dit87_wdt.c31 #define WATCHDOG_NAME "IT87 WDT" macro
110 if (!request_muxed_region(REG, 2, WATCHDOG_NAME)) in superio_enter()
239 .identity = WATCHDOG_NAME,
A Dof_xilinx_wdt.c39 #define WATCHDOG_NAME "Xilinx Watchdog" macro
122 .identity = WATCHDOG_NAME,
288 .name = WATCHDOG_NAME,
A Dw83977f_wdt.c31 #define WATCHDOG_NAME "W83977F WDT" macro
370 .identity = WATCHDOG_NAME,
480 if (!request_region(IO_INDEX_PORT, 2, WATCHDOG_NAME)) { in w83977f_wdt_init()
A Dsbsa_gwdt.c56 #define WATCHDOG_NAME "SBSA Generic Watchdog" macro
236 panic(WATCHDOG_NAME " timeout"); in sbsa_gwdt_interrupt()
242 .identity = WATCHDOG_NAME,
A Dwdt977.c41 #define WATCHDOG_NAME "Wdt977" macro
334 .identity = WATCHDOG_NAME,
458 if (!request_region(IO_INDEX_PORT, 2, WATCHDOG_NAME)) { in wd977_init()
A Dgeodewdt.c30 #define WATCHDOG_NAME "Geode GX/LX WDT" macro
146 .identity = WATCHDOG_NAME, in geodewdt_ioctl()
A Dwafer5823wdt.c40 #define WATCHDOG_NAME "Wafer 5823 WDT" macro
41 #define PFX WATCHDOG_NAME ": "
A Dpcwd_pci.c54 #define WATCHDOG_NAME "pcwd_pci" macro
711 if (pci_request_regions(pdev, WATCHDOG_NAME)) { in pcipcwd_card_init()
809 .name = WATCHDOG_NAME,
A Dw83627hf_wdt.c39 #define WATCHDOG_NAME "w83627hf/thf/hg/dhg WDT" macro
134 if (!request_muxed_region(wdt_io, 2, WATCHDOG_NAME)) in superio_enter()
A Dmixcomwd.c40 #define WATCHDOG_NAME "mixcomwd" macro
A Dalim1535_wdt.c22 #define WATCHDOG_NAME "ALi_M1535" macro
A Dpcwd.c80 #define WATCHDOG_NAME "pcwd" macro
988 .name = WATCHDOG_NAME,

Completed in 24 milliseconds