Searched refs:proto_names (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | rc-main.c | 1038 } proto_names[] = { variable 1124 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in show_protocols() 1125 if (allowed & enabled & proto_names[i].type) in show_protocols() 1126 tmp += sprintf(tmp, "[%s] ", proto_names[i].name); in show_protocols() 1127 else if (allowed & proto_names[i].type) in show_protocols() 1128 tmp += sprintf(tmp, "%s ", proto_names[i].name); in show_protocols() 1130 if (allowed & proto_names[i].type) in show_protocols() 1131 allowed &= ~proto_names[i].type; in show_protocols() 1184 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in parse_protocol_change() 1185 if (!strcasecmp(tmp, proto_names[ in parse_protocol_change() [all...] |
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | rc-main.c | 1039 } proto_names[] = { variable 1125 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in show_protocols() 1126 if (allowed & enabled & proto_names[i].type) in show_protocols() 1127 tmp += sprintf(tmp, "[%s] ", proto_names[i].name); in show_protocols() 1128 else if (allowed & proto_names[i].type) in show_protocols() 1129 tmp += sprintf(tmp, "%s ", proto_names[i].name); in show_protocols() 1131 if (allowed & proto_names[i].type) in show_protocols() 1132 allowed &= ~proto_names[i].type; in show_protocols() 1185 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in parse_protocol_change() 1186 if (!strcasecmp(tmp, proto_names[ in parse_protocol_change() [all...] |
Completed in 4 milliseconds