Home
last modified time | relevance | path

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

/linux/usr/
H A Dgen_init_cpio.c726 int type_idx; in main() local
761 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()
/linux/tools/perf/util/
H A Dprobe-file.c749 long type_idx; in sdt_arg_parse_size() local
751 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()
/linux/drivers/net/ethernet/sfc/
H A Def10.c3505 int type_idx = 0; in efx_ef10_mtd_probe_partition() local
3509 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()
/linux/sound/hda/common/
H A Dhda_local.h194 int index, int *type_idx);
H A Dcodec.c3981 int index, int *type_idx) in snd_hda_add_imux_item() argument
3992 if (type_idx) in snd_hda_add_imux_item()
3993 *type_idx = label_idx; in snd_hda_add_imux_item()