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

/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_comp.h40 enum mtk_mdp_comp_type comp_type);
H A Dmtk_mdp_comp.c42 enum mtk_mdp_comp_type comp_type)
48 comp->type = comp_type;
40 mtk_mdp_comp_init(struct device *dev, struct device_node *node, struct mtk_mdp_comp *comp, enum mtk_mdp_comp_type comp_type) argument
H A Dmtk_mdp_core.c138 enum mtk_mdp_comp_type comp_type; local
150 comp_type = (uintptr_t)of_id->data;
159 ret = mtk_mdp_comp_init(dev, node, comp, comp_type);
/linux-master/drivers/block/
H A Drbd_types.h88 __u8 comp_type; member in struct:rbd_image_header_ondisk::__anon108
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c848 enum mtk_ddp_comp_type comp_type; local
861 comp_type = (enum mtk_ddp_comp_type)(uintptr_t)of_id->data;
863 if (comp_type == MTK_DISP_MUTEX) {
874 comp_id = mtk_ddp_comp_get_id(node, comp_type);
891 if (comp_type == MTK_DISP_AAL ||
892 comp_type == MTK_DISP_CCORR ||
893 comp_type == MTK_DISP_COLOR ||
894 comp_type == MTK_DISP_GAMMA ||
895 comp_type == MTK_DISP_MERGE ||
896 comp_type
[all...]
H A Dmtk_drm_ddp_comp.c543 enum mtk_ddp_comp_type comp_type)
545 int id = of_alias_get_id(node, mtk_ddp_comp_stem[comp_type]);
549 if (comp_type == mtk_ddp_matches[i].type &&
542 mtk_ddp_comp_get_id(struct device_node *node, enum mtk_ddp_comp_type comp_type) argument
H A Dmtk_drm_ddp_comp.h328 enum mtk_ddp_comp_type comp_type);
/linux-master/drivers/dma/idxd/
H A Ddma.c24 enum idxd_complete_type comp_type,
35 if (idxd->request_int_handles && comp_type != IDXD_COMPLETE_ABORT &&
40 } else if (comp_type == IDXD_COMPLETE_ABORT) {
23 idxd_dma_complete_txd(struct idxd_desc *desc, enum idxd_complete_type comp_type, bool free_desc, void *ctx, u32 *status) argument
H A Didxd.h75 enum idxd_complete_type comp_type,
712 enum idxd_complete_type comp_type,
716 enum idxd_complete_type comp_type,
724 drv->desc_complete(desc, comp_type, free_desc,
715 idxd_desc_complete(struct idxd_desc *desc, enum idxd_complete_type comp_type, bool free_desc) argument
/linux-master/drivers/s390/crypto/
H A Dap_card.c233 int comp_type)
242 ac->ap_dev.device_type = comp_type;
232 ap_card_create(int id, struct ap_tapq_hwinfo hwinfo, int comp_type) argument
H A Dap_bus.c1700 int comp_type = 0; local
1727 comp_type = apinfo.cat;
1729 if (!comp_type)
1733 else if (comp_type != rawtype)
1736 rawtype, comp_type);
1737 return comp_type;
1989 int rc, dom, comp_type; local
2096 comp_type = ap_get_compatible_type(qid, hwinfo.at, hwinfo.fac);
2097 if (!comp_type) {
2102 ac = ap_card_create(ap, hwinfo, comp_type);
[all...]
H A Dap_bus.h282 int comp_type);
/linux-master/tools/perf/util/
H A Denv.h100 u32 comp_type; member in struct:perf_env
H A Dheader.c1538 ret = do_write(ff, &(ff->ph->env.comp_type), sizeof(ff->ph->env.comp_type));
2112 ff->ph->env.comp_type == PERF_COMP_ZSTD ? "Zstd" : "Unknown",
3256 if (do_read_u32(ff, &(ff->ph->env.comp_type)))
/linux-master/fs/btrfs/
H A Dreflink.c61 const u8 comp_type)
117 if (comp_type == BTRFS_COMPRESS_NONE) {
121 ret = btrfs_decompress(comp_type, data_start, page,
173 const u8 comp_type,
188 inline_data, size, datal, comp_type);
321 inline_data, size, datal, comp_type);
56 copy_inline_to_page(struct btrfs_inode *inode, const u64 file_offset, char *inline_data, const u64 size, const u64 datal, const u8 comp_type) argument
167 clone_copy_inline_extent(struct inode *dst, struct btrfs_path *path, struct btrfs_key *new_key, const u64 drop_start, const u64 datal, const u64 size, const u8 comp_type, char *inline_data, struct btrfs_trans_handle **trans_out) argument
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c2233 u32 comp_type; local
2253 comp_type = (cqe->cqe_data >> FCOE_CQE_CQE_TYPE_SHIFT) &
2260 if (comp_type == FCOE_UNSOLIC_CQE_TYPE) {
2692 u32 comp_type; local
2698 comp_type = (io_work->cqe.cqe_data >>
2701 if (comp_type == FCOE_UNSOLIC_CQE_TYPE &&
2808 u32 comp_type; local
2812 comp_type = (cqe->cqe_data >> FCOE_CQE_CQE_TYPE_SHIFT) &
2848 switch (comp_type) {
/linux-master/drivers/scsi/qedi/
H A Dqedi_fw.c830 u32 comp_type; local
836 comp_type = cqe->cqe_common.cqe_type;
843 cqe->cqe_common.conn_id, comp_type, hdr_opcode);
845 if (comp_type >= MAX_ISCSI_CQES_TYPE) {
868 switch (comp_type) {
/linux-master/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c1350 * @comp_type: Companion PMIC Type (model)
1358 enum pmic_type comp_type; member in struct:pwrap_slv_type
1746 if (wrp->slave->comp_type == PMIC_MT6332) {
1869 if (wrp->slave->comp_type > 0)
2026 if (wrp->slave->comp_type == PMIC_MT6332)
2205 .comp_type = PMIC_MT6332,
/linux-master/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) argument
484 return opcode | ((comp_type << DMAE_COMMAND_C_DST_SHIFT) |
494 bool with_comp, u8 comp_type)
514 opcode = bnx2x_dmae_opcode_add_comp(opcode, comp_type);
493 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, bool with_comp, u8 comp_type) argument
/linux-master/sound/soc/sof/
H A Dipc3-topology.c34 enum sof_comp_type comp_type; member in struct:sof_process_types
968 return sof_process[i].comp_type;
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1024 enum idxd_complete_type comp_type,
1023 iaa_desc_complete(struct idxd_desc *idxd_desc, enum idxd_complete_type comp_type, bool free_desc, void *__ctx, u32 *status) argument
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c4687 u8 comp_type; local
4703 comp_type = rt2x00_get_field16(eeprom,
4707 if (!comp_type)
4714 comp_type = rt2x00_get_field16(eeprom,
4718 if (!comp_type)
/linux-master/tools/perf/
H A Dbuiltin-record.c2446 session->header.env.comp_type = PERF_COMP_ZSTD;

Completed in 332 milliseconds