/kernel/linux/linux-5.10/usr/ |
H A D | gen_init_cpio.c | 569 int type_idx; in main() local 604 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()
|
/kernel/linux/linux-6.6/usr/ |
H A D | gen_init_cpio.c | 633 int type_idx; in main() local 668 for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) { in main() 670 if (! strcmp(line, file_handler_table[type_idx].type)) { in main() 671 if ((rc = file_handler_table[type_idx].handler(args))) { in main() 679 if (NULL == file_handler_table[type_idx].type) { in main()
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_usbpd_logger.c | 86 int role_idx, type_idx; in cros_usbpd_print_log_entry() local 109 type_idx = (r->data & CHARGE_FLAGS_TYPE_MASK) in cros_usbpd_print_log_entry() 112 chg_type = type_idx < ARRAY_SIZE(chg_type_names) ? in cros_usbpd_print_log_entry() 113 chg_type_names[type_idx] : "???"; in cros_usbpd_print_log_entry()
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_usbpd_logger.c | 86 int role_idx, type_idx; in cros_usbpd_print_log_entry() local 109 type_idx = (r->data & CHARGE_FLAGS_TYPE_MASK) in cros_usbpd_print_log_entry() 112 chg_type = type_idx < ARRAY_SIZE(chg_type_names) ? in cros_usbpd_print_log_entry() 113 chg_type_names[type_idx] : "???"; in cros_usbpd_print_log_entry()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-file.c | 732 long type_idx; in sdt_arg_parse_size() local 734 type_idx = strtol(n_ptr, NULL, 10); in sdt_arg_parse_size() 735 if (type_idx < -8 || type_idx > 8) { in sdt_arg_parse_size() 740 *suffix = type_to_suffix[type_idx + 8]; in sdt_arg_parse_size()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-file.c | 767 long type_idx; in sdt_arg_parse_size() local 769 type_idx = strtol(n_ptr, NULL, 10); in sdt_arg_parse_size() 770 if (type_idx < -8 || type_idx > 8) { in sdt_arg_parse_size() 775 *suffix = type_to_suffix[type_idx + 8]; in sdt_arg_parse_size()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef10.c | 3474 int type_idx = 0; in efx_ef10_mtd_probe_partition() local 3478 for (type_idx = 0; ; type_idx++) { in efx_ef10_mtd_probe_partition() 3479 if (type_idx == EF10_NVRAM_PARTITION_COUNT) in efx_ef10_mtd_probe_partition() 3481 info = efx_ef10_nvram_types + type_idx; in efx_ef10_mtd_probe_partition() 3505 if (__test_and_set_bit(type_idx, found)) in efx_ef10_mtd_probe_partition()
|
/kernel/linux/linux-6.6/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() 3536 if (__test_and_set_bit(type_idx, found)) in efx_ef10_mtd_probe_partition()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_local.h | 201 int index, int *type_idx);
|
H A D | hda_codec.c | 3984 * @type_idx: pointer to store the resultant label index 3988 * to type_idx when non-NULL pointer is given. 3992 int index, int *type_idx) in snd_hda_add_imux_item() 4003 if (type_idx) in snd_hda_add_imux_item() 4004 *type_idx = label_idx; in snd_hda_add_imux_item() 3990 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
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_local.h | 192 int index, int *type_idx);
|
H A D | hda_codec.c | 4015 * @type_idx: pointer to store the resultant label index 4019 * to type_idx when non-NULL pointer is given. 4023 int index, int *type_idx) in snd_hda_add_imux_item() 4034 if (type_idx) in snd_hda_add_imux_item() 4035 *type_idx = label_idx; in snd_hda_add_imux_item() 4021 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
|