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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddcdbas.c56 static unsigned int host_control_on_shutdown; variable
230 return sprintf(buf, "%u\n", host_control_on_shutdown);
237 host_control_on_shutdown = simple_strtoul(buf, NULL, 10);
492 if (host_control_on_shutdown) {
522 static DCDBAS_DEV_ATTR_RW(host_control_on_shutdown);

Completed in 97 milliseconds