Home
last modified time | relevance | path

Searched refs:wdt_ida (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mfd/
H A Dnct6694.c313 ida_init(&nct6694->wdt_ida); in nct6694_usb_probe()
348 ida_destroy(&nct6694->wdt_ida); in nct6694_usb_probe()
364 ida_destroy(&nct6694->wdt_ida); in nct6694_usb_disconnect()
/linux/drivers/watchdog/
H A Dnct6694_wdt.c241 ida_free(&nct6694->wdt_ida, data->wdev_idx); in nct6694_wdt_ida_free()
264 ret = ida_alloc(&nct6694->wdt_ida, GFP_KERNEL); in nct6694_wdt_probe()
/linux/include/linux/mfd/
H A Dnct6694.h88 struct ida wdt_ida; member