Searched refs:conf_cards (Results 1 – 3 of 3) sorted by relevance
22 struct card_cfg_data *conf_cards; variable97 for (conf = conf_cards; conf; conf = conf->next) { in conf_data_by_card()230 for (data = conf_cards; data; data = data->next) { in assign_card_config()297 data->next = conf_cards; in match_config()298 conf_cards = data; in match_config()332 while (conf_cards) { in conf_free()333 conf = conf_cards; in conf_free()334 conf_cards = conf->next; in conf_free()
35 extern struct card_cfg_data *conf_cards;
617 for (conf = conf_cards; conf; conf = conf->next) in main()636 for (conf = conf_cards; conf; conf = conf->next) in main()