Home
last modified time | relevance | path

Searched refs:proto_names (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/rc/
Drc-main.c783 } proto_names[] = { variable
892 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in show_protocols()
893 if (allowed & enabled & proto_names[i].type) in show_protocols()
894 tmp += sprintf(tmp, "[%s] ", proto_names[i].name); in show_protocols()
895 else if (allowed & proto_names[i].type) in show_protocols()
896 tmp += sprintf(tmp, "%s ", proto_names[i].name); in show_protocols()
898 if (allowed & proto_names[i].type) in show_protocols()
899 allowed &= ~proto_names[i].type; in show_protocols()
948 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in parse_protocol_change()
949 if (!strcasecmp(tmp, proto_names[i].name)) { in parse_protocol_change()
[all …]