Home
last modified time | relevance | path

Searched refs:type_idx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/usr/
H A Dgen_init_cpio.c633 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()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_usbpd_logger.c86 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()
/openbmc/linux/tools/perf/util/
H A Dprobe-file.c767 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()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def10.c3505 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()
/openbmc/linux/sound/pci/hda/
H A Dhda_local.h192 int index, int *type_idx);
H A Dhda_codec.c4023 int index, int *type_idx) in snd_hda_add_imux_item() argument
4034 if (type_idx) in snd_hda_add_imux_item()
4035 *type_idx = label_idx; in snd_hda_add_imux_item()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch22697 + switch (sao->type_idx[c_idx]) {
22740 + sao->type_idx[c_idx] = SAO_APPLIED;
22768 + src_idx = (CTB(s->sao, x_ctb, y_ctb-1).type_idx[c_idx] ==
22857 + sao->type_idx[c_idx] = SAO_APPLIED;
34562 + sao->type_idx[c_idx] = SAO_NOT_APPLIED;
34567 + sao->type_idx[2] = sao->type_idx[1];
34570 + sao->type_idx[c_idx] = ff_hevc_rpi_sao_type_idx_decode(lc);
34576 + if (sao->type_idx[c_idx] == SAO_NOT_APPLIED)
34582 + if (sao->type_idx[c_idx] == SAO_BAND) {
34596 + if (sao->type_idx[c_idx] == SAO_EDGE) {
[all …]