Home
last modified time | relevance | path

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

/linux-4.1.27/usr/
Dgen_init_cpio.c568 int type_idx; in main() local
603 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()
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c4493 int index, int *type_idx) in snd_hda_add_imux_item() argument
4504 if (type_idx) in snd_hda_add_imux_item()
4505 *type_idx = label_idx; in snd_hda_add_imux_item()