type_idx 6060 drivers/net/ethernet/sfc/ef10.c int type_idx = 0; type_idx 6064 drivers/net/ethernet/sfc/ef10.c for (type_idx = 0; ; type_idx++) { type_idx 6065 drivers/net/ethernet/sfc/ef10.c if (type_idx == EF10_NVRAM_PARTITION_COUNT) type_idx 6067 drivers/net/ethernet/sfc/ef10.c info = efx_ef10_nvram_types + type_idx; type_idx 6091 drivers/net/ethernet/sfc/ef10.c if (__test_and_set_bit(type_idx, found)) type_idx 86 drivers/platform/chrome/cros_usbpd_logger.c int role_idx, type_idx; type_idx 109 drivers/platform/chrome/cros_usbpd_logger.c type_idx = (r->data & CHARGE_FLAGS_TYPE_MASK) type_idx 112 drivers/platform/chrome/cros_usbpd_logger.c chg_type = type_idx < ARRAY_SIZE(chg_type_names) ? type_idx 113 drivers/platform/chrome/cros_usbpd_logger.c chg_type_names[type_idx] : "???"; type_idx 3962 sound/pci/hda/hda_codec.c int index, int *type_idx) type_idx 3973 sound/pci/hda/hda_codec.c if (type_idx) type_idx 3974 sound/pci/hda/hda_codec.c *type_idx = label_idx; type_idx 718 tools/perf/util/probe-file.c long type_idx; type_idx 720 tools/perf/util/probe-file.c type_idx = strtol(n_ptr, NULL, 10); type_idx 721 tools/perf/util/probe-file.c if (type_idx < -8 || type_idx > 8) { type_idx 726 tools/perf/util/probe-file.c *suffix = type_to_suffix[type_idx + 8]; type_idx 569 usr/gen_init_cpio.c int type_idx; type_idx 604 usr/gen_init_cpio.c for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) { type_idx 606 usr/gen_init_cpio.c if (! strcmp(line, file_handler_table[type_idx].type)) { type_idx 607 usr/gen_init_cpio.c if ((rc = file_handler_table[type_idx].handler(args))) { type_idx 615 usr/gen_init_cpio.c if (NULL == file_handler_table[type_idx].type) {