/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_drv.c | 845 enum mtk_ddp_comp_type comp_type; in mtk_drm_of_get_ddp_ep_cid() local 867 ret = mtk_drm_of_get_ddp_comp_type(ep_dev_node, &comp_type); in mtk_drm_of_get_ddp_ep_cid() 876 ret = mtk_ddp_comp_get_id(ep_dev_node, comp_type); in mtk_drm_of_get_ddp_ep_cid() 1119 enum mtk_ddp_comp_type comp_type; in mtk_drm_probe() local 1122 ret = mtk_drm_of_get_ddp_comp_type(node, &comp_type); in mtk_drm_probe() 1132 if (comp_type == MTK_DISP_MUTEX) { in mtk_drm_probe() 1143 comp_id = mtk_ddp_comp_get_id(node, comp_type); in mtk_drm_probe() 1160 if (comp_type == MTK_DISP_AAL || in mtk_drm_probe() 1161 comp_type == MTK_DISP_CCORR || in mtk_drm_probe() 1162 comp_type == MTK_DISP_COLOR || in mtk_drm_probe() [all …]
|
H A D | mtk_ddp_comp.c | 558 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 D | mtk_ddp_comp.h | 342 enum mtk_ddp_comp_type comp_type);
|
/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_comp.h | 40 enum mtk_mdp_comp_type comp_type);
|
/linux/fs/btrfs/ |
H A D | reflink.c | 61 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 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 | 75 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/s390/crypto/ |
H A D | ap_bus.c | 1693 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 D | ap_card.c | 233 int comp_type) in ap_card_create() argument 242 ac->ap_dev.device_type = comp_type; in ap_card_create()
|
H A D | ap_bus.h | 282 int comp_type);
|
/linux/drivers/block/ |
H A D | rbd_types.h | 88 __u8 comp_type; member
|
/linux/tools/perf/util/ |
H A D | env.h | 100 u32 comp_type; member
|
H A D | header.c | 1508 ret = do_write(ff, &(ff->ph->env.comp_type), sizeof(ff->ph->env.comp_type)); in write_mem_topology() 2082 ff->ph->env.comp_type == PERF_COMP_ZSTD ? "Zstd" : "Unknown", 3226 if (do_read_u32(ff, &(ff->ph->env.comp_type))) in process_bpf_btf()
|
/linux/drivers/soc/mediatek/ |
H A D | mtk-pmic-wrap.c | 1358 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/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()
|
/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()
|
/linux/sound/soc/sof/ |
H A D | ipc3-topology.c | 37 enum sof_comp_type comp_type; 971 return sof_process[i].comp_type; in find_process_comp_type() 34 enum sof_comp_type comp_type; global() member
|
/linux/drivers/crypto/intel/iaa/ |
H A D | iaa_crypto_main.c | 1032 enum idxd_complete_type comp_type, in iaa_desc_complete() argument
|
/linux/tools/perf/ |
H A D | builtin-record.c | 2445 session->header.env.comp_type = PERF_COMP_ZSTD; in __cmd_record()
|