Searched refs:mtx1_wdt_device (Results 1 – 1 of 1) sorted by relevance
58 } mtx1_wdt_device; variable63 if (mtx1_wdt_device.running) in mtx1_wdt_trigger()67 mtx1_wdt_device.gstate = !mtx1_wdt_device.gstate; in mtx1_wdt_trigger()68 gpiod_set_value(mtx1_wdt_device.gpiod, mtx1_wdt_device.gstate); in mtx1_wdt_trigger()89 mtx1_wdt_device.queue = 1; in mtx1_wdt_start()90 mtx1_wdt_device.gstate = 1; in mtx1_wdt_start()94 mtx1_wdt_device.running++; in mtx1_wdt_start()103 if (mtx1_wdt_device.queue) { in mtx1_wdt_stop()104 mtx1_wdt_device.queue = 0; in mtx1_wdt_stop()105 mtx1_wdt_device.gstate = 0; in mtx1_wdt_stop()[all …]