Searched refs:type_idx (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/platform/chrome/
H A Dcros_usbpd_logger.c86 int role_idx, type_idx; local
109 type_idx = (r->data & CHARGE_FLAGS_TYPE_MASK)
112 chg_type = type_idx < ARRAY_SIZE(chg_type_names) ?
113 chg_type_names[type_idx] : "???";
/linux-master/usr/
H A Dgen_init_cpio.c642 int type_idx; local
677 for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) {
679 if (! strcmp(line, file_handler_table[type_idx].type)) {
680 if ((rc = file_handler_table[type_idx].handler(args))) {
688 if (NULL == file_handler_table[type_idx].type) {
/linux-master/tools/perf/util/
H A Dprobe-file.c767 long type_idx; local
769 type_idx = strtol(n_ptr, NULL, 10);
770 if (type_idx < -8 || type_idx > 8) {
775 *suffix = type_to_suffix[type_idx + 8];
/linux-master/sound/pci/hda/
H A Dhda_local.h192 int index, int *type_idx);
H A Dhda_codec.c4017 * @type_idx: pointer to store the resultant label index
4021 * to type_idx when non-NULL pointer is given.
4025 int index, int *type_idx)
4036 if (type_idx)
4037 *type_idx = label_idx;
4023 snd_hda_add_imux_item(struct hda_codec *codec, struct hda_input_mux *imux, const char *label, int index, int *type_idx) argument
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c3505 int type_idx = 0; local
3509 for (type_idx = 0; ; type_idx++) {
3510 if (type_idx == EF10_NVRAM_PARTITION_COUNT)
3512 info = efx_ef10_nvram_types + type_idx;
3536 if (__test_and_set_bit(type_idx, found))

Completed in 210 milliseconds