/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | text_blob.cpp | 62 std::shared_ptr<Data> TextBlob::Serialize(void* ctx) const in Serialize() 67 return textBlobImpl_->Serialize(ctx); in Serialize() 70 std::shared_ptr<TextBlob> TextBlob::Deserialize(const void* data, size_t size, void* ctx) in Deserialize() argument 72 return StaticFactory::DeserializeTextBlob(data, size, ctx); in Deserialize()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | ghash_s390.c | 33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() local 36 memcpy(dctx->key, ctx->key, GHASH_BLOCK_SIZE); in ghash_init() 44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() local 49 memcpy(ctx->key, key, GHASH_BLOCK_SIZE); in ghash_setkey()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | hw_gpio.c | 38 gpio->base.ctx 183 struct dc_context *ctx) in dal_hw_gpio_construct() 185 pin->base.ctx = ctx; in dal_hw_gpio_construct() 179 dal_hw_gpio_construct( struct hw_gpio *pin, enum gpio_id id, uint32_t en, struct dc_context *ctx) dal_hw_gpio_construct() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dwb.c | 38 dwbc10->base.ctx 117 struct dc_context *ctx, in dcn10_dwbc_construct() 123 dwbc10->base.ctx = ctx; in dcn10_dwbc_construct() 116 dcn10_dwbc_construct(struct dcn10_dwbc *dwbc10, struct dc_context *ctx, const struct dcn10_dwbc_registers *dwbc_regs, const struct dcn10_dwbc_shift *dwbc_shift, const struct dcn10_dwbc_mask *dwbc_mask, int inst) dcn10_dwbc_construct() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 64 struct dc_context *ctx, struct resource_straps *straps); 67 struct dc_context *ctx, unsigned int inst); 70 enum engine_id eng_id, struct dc_context *ctx); 73 struct dc_context *ctx);
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | ghash_s390.c | 33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() local 36 memcpy(dctx->key, ctx->key, GHASH_BLOCK_SIZE); in ghash_init() 44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() local 49 memcpy(ctx->key, key, GHASH_BLOCK_SIZE); in ghash_setkey()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/ |
H A D | bdisp.h | 133 * @ctx: hardware context data 139 struct bdisp_ctx *ctx; member 203 void bdisp_hw_free_nodes(struct bdisp_ctx *ctx); 204 int bdisp_hw_alloc_nodes(struct bdisp_ctx *ctx); 209 int bdisp_hw_update(struct bdisp_ctx *ctx);
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_opr.c | 60 b->ctx = mem_ctx; in s5p_mfc_alloc_priv_buf() 86 b->ctx = mem_ctx; in s5p_mfc_alloc_generic_buf() 107 struct device *mem_dev = dev->mem_dev[b->ctx]; in s5p_mfc_release_priv_buf() 119 struct device *mem_dev = dev->mem_dev[b->ctx]; in s5p_mfc_release_generic_buf()
|
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | ocxl_internal.h | 140 int ocxl_context_mmap(struct ocxl_context *ctx, 147 int ocxl_irq_offset_to_id(struct ocxl_context *ctx, u64 offset); 148 u64 ocxl_irq_id_to_offset(struct ocxl_context *ctx, int irq_id); 149 void ocxl_afu_irq_free_all(struct ocxl_context *ctx);
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_res.h | 28 snic_icmnd_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, u64 ctx, in snic_icmnd_init() argument 34 ctx); in snic_icmnd_init() 49 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, in snic_itmf_init() argument 52 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ITMF, 0, cmnd_id, host_id, 0, ctx); in snic_itmf_init()
|
/kernel/linux/linux-5.10/drivers/tee/amdtee/ |
H A D | amdtee_private.h | 136 int amdtee_open_session(struct tee_context *ctx, 140 int amdtee_close_session(struct tee_context *ctx, u32 session); 142 int amdtee_invoke_func(struct tee_context *ctx, 146 int amdtee_cancel_req(struct tee_context *ctx, u32 cancel_id, u32 session);
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_dup_netdev.c | 34 static int nft_dup_netdev_init(const struct nft_ctx *ctx, in nft_dup_netdev_init() argument 60 static int nft_dup_netdev_offload(struct nft_offload_ctx *ctx, in nft_dup_netdev_offload() argument 65 int oif = ctx->regs[priv->sreg_dev].data.data[0]; in nft_dup_netdev_offload() 67 return nft_fwd_dup_netdev_offload(ctx, flow, FLOW_ACTION_MIRRED, oif); in nft_dup_netdev_offload()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | userfaultfd_k.h | 52 return vma->vm_userfaultfd_ctx.ctx == vm_ctx.ctx; in is_mergeable_vm_userfaultfd_ctx() 155 struct vm_userfaultfd_ctx *ctx) in mremap_userfaultfd_prep() 159 static inline void mremap_userfaultfd_complete(struct vm_userfaultfd_ctx *ctx, in mremap_userfaultfd_complete() argument 154 mremap_userfaultfd_prep(struct vm_area_struct *vma, struct vm_userfaultfd_ctx *ctx) mremap_userfaultfd_prep() argument
|
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | dpaa2-io.h | 84 void (*cb)(struct dpaa2_io_notification_ctx *ctx); 97 struct dpaa2_io_notification_ctx *ctx, 100 struct dpaa2_io_notification_ctx *ctx, 103 struct dpaa2_io_notification_ctx *ctx);
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | prog_iter.c | 46 struct bpf_iter__bpf_prog ctx; in __bpf_prog_seq_show() local 51 ctx.meta = &meta; in __bpf_prog_seq_show() 52 ctx.prog = v; in __bpf_prog_seq_show() 56 ret = bpf_iter_run_prog(prog, &ctx); in __bpf_prog_seq_show()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | nft_meta_bridge.c | 69 static int nft_meta_bridge_get_init(const struct nft_ctx *ctx, in nft_meta_bridge_get_init() argument 87 return nft_meta_get_init(ctx, expr, tb); in nft_meta_bridge_get_init() 90 return nft_parse_register_store(ctx, tb[NFTA_META_DREG], &priv->dreg, in nft_meta_bridge_get_init() 114 nft_meta_bridge_select_ops(const struct nft_ctx *ctx, in nft_meta_bridge_select_ops() argument
|
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/ |
H A D | mpi_lan.h | 178 #define SET_LAN_BUCKET_CONTEXT(x, ctx) \ 180 (((ctx) << LAN_REPLY_BUCKET_CONTEXT_SHIFT) & \ 186 #define SET_LAN_BUFFER_CONTEXT(x, ctx) \ 188 (((ctx) << LAN_REPLY_BUFFER_CONTEXT_SHIFT) & \
|
/kernel/linux/linux-6.6/drivers/misc/ocxl/ |
H A D | ocxl_internal.h | 143 int ocxl_context_mmap(struct ocxl_context *ctx, 150 int ocxl_irq_offset_to_id(struct ocxl_context *ctx, u64 offset); 151 u64 ocxl_irq_id_to_offset(struct ocxl_context *ctx, int irq_id); 152 void ocxl_afu_irq_free_all(struct ocxl_context *ctx);
|
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/ |
H A D | mpi_lan.h | 178 #define SET_LAN_BUCKET_CONTEXT(x, ctx) \ 180 (((ctx) << LAN_REPLY_BUCKET_CONTEXT_SHIFT) & \ 186 #define SET_LAN_BUFFER_CONTEXT(x, ctx) \ 188 (((ctx) << LAN_REPLY_BUFFER_CONTEXT_SHIFT) & \
|
/kernel/linux/linux-6.6/include/drm/ttm/ |
H A D | ttm_device.h | 87 struct ttm_operation_ctx *ctx); 142 * @ctx: context for this move with parameters 150 struct ttm_operation_ctx *ctx, 271 int ttm_global_swapout(struct ttm_operation_ctx *ctx, gfp_t gfp_flags); 272 int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx,
|
/kernel/linux/linux-6.6/include/soc/fsl/ |
H A D | dpaa2-io.h | 86 void (*cb)(struct dpaa2_io_notification_ctx *ctx); 99 struct dpaa2_io_notification_ctx *ctx, 102 struct dpaa2_io_notification_ctx *ctx, 105 struct dpaa2_io_notification_ctx *ctx);
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_res.h | 14 snic_icmnd_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, u64 ctx, in snic_icmnd_init() argument 20 ctx); in snic_icmnd_init() 35 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, in snic_itmf_init() argument 38 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ITMF, 0, cmnd_id, host_id, 0, ctx); in snic_itmf_init()
|
/kernel/linux/linux-6.6/drivers/tee/amdtee/ |
H A D | amdtee_private.h | 136 int amdtee_open_session(struct tee_context *ctx, 140 int amdtee_close_session(struct tee_context *ctx, u32 session); 142 int amdtee_invoke_func(struct tee_context *ctx, 146 int amdtee_cancel_req(struct tee_context *ctx, u32 cancel_id, u32 session);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dwb.c | 36 dwbc10->base.ctx 115 struct dc_context *ctx, in dcn10_dwbc_construct() 121 dwbc10->base.ctx = ctx; in dcn10_dwbc_construct() 114 dcn10_dwbc_construct(struct dcn10_dwbc *dwbc10, struct dc_context *ctx, const struct dcn10_dwbc_registers *dwbc_regs, const struct dcn10_dwbc_shift *dwbc_shift, const struct dcn10_dwbc_mask *dwbc_mask, int inst) dcn10_dwbc_construct() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_hubp.c | 36 hubp201->base.ctx 133 struct dc_context *ctx, in dcn201_hubp_construct() 140 hubp201->base.ctx = ctx; in dcn201_hubp_construct() 131 dcn201_hubp_construct( struct dcn201_hubp *hubp201, struct dc_context *ctx, uint32_t inst, const struct dcn201_hubp_registers *hubp_regs, const struct dcn201_hubp_shift *hubp_shift, const struct dcn201_hubp_mask *hubp_mask) dcn201_hubp_construct() argument
|