Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c867 enum mtk_ddp_comp_type comp_type; in mtk_drm_of_get_ddp_ep_cid() local
889 ret = mtk_drm_of_get_ddp_comp_type(ep_dev_node, &comp_type); in mtk_drm_of_get_ddp_ep_cid()
898 ret = mtk_ddp_comp_get_id(ep_dev_node, comp_type); in mtk_drm_of_get_ddp_ep_cid()
1141 enum mtk_ddp_comp_type comp_type; in mtk_drm_probe() local
1144 ret = mtk_drm_of_get_ddp_comp_type(node, &comp_type); in mtk_drm_probe()
1154 if (comp_type == MTK_DISP_MUTEX) { in mtk_drm_probe()
1165 comp_id = mtk_ddp_comp_get_id(node, comp_type); in mtk_drm_probe()
1182 if (comp_type == MTK_DISP_AAL || in mtk_drm_probe()
1183 comp_type == MTK_DISP_CCORR || in mtk_drm_probe()
1184 comp_type == MTK_DISP_COLOR || in mtk_drm_probe()
[all …]
H A Dmtk_ddp_comp.c559 enum mtk_ddp_comp_type comp_type) in mtk_ddp_comp_get_id() argument
561 int id = of_alias_get_id(node, mtk_ddp_comp_stem[comp_type]); in mtk_ddp_comp_get_id()
565 if (comp_type == mtk_ddp_matches[i].type && in mtk_ddp_comp_get_id()
H A Dmtk_ddp_comp.h351 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_comp.h40 enum mtk_mdp_comp_type comp_type);
/linux/fs/btrfs/
H A Dreflink.c59 const u8 comp_type) in copy_inline_to_page() argument
115 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
119 ret = btrfs_decompress(comp_type, data_start, folio, in copy_inline_to_page()
171 const u8 comp_type, in clone_copy_inline_extent() argument
186 inline_data, size, datal, comp_type); in clone_copy_inline_extent()
323 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.h74 enum idxd_complete_type comp_type,
721 enum idxd_complete_type comp_type,
725 enum idxd_complete_type comp_type, in idxd_desc_complete() argument
733 drv->desc_complete(desc, comp_type, free_desc, in idxd_desc_complete()
/linux/drivers/s390/crypto/
H A Dap_bus.c1759 int comp_type = 0; in ap_get_compatible_type() local
1786 comp_type = apinfo.cat; in ap_get_compatible_type()
1788 if (!comp_type) in ap_get_compatible_type()
1792 else if (comp_type != rawtype) in ap_get_compatible_type()
1795 rawtype, comp_type); in ap_get_compatible_type()
1796 return comp_type; in ap_get_compatible_type()
2047 int rc, dom, comp_type; in ap_scan_adapter() local
2153 comp_type = ap_get_compatible_type(qid, hwinfo.at, hwinfo.fac); in ap_scan_adapter()
2154 if (!comp_type) { in ap_scan_adapter()
2159 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.h270 int comp_type);
/linux/drivers/block/
H A Drbd_types.h88 __u8 comp_type; member
/linux/tools/perf/util/
H A Denv.h98 u32 comp_type; member
H A Dheader.c1517 ret = do_write(ff, &(ff->ph->env.comp_type), sizeof(ff->ph->env.comp_type)); in write_compressed()
2097 ff->ph->env.comp_type == PERF_COMP_ZSTD ? "Zstd" : "Unknown", in print_compressed()
3249 if (do_read_u32(ff, &(env->comp_type))) in process_compressed()
/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/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.c2480 env->comp_type = PERF_COMP_ZSTD; in __cmd_record()