Searched refs:use_gpio (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dalim7101_wdt.c17 * Aug 23, 2004 - Added use_gpio module parameter for use on revision a1d PMUs
67 static int use_gpio = 0; /* Use the pic (for a1d revision alim7101) */ variable
68 module_param(use_gpio, int, 0);
69 MODULE_PARM_DESC(use_gpio, "Use the gpio watchdog. (required by old cobalt boards)");
100 if (use_gpio) {
125 if (use_gpio) {
132 if (use_gpio) {
363 if (!use_gpio) {
364 printk(KERN_INFO PFX "Detected old alim7101 revision 'a1d'. If this is a cobalt board, set the 'use_gpio' module parameter.\n");

Completed in 78 milliseconds