Searched refs:has_wdog (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | addi_apci_1516.c | 42 int has_wdog; member 54 .has_wdog = 1, 59 .has_wdog = 1, 97 if (!board->has_wdog) in apci1516_reset() 166 if (board->has_wdog) { in apci1516_auto_attach()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | addi_apci_1516.c | 42 int has_wdog; member 54 .has_wdog = 1, 59 .has_wdog = 1, 97 if (!board->has_wdog) in apci1516_reset() 166 if (board->has_wdog) { in apci1516_auto_attach()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-abx80x.c | 98 bool has_wdog; member 104 [AB0804] = {.pn = 0x0804, .has_tc = true, .has_wdog = true}, 105 [AB0805] = {.pn = 0x0805, .has_tc = true, .has_wdog = true}, 108 [AB1804] = {.pn = 0x1804, .has_tc = true, .has_wdog = true}, 109 [AB1805] = {.pn = 0x1805, .has_tc = true, .has_wdog = true}, 110 [RV1805] = {.pn = 0x1805, .has_tc = true, .has_wdog = true}, 828 if (abx80x_caps[part].has_wdog) { in abx80x_probe()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-abx80x.c | 110 bool has_wdog; member 116 [AB0804] = {.pn = 0x0804, .has_tc = true, .has_wdog = true}, 117 [AB0805] = {.pn = 0x0805, .has_tc = true, .has_wdog = true}, 120 [AB1804] = {.pn = 0x1804, .has_tc = true, .has_wdog = true}, 121 [AB1805] = {.pn = 0x1805, .has_tc = true, .has_wdog = true}, 122 [RV1805] = {.pn = 0x1805, .has_tc = true, .has_wdog = true}, 910 if (abx80x_caps[part].has_wdog) { in abx80x_probe()
|
Completed in 5 milliseconds