/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_drv.c | 830 enum mtk_ddp_comp_type comp_type; in mtk_drm_probe() local 843 comp_type = (enum mtk_ddp_comp_type)(uintptr_t)of_id->data; in mtk_drm_probe() 845 if (comp_type == MTK_DISP_MUTEX) { in mtk_drm_probe() 856 comp_id = mtk_ddp_comp_get_id(node, comp_type); in mtk_drm_probe() 873 if (comp_type == MTK_DISP_AAL || in mtk_drm_probe() 874 comp_type == MTK_DISP_CCORR || in mtk_drm_probe() 875 comp_type == MTK_DISP_COLOR || in mtk_drm_probe() 876 comp_type == MTK_DISP_GAMMA || in mtk_drm_probe() 877 comp_type == MTK_DISP_MERGE || in mtk_drm_probe() 878 comp_type == MTK_DISP_OVL || in mtk_drm_probe() [all …]
|
H A D | mtk_drm_ddp_comp.c | 511 enum mtk_ddp_comp_type comp_type) in mtk_ddp_comp_get_id() argument 513 int id = of_alias_get_id(node, mtk_ddp_comp_stem[comp_type]); in mtk_ddp_comp_get_id() 517 if (comp_type == mtk_ddp_matches[i].type && in mtk_ddp_comp_get_id()
|
H A D | mtk_drm_ddp_comp.h | 279 enum mtk_ddp_comp_type comp_type);
|
/openbmc/u-boot/test/ |
H A D | compression.c | 458 static int run_bootm_test(struct unit_test_state *uts, int comp_type, in run_bootm_test() argument 469 printf("Testing: %s\n", genimg_get_comp_name(comp_type)); in run_bootm_test() 474 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test() 479 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test() 486 if (comp_type == IH_COMP_NONE) in run_bootm_test() 490 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_comp.c | 42 enum mtk_mdp_comp_type comp_type) in mtk_mdp_comp_init() argument 48 comp->type = comp_type; in mtk_mdp_comp_init()
|
H A D | mtk_mdp_core.c | 138 enum mtk_mdp_comp_type comp_type; in mtk_mdp_probe() local 150 comp_type = (uintptr_t)of_id->data; in mtk_mdp_probe() 159 ret = mtk_mdp_comp_init(dev, node, comp, comp_type); in mtk_mdp_probe()
|
H A D | mtk_mdp_comp.h | 40 enum mtk_mdp_comp_type comp_type);
|
/openbmc/linux/fs/btrfs/ |
H A D | reflink.c | 62 const u8 comp_type) in copy_inline_to_page() argument 118 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page() 122 ret = btrfs_decompress(comp_type, data_start, page, in copy_inline_to_page() 174 const u8 comp_type, in clone_copy_inline_extent() argument 189 inline_data, size, datal, comp_type); in clone_copy_inline_extent() 322 inline_data, size, datal, comp_type); in clone_copy_inline_extent()
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | dma.c | 24 enum idxd_complete_type comp_type, in idxd_dma_complete_txd() argument 35 if (idxd->request_int_handles && comp_type != IDXD_COMPLETE_ABORT && in idxd_dma_complete_txd() 40 } else if (comp_type == IDXD_COMPLETE_ABORT) { in idxd_dma_complete_txd()
|
H A D | idxd.h | 721 enum idxd_complete_type comp_type, bool free_desc);
|
/openbmc/linux/drivers/block/ |
H A D | rbd_types.h | 88 __u8 comp_type; member
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 1675 int comp_type = 0; in ap_get_compatible_type() local 1702 comp_type = apinfo.cat; in ap_get_compatible_type() 1704 if (!comp_type) in ap_get_compatible_type() 1708 else if (comp_type != rawtype) in ap_get_compatible_type() 1711 rawtype, comp_type); in ap_get_compatible_type() 1712 return comp_type; in ap_get_compatible_type() 1961 int rc, dom, depth, type, comp_type, ml; in ap_scan_adapter() local 2070 comp_type = ap_get_compatible_type(qid, type, func); in ap_scan_adapter() 2071 if (!comp_type) { in ap_scan_adapter() 2076 ac = ap_card_create(ap, depth, type, comp_type, func, ml); in ap_scan_adapter()
|
H A D | ap_card.c | 233 int comp_type, unsigned int functions, int ml) in ap_card_create() argument 242 ac->ap_dev.device_type = comp_type; in ap_card_create()
|
H A D | ap_bus.h | 293 int comp_type, unsigned int functions, int ml);
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 310 static void print_decomp_msg(int comp_type, int type, bool is_xip) in print_decomp_msg() argument 314 if (comp_type == IH_COMP_NONE) in print_decomp_msg() 333 static int handle_decomp_error(int comp_type, size_t uncomp_size, in handle_decomp_error() argument 336 const char *name = genimg_get_comp_name(comp_type); in handle_decomp_error()
|
/openbmc/linux/tools/perf/util/ |
H A D | env.h | 90 u32 comp_type; member
|
H A D | header.c | 1538 ret = do_write(ff, &(ff->ph->env.comp_type), sizeof(ff->ph->env.comp_type)); in write_compressed() 2112 ff->ph->env.comp_type == PERF_COMP_ZSTD ? "Zstd" : "Unknown", in print_compressed() 3249 if (do_read_u32(ff, &(ff->ph->env.comp_type))) in process_compressed()
|
/openbmc/linux/drivers/soc/mediatek/ |
H A D | mtk-pmic-wrap.c | 1358 enum pmic_type comp_type; member 1746 if (wrp->slave->comp_type == PMIC_MT6332) { in pwrap_common_init_reg_clock() 1869 if (wrp->slave->comp_type > 0) in pwrap_init_cipher() 2026 if (wrp->slave->comp_type == PMIC_MT6332) in pwrap_mt6795_init_soc_specific() 2205 .comp_type = PMIC_MT6332,
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_main.c | 2242 u32 comp_type; in qedf_process_completions() local 2262 comp_type = (cqe->cqe_data >> FCOE_CQE_CQE_TYPE_SHIFT) & in qedf_process_completions() 2269 if (comp_type == FCOE_UNSOLIC_CQE_TYPE) { in qedf_process_completions() 2701 u32 comp_type; in qedf_fp_io_handler() local 2707 comp_type = (io_work->cqe.cqe_data >> in qedf_fp_io_handler() 2710 if (comp_type == FCOE_UNSOLIC_CQE_TYPE && in qedf_fp_io_handler() 2818 u32 comp_type; in qedf_process_cqe() local 2822 comp_type = (cqe->cqe_data >> FCOE_CQE_CQE_TYPE_SHIFT) & in qedf_process_cqe() 2858 switch (comp_type) { in qedf_process_cqe()
|
/openbmc/linux/drivers/scsi/qedi/ |
H A D | qedi_fw.c | 830 u32 comp_type; in qedi_fp_process_cqes() local 836 comp_type = cqe->cqe_common.cqe_type; in qedi_fp_process_cqes() 843 cqe->cqe_common.conn_id, comp_type, hdr_opcode); in qedi_fp_process_cqes() 845 if (comp_type >= MAX_ISCSI_CQES_TYPE) { in qedi_fp_process_cqes() 868 switch (comp_type) { in qedi_fp_process_cqes()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 2049 u32 bnx2x_dmae_opcode_add_comp(u32 opcode, u8 comp_type); 2052 bool with_comp, u8 comp_type);
|
H A D | bnx2x_main.c | 482 u32 bnx2x_dmae_opcode_add_comp(u32 opcode, u8 comp_type) in bnx2x_dmae_opcode_add_comp() argument 484 return opcode | ((comp_type << DMAE_COMMAND_C_DST_SHIFT) | in bnx2x_dmae_opcode_add_comp() 494 bool with_comp, u8 comp_type) in bnx2x_dmae_opcode() argument 514 opcode = bnx2x_dmae_opcode_add_comp(opcode, comp_type); in bnx2x_dmae_opcode()
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc3-topology.c | 37 enum sof_comp_type comp_type; member 948 return sof_process[i].comp_type; in find_process_comp_type()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 4658 u8 comp_type; in rt2800_get_txpower_bw_comp() local 4674 comp_type = rt2x00_get_field16(eeprom, in rt2800_get_txpower_bw_comp() 4678 if (!comp_type) in rt2800_get_txpower_bw_comp() 4685 comp_type = rt2x00_get_field16(eeprom, in rt2800_get_txpower_bw_comp() 4689 if (!comp_type) in rt2800_get_txpower_bw_comp()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-record.c | 2389 session->header.env.comp_type = PERF_COMP_ZSTD; in __cmd_record()
|