Searched refs:policy_str (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/pci/pcie/
H A Daspm.c79 static const char *policy_str[] = { variable
743 for (i = 0; i < ARRAY_SIZE(policy_str); i++)
744 if (!strncmp(val, policy_str[i], strlen(policy_str[i])))
746 if (i >= ARRAY_SIZE(policy_str))
766 for (i = 0; i < ARRAY_SIZE(policy_str); i++)
768 cnt += sprintf(buffer + cnt, "[%s] ", policy_str[i]);
770 cnt += sprintf(buffer + cnt, "%s ", policy_str[i]);

Completed in 130 milliseconds