Lines Matching +full:short +full:- +full:ping
1 // SPDX-License-Identifier: GPL-2.0-only
62 time_delta = EC_MIN_DELAY - time_delta; in adv_ec_wdt_timing_gate()
68 static void adv_ec_wdt_outb(unsigned char value, unsigned short port) in adv_ec_wdt_outb()
74 static unsigned char adv_ec_wdt_inb(unsigned short port) in adv_ec_wdt_inb()
111 wdd->timeout = t; in adv_ec_wdt_set_timeout()
117 adv_ec_wdt_set_timeout(wdd, wdd->timeout); in adv_ec_wdt_start()
141 .ping = adv_ec_wdt_ping,
156 dev_err(dev, "Unable to lock port addresses (0x%X-0x%X)\n", in adv_ec_wdt_probe()
158 return -EBUSY; in adv_ec_wdt_probe()
181 return -EBUSY; in adv_ec_wdt_init()
188 return -ENODEV; in adv_ec_wdt_init()