Searched refs:type_idx (Results 1 – 2 of 2) sorted by relevance
568 int type_idx; in main() local603 for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) { in main()605 if (! strcmp(line, file_handler_table[type_idx].type)) { in main()606 if ((rc = file_handler_table[type_idx].handler(args))) { in main()614 if (NULL == file_handler_table[type_idx].type) { in main()
4493 int index, int *type_idx) in snd_hda_add_imux_item() argument4504 if (type_idx) in snd_hda_add_imux_item()4505 *type_idx = label_idx; in snd_hda_add_imux_item()