Searched refs:type_idx (Results 1 – 3 of 3) sorted by relevance
569 int type_idx; in main() local604 for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) { in main()606 if (! strcmp(line, file_handler_table[type_idx].type)) { in main()607 if ((rc = file_handler_table[type_idx].handler(args))) { in main()615 if (NULL == file_handler_table[type_idx].type) { in main()
715 long type_idx; in sdt_arg_parse_size() local717 type_idx = strtol(n_ptr, NULL, 10); in sdt_arg_parse_size()718 if (type_idx < -8 || type_idx > 8) { in sdt_arg_parse_size()723 *suffix = type_to_suffix[type_idx + 8]; in sdt_arg_parse_size()
3902 int index, int *type_idx) in snd_hda_add_imux_item() argument3913 if (type_idx) in snd_hda_add_imux_item()3914 *type_idx = label_idx; in snd_hda_add_imux_item()