Searched refs:type_idx (Results 1 – 5 of 5) sorted by relevance
| /linux/usr/ |
| H A D | gen_init_cpio.c | 726 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 D | probe-file.c | 749 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 D | ef10.c | 3505 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 D | hda_local.h | 194 int index, int *type_idx);
|
| H A D | codec.c | 4002 * @type_idx: pointer to store the resultant label index in snd_hda_add_imux_item() 4006 * to type_idx when non-NULL pointer is given. 4010 int index, int *type_idx) 4021 if (type_idx) in snd_hda_bus_reset_codecs() 4022 *type_idx = label_idx; in snd_hda_bus_reset_codecs() 3981 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
|