Home
last modified time | relevance | path

Searched refs:comp_type (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c870 enum mtk_ddp_comp_type comp_type; in mtk_drm_probe() local
883 comp_type = (enum mtk_ddp_comp_type)(uintptr_t)of_id->data; in mtk_drm_probe()
885 if (comp_type == MTK_DISP_MUTEX) { in mtk_drm_probe()
896 comp_id = mtk_ddp_comp_get_id(node, comp_type); in mtk_drm_probe()
913 if (comp_type == MTK_DISP_AAL || in mtk_drm_probe()
914 comp_type == MTK_DISP_CCORR || in mtk_drm_probe()
915 comp_type == MTK_DISP_COLOR || in mtk_drm_probe()
916 comp_type == MTK_DISP_GAMMA || in mtk_drm_probe()
917 comp_type == MTK_DISP_MERGE || in mtk_drm_probe()
918 comp_type == MTK_DISP_OVL || in mtk_drm_probe()
[all …]
H A Dmtk_ddp_comp.c558 enum mtk_ddp_comp_type comp_type) in mtk_ddp_comp_get_id() argument
560 int id = of_alias_get_id(node, mtk_ddp_comp_stem[comp_type]); in mtk_ddp_comp_get_id()
564 if (comp_type == mtk_ddp_matches[i].type && in mtk_ddp_comp_get_id()
H A Dmtk_ddp_comp.h342 enum mtk_ddp_comp_type comp_type);
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_comp.c42 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 Dmtk_mdp_core.c138 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 Dmtk_mdp_comp.h40 enum mtk_mdp_comp_type comp_type);
/linux/fs/btrfs/
H A Dreflink.c61 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, folio, 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()
/linux/drivers/dma/idxd/
H A Ddma.c24 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 Didxd.h75 enum idxd_complete_type comp_type,
712 enum idxd_complete_type comp_type,
716 enum idxd_complete_type comp_type, in idxd_desc_complete() argument
724 drv->desc_complete(desc, comp_type, free_desc, in idxd_desc_complete()
/linux/drivers/block/
H A Drbd_types.h88 __u8 comp_type; member
/linux/drivers/s390/crypto/
H A Dap_bus.c1693 int comp_type = 0; in ap_get_compatible_type() local
1720 comp_type = apinfo.cat; in ap_get_compatible_type()
1722 if (!comp_type) in ap_get_compatible_type()
1726 else if (comp_type != rawtype) in ap_get_compatible_type()
1729 rawtype, comp_type); in ap_get_compatible_type()
1730 return comp_type; in ap_get_compatible_type()
1981 int rc, dom, comp_type; in ap_scan_adapter() local
2087 comp_type = ap_get_compatible_type(qid, hwinfo.at, hwinfo.fac); in ap_scan_adapter()
2088 if (!comp_type) { in ap_scan_adapter()
2093 ac = ap_card_create(ap, hwinfo, comp_type); in ap_scan_adapter()
H A Dap_card.c233 int comp_type) in ap_card_create() argument
242 ac->ap_dev.device_type = comp_type; in ap_card_create()
H A Dap_bus.h282 int comp_type);
/linux/tools/perf/util/
H A Denv.h100 u32 comp_type; member
H A Dheader.c1538 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()
3256 if (do_read_u32(ff, &(ff->ph->env.comp_type))) in process_compressed()
/linux/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c1358 enum pmic_type comp_type; member
1742 if (wrp->slave->comp_type == PMIC_MT6332) { in pwrap_common_init_reg_clock()
1865 if (wrp->slave->comp_type > 0) in pwrap_init_cipher()
2022 if (wrp->slave->comp_type == PMIC_MT6332) in pwrap_mt6795_init_soc_specific()
2201 .comp_type = PMIC_MT6332,
/linux/drivers/scsi/qedf/
H A Dqedf_main.c2243 u32 comp_type; in qedf_process_completions() local
2263 comp_type = (cqe->cqe_data >> FCOE_CQE_CQE_TYPE_SHIFT) & in qedf_process_completions()
2270 if (comp_type == FCOE_UNSOLIC_CQE_TYPE) { in qedf_process_completions()
2702 u32 comp_type; in qedf_fp_io_handler() local
2708 comp_type = (io_work->cqe.cqe_data >> in qedf_fp_io_handler()
2711 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()
/linux/drivers/scsi/qedi/
H A Dqedi_fw.c830 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()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h2049 u32 bnx2x_dmae_opcode_add_comp(u32 opcode, u8 comp_type);
2052 bool with_comp, u8 comp_type);
H A Dbnx2x_main.c482 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()
/linux/sound/soc/sof/
H A Dipc3-topology.c34 enum sof_comp_type comp_type; member
968 return sof_process[i].comp_type; in find_process_comp_type()
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1022 enum idxd_complete_type comp_type, in iaa_desc_complete() argument
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c4687 u8 comp_type; in rt2800_get_txpower_bw_comp() local
4703 comp_type = rt2x00_get_field16(eeprom, in rt2800_get_txpower_bw_comp()
4707 if (!comp_type) in rt2800_get_txpower_bw_comp()
4714 comp_type = rt2x00_get_field16(eeprom, in rt2800_get_txpower_bw_comp()
4718 if (!comp_type) in rt2800_get_txpower_bw_comp()
/linux/tools/perf/
H A Dbuiltin-record.c2445 session->header.env.comp_type = PERF_COMP_ZSTD; in __cmd_record()