Searched refs:host_control_action (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.c54 static unsigned int host_control_action; variable
191 return sprintf(buf, "%u\n", host_control_action);
207 host_control_action = simple_strtoul(buf, NULL, 10);
449 if (host_control_action == HC_ACTION_NONE)
452 action = host_control_action;
453 host_control_action = HC_ACTION_NONE;
520 static DCDBAS_DEV_ATTR_RW(host_control_action);
542 host_control_action = HC_ACTION_NONE;

Completed in 46 milliseconds