DEVFREQ_NAME_LEN  216 drivers/devfreq/devfreq.c 		if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN))
DEVFREQ_NAME_LEN  251 drivers/devfreq/devfreq.c 			     DEVFREQ_NAME_LEN))
DEVFREQ_NAME_LEN  646 drivers/devfreq/devfreq.c 	strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN);
DEVFREQ_NAME_LEN 1028 drivers/devfreq/devfreq.c 			     DEVFREQ_NAME_LEN)) {
DEVFREQ_NAME_LEN 1090 drivers/devfreq/devfreq.c 			     DEVFREQ_NAME_LEN)) {
DEVFREQ_NAME_LEN 1139 drivers/devfreq/devfreq.c 	char str_governor[DEVFREQ_NAME_LEN + 1];
DEVFREQ_NAME_LEN 1142 drivers/devfreq/devfreq.c 	ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor);
DEVFREQ_NAME_LEN 1171 drivers/devfreq/devfreq.c 	strncpy(df->governor_name, governor->name, DEVFREQ_NAME_LEN);
DEVFREQ_NAME_LEN 1178 drivers/devfreq/devfreq.c 			DEVFREQ_NAME_LEN);
DEVFREQ_NAME_LEN 1210 drivers/devfreq/devfreq.c 		count = scnprintf(&buf[count], DEVFREQ_NAME_LEN,
DEVFREQ_NAME_LEN   50 drivers/devfreq/governor.h 	const char name[DEVFREQ_NAME_LEN];
DEVFREQ_NAME_LEN  155 include/linux/devfreq.h 	char governor_name[DEVFREQ_NAME_LEN];