rfkill_types      641 net/rfkill/core.c static const char * const rfkill_types[] = {
rfkill_types      657 net/rfkill/core.c 	BUILD_BUG_ON(ARRAY_SIZE(rfkill_types) != NUM_RFKILL_TYPES);
rfkill_types      663 net/rfkill/core.c 		if (!strcmp(name, rfkill_types[i]))
rfkill_types      683 net/rfkill/core.c 	return sprintf(buf, "%s\n", rfkill_types[rfkill->type]);
rfkill_types      821 net/rfkill/core.c 			       rfkill_types[rfkill->type]);