Searched refs:host_control_smi_type (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.c55 static unsigned int host_control_smi_type; variable
215 return sprintf(buf, "%u\n", host_control_smi_type);
222 host_control_smi_type = simple_strtoul(buf, NULL, 10);
360 switch (host_control_smi_type) {
405 if (host_control_smi_type == HC_SMITYPE_TYPE3)
428 __func__, host_control_smi_type);
521 static DCDBAS_DEV_ATTR_RW(host_control_smi_type);
543 host_control_smi_type = HC_SMITYPE_NONE;

Completed in 38 milliseconds