Home
last modified time | relevance | path

Searched refs:type_idx (Results 1 – 6 of 6) 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/drivers/platform/chrome/
H A Dcros_usbpd_logger.c88 int role_idx, type_idx; in cros_usbpd_print_log_entry() local
111 type_idx = (r->data & CHARGE_FLAGS_TYPE_MASK) in cros_usbpd_print_log_entry()
114 chg_type = type_idx < ARRAY_SIZE(chg_type_names) ? in cros_usbpd_print_log_entry()
115 chg_type_names[type_idx] : "???"; in cros_usbpd_print_log_entry()
/linux/tools/perf/util/
H A Dprobe-file.c751 long type_idx; in sdt_arg_parse_size()
753 type_idx = strtol(n_ptr, NULL, 10); in sdt_arg_parse_size()
754 if (type_idx < -8 || type_idx > 8) { in sdt_arg_parse_size()
759 *suffix = type_to_suffix[type_idx + 8]; in sdt_arg_parse_size()
749 long type_idx; sdt_arg_parse_size() local
/linux/drivers/net/ethernet/sfc/
H A Def10.c3532 int type_idx = 0; in efx_ef10_mtd_probe_partition() local
3536 for (type_idx = 0; ; type_idx++) { in efx_ef10_mtd_probe_partition()
3537 if (type_idx == EF10_NVRAM_PARTITION_COUNT) in efx_ef10_mtd_probe_partition()
3539 info = efx_ef10_nvram_types + type_idx; in efx_ef10_mtd_probe_partition()
3564 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.c4006 * @type_idx: pointer to store the resultant label index
4010 * to type_idx when non-NULL pointer is given.
4014 int index, int *type_idx) in snd_hda_add_imux_item()
4025 if (type_idx) in snd_hda_add_imux_item()
4026 *type_idx = label_idx; in snd_hda_add_imux_item()
4013 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