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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 67 milliseconds