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

/linux-4.1.27/usr/
H A Dgen_init_cpio.c568 int type_idx; main() local
603 for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) { main()
605 if (! strcmp(line, file_handler_table[type_idx].type)) { main()
606 if ((rc = file_handler_table[type_idx].handler(args))) { main()
614 if (NULL == file_handler_table[type_idx].type) { main()
/linux-4.1.27/sound/pci/hda/
H A Dhda_codec.c4485 * @type_idx: pointer to store the resultant label index
4489 * to type_idx when non-NULL pointer is given.
4493 int index, int *type_idx) snd_hda_add_imux_item()
4504 if (type_idx) snd_hda_add_imux_item()
4505 *type_idx = label_idx; snd_hda_add_imux_item()
4491 snd_hda_add_imux_item(struct hda_codec *codec, struct hda_input_mux *imux, const char *label, int index, int *type_idx) snd_hda_add_imux_item() argument

Completed in 175 milliseconds