Searched refs:type_idx (Results 1 – 5 of 5) sorted by relevance
726 int type_idx; in main() local761 for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) { in main()763 if (! strcmp(line, file_handler_table[type_idx].type)) { in main()764 if ((rc = file_handler_table[type_idx].handler(args))) { in main()772 if (NULL == file_handler_table[type_idx].type) { in main()
749 long type_idx; in sdt_arg_parse_size() local751 type_idx = strtol(n_ptr, NULL, 10); in sdt_arg_parse_size()752 if (type_idx < -8 || type_idx > 8) { in sdt_arg_parse_size()757 *suffix = type_to_suffix[type_idx + 8]; in sdt_arg_parse_size()
3505 int type_idx = 0; in efx_ef10_mtd_probe_partition() local3509 for (type_idx = 0; ; type_idx++) { in efx_ef10_mtd_probe_partition()3510 if (type_idx == EF10_NVRAM_PARTITION_COUNT) in efx_ef10_mtd_probe_partition()3512 info = efx_ef10_nvram_types + type_idx; in efx_ef10_mtd_probe_partition()3537 if (__test_and_set_bit(type_idx, found)) in efx_ef10_mtd_probe_partition()
194 int index, int *type_idx);
3981 int index, int *type_idx) in snd_hda_add_imux_item() argument3992 if (type_idx) in snd_hda_add_imux_item()3993 *type_idx = label_idx; in snd_hda_add_imux_item()