Searched refs:orderNames (Results 1 – 1 of 1) sorted by relevance
213 } orderNames[] = { in get_channel_order_from_name() local242 for (size_t i = 0; i < sizeof(orderNames) / sizeof(orderNames[0]); i++) in get_channel_order_from_name()244 if (strcmp(orderNames[i].name, name) == 0 in get_channel_order_from_name()245 || strcmp(orderNames[i].name + 3, name) == 0) in get_channel_order_from_name()246 return orderNames[i].order; in get_channel_order_from_name()