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

/linux-master/net/rfkill/
H A Dcore.c667 static const char * const rfkill_types[] = { variable
683 BUILD_BUG_ON(ARRAY_SIZE(rfkill_types) != NUM_RFKILL_TYPES);
689 if (!strcmp(name, rfkill_types[i]))
709 return sysfs_emit(buf, "%s\n", rfkill_types[rfkill->type]);
869 rfkill_types[rfkill->type]);

Completed in 129 milliseconds