Home
last modified time | relevance | path

Searched refs:ctx (Results 5951 - 5975 of 12972) sorted by relevance

1...<<231232233234235236237238239240>>...519

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_hpd.c41 hpd->base.base.ctx
118 struct dc_context *ctx) in dal_hw_hpd_construct()
120 dal_hw_gpio_construct(&pin->base, id, en, ctx); in dal_hw_hpd_construct()
126 struct dc_context *ctx, in dal_hw_hpd_init()
141 dal_hw_hpd_construct(*hw_hpd, id, en, ctx); in dal_hw_hpd_init()
114 dal_hw_hpd_construct( struct hw_hpd *pin, enum gpio_id id, uint32_t en, struct dc_context *ctx) dal_hw_hpd_construct() argument
124 dal_hw_hpd_init( struct hw_hpd **hw_hpd, struct dc_context *ctx, enum gpio_id id, uint32_t en) dal_hw_hpd_init() argument
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_devlink.c7 struct devlink_param_gset_ctx *ctx) in otx2_cpt_dl_egrp_create()
12 return otx2_cpt_dl_custom_egrp_create(cptpf, ctx); in otx2_cpt_dl_egrp_create()
16 struct devlink_param_gset_ctx *ctx) in otx2_cpt_dl_egrp_delete()
21 return otx2_cpt_dl_custom_egrp_delete(cptpf, ctx); in otx2_cpt_dl_egrp_delete()
25 struct devlink_param_gset_ctx *ctx) in otx2_cpt_dl_uc_info()
6 otx2_cpt_dl_egrp_create(struct devlink *dl, u32 id, struct devlink_param_gset_ctx *ctx) otx2_cpt_dl_egrp_create() argument
15 otx2_cpt_dl_egrp_delete(struct devlink *dl, u32 id, struct devlink_param_gset_ctx *ctx) otx2_cpt_dl_egrp_delete() argument
24 otx2_cpt_dl_uc_info(struct devlink *dl, u32 id, struct devlink_param_gset_ctx *ctx) otx2_cpt_dl_uc_info() argument
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish_avx_glue.c25 asmlinkage void twofish_ecb_enc_8way(const void *ctx, u8 *dst, const u8 *src);
26 asmlinkage void twofish_ecb_dec_8way(const void *ctx, u8 *dst, const u8 *src);
28 asmlinkage void twofish_cbc_dec_8way(const void *ctx, u8 *dst, const u8 *src);
36 static inline void twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_enc_blk_3way() argument
38 __twofish_enc_blk_3way(ctx, dst, src, false); in twofish_enc_blk_3way()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_devlink.c35 struct devlink_param_gset_ctx *ctx) in otx2_dl_mcam_count_set()
43 otx2_alloc_mcam_entries(pfvf, ctx->val.vu16); in otx2_dl_mcam_count_set()
49 struct devlink_param_gset_ctx *ctx) in otx2_dl_mcam_count_get()
56 ctx->val.vu16 = 0; in otx2_dl_mcam_count_get()
61 ctx->val.vu16 = flow_cfg->max_flows; in otx2_dl_mcam_count_get()
34 otx2_dl_mcam_count_set(struct devlink *devlink, u32 id, struct devlink_param_gset_ctx *ctx) otx2_dl_mcam_count_set() argument
48 otx2_dl_mcam_count_get(struct devlink *devlink, u32 id, struct devlink_param_gset_ctx *ctx) otx2_dl_mcam_count_get() argument
/kernel/linux/linux-6.6/drivers/net/team/
H A Dteam_mode_activebackup.c66 static void ab_active_port_get(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_get() argument
73 ctx->data.u32_val = active_port->dev->ifindex; in ab_active_port_get()
75 ctx->data.u32_val = 0; in ab_active_port_get()
78 static int ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_set() argument
83 if (port->dev->ifindex == ctx->data.u32_val) { in ab_active_port_set()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Druntime.h19 void (*dump_start)(void *ctx);
20 void (*dump_end)(void *ctx);
21 bool (*fw_running)(void *ctx);
22 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);
23 bool (*d3_debug_enable)(void *ctx);
/kernel/linux/linux-6.6/mm/kmsan/
H A Dkmsan.h134 struct kmsan_ctx *ctx; in kmsan_enter_runtime() local
136 ctx = kmsan_get_context(); in kmsan_enter_runtime()
137 KMSAN_WARN_ON(ctx->kmsan_in_runtime++); in kmsan_enter_runtime()
142 struct kmsan_ctx *ctx = kmsan_get_context(); in kmsan_leave_runtime() local
144 KMSAN_WARN_ON(--ctx->kmsan_in_runtime); in kmsan_leave_runtime()
/third_party/ffmpeg/libavcodec/
H A Dh263dsp.c117 av_cold void ff_h263dsp_init(H263DSPContext *ctx) in ff_h263dsp_init() argument
119 ctx->h263_h_loop_filter = h263_h_loop_filter_c; in ff_h263dsp_init()
120 ctx->h263_v_loop_filter = h263_v_loop_filter_c; in ff_h263dsp_init()
123 ff_h263dsp_init_x86(ctx); in ff_h263dsp_init()
125 ff_h263dsp_init_mips(ctx); in ff_h263dsp_init()
H A Dmjpeg2jpeg_bsf.c80 static int mjpeg2jpeg_filter(AVBSFContext *ctx, AVPacket *out) in mjpeg2jpeg_filter() argument
87 ret = ff_bsf_get_packet(ctx, &in); in mjpeg2jpeg_filter()
92 av_log(ctx, AV_LOG_ERROR, "input is truncated\n"); in mjpeg2jpeg_filter()
97 av_log(ctx, AV_LOG_ERROR, "input is not MJPEG\n"); in mjpeg2jpeg_filter()
107 av_log(ctx, AV_LOG_ERROR, "input is truncated\n"); in mjpeg2jpeg_filter()
/third_party/ffmpeg/libavfilter/
H A Daf_dcshift.c46 static av_cold int init(AVFilterContext *ctx) in init() argument
48 DCShiftContext *s = ctx->priv; in init()
57 AVFilterContext *ctx = inlink->dst; in filter_frame() local
58 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame()
60 DCShiftContext *s = ctx->priv; in filter_frame()
H A Daf_asetnsamples.c54 static int activate(AVFilterContext *ctx) in activate() argument
56 AVFilterLink *inlink = ctx->inputs[0]; in activate()
57 AVFilterLink *outlink = ctx->outputs[0]; in activate()
58 ASNSContext *s = ctx->priv; in activate()
96 ff_filter_set_ready(ctx, 100); in activate()
H A Df_bench.c53 static av_cold int init(AVFilterContext *ctx) in init() argument
55 BenchContext *s = ctx->priv; in init()
63 AVFilterContext *ctx = inlink->dst; in filter_frame() local
64 BenchContext *s = ctx->priv; in filter_frame()
65 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame()
/third_party/libwebsockets/lib/drivers/display/
H A Dlws-display.c67 lws_sul_schedule(lds->ctx, 0, &lds->sul_autodim, sul_autodim_cb, in sul_autodim_cb()
72 lws_display_state_init(lws_display_state_t *lds, struct lws_context *ctx, in lws_display_state_init() argument
79 lds->ctx = ctx; in lws_display_state_init()
121 lws_sul_schedule(lds->ctx, 0, &lds->sul_autodim, sul_autodim_cb, in lws_display_state_active()
/third_party/mbedtls/include/psa/
H A Dcrypto_builtin_composites.h67 } MBEDTLS_PRIVATE(ctx);
99 } ctx; member
112 mbedtls_ecdsa_context *MBEDTLS_PRIVATE(ctx);
147 mbedtls_ecdsa_context *MBEDTLS_PRIVATE(ctx);
208 } MBEDTLS_PRIVATE(ctx);
/third_party/mesa3d/src/asahi/compiler/test/
H A Dagx_test.h39 agx_context *ctx = rzalloc(memctx, agx_context); in agx_test_builder() local
40 list_inithead(&ctx->blocks); in agx_test_builder()
42 agx_block *blk = rzalloc(ctx, agx_block); in agx_test_builder()
45 list_addtail(&blk->link, &ctx->blocks); in agx_test_builder()
49 b->shader = ctx; in agx_test_builder()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
H A Ddevices.c130 init_plat_devices(struct lws_context *ctx) in init_plat_devices() argument
133 lws_netdevs_t *netdevs = lws_netdevs_from_ctx(ctx); in init_plat_devices()
168 wifi_ops.create(ctx, &wifi_ops, "wl0", NULL); in init_plat_devices()
193 bcs = lws_button_controller_create(ctx, &bc); in init_plat_devices()
203 lws_display_state_init(&lds, ctx, 10000, 20000, lls, &disp.disp); in init_plat_devices()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.cpp28 program::program(clover::context &ctx, std::string &&source, in program() argument
30 context(ctx), _devices(ctx.devices()), _source(std::move(source)), in program()
34 program::program(clover::context &ctx, in program() argument
37 context(ctx), _devices(devs), _kernel_ref_counter(0), in program()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c124 struct si_context *ctx = (struct si_context *)context; in si_uvd_create_decoder() local
125 bool vcn = ctx->family >= CHIP_RAVEN; in si_uvd_create_decoder()
129 return radeon_create_encoder(context, templ, ctx->ws, si_vce_get_buffer); in si_uvd_create_decoder()
132 return radeon_uvd_create_encoder(context, templ, ctx->ws, si_vce_get_buffer); in si_uvd_create_decoder()
134 return si_vce_create_encoder(context, templ, ctx->ws, si_vce_get_buffer); in si_uvd_create_decoder()
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.h204 char *parse_mount_options(ntfs_fuse_context_t *ctx,
211 BOOL user_xattrs_allowed(ntfs_fuse_context_t *ctx, ntfs_inode *ni);
215 void close_reparse_plugins(ntfs_fuse_context_t *ctx);
216 const struct plugin_operations *select_reparse_plugin(ntfs_fuse_context_t *ctx,
218 int register_reparse_plugin(ntfs_fuse_context_t *ctx, le32 tag,
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd06.c52 static io_context_t ctx; variable
67 TEST(io_submit(ctx, 1, iocbap)); in async_write()
71 TEST(io_getevents(ctx, 1, 1, &ioev, NULL)); in async_write()
138 TEST(io_setup(MAXEVENTS, &ctx)); in setup()
149 io_destroy(ctx); in cleanup()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes.c28 PROV_AES_CTX *ctx = (PROV_AES_CTX *)vctx; in aes_freectx() local
31 OPENSSL_clear_free(ctx, sizeof(*ctx)); in aes_freectx()
34 static void *aes_dupctx(void *ctx) in aes_dupctx() argument
36 PROV_AES_CTX *in = (PROV_AES_CTX *)ctx; in aes_dupctx()
H A Dcipher_aria.c21 PROV_ARIA_CTX *ctx = (PROV_ARIA_CTX *)vctx; in aria_freectx() local
24 OPENSSL_clear_free(ctx, sizeof(*ctx)); in aria_freectx()
27 static void *aria_dupctx(void *ctx) in aria_dupctx() argument
29 PROV_ARIA_CTX *in = (PROV_ARIA_CTX *)ctx; in aria_dupctx()
H A Dcipher_camellia.c27 PROV_CAMELLIA_CTX *ctx = (PROV_CAMELLIA_CTX *)vctx; in camellia_freectx() local
30 OPENSSL_clear_free(ctx, sizeof(*ctx)); in camellia_freectx()
33 static void *camellia_dupctx(void *ctx) in camellia_dupctx() argument
35 PROV_CAMELLIA_CTX *in = (PROV_CAMELLIA_CTX *)ctx; in camellia_dupctx()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dbndiv.c24 static BN_CTX *ctx; variable
38 ctx = BN_CTX_new(); in FuzzerInitialize()
83 OPENSSL_assert(BN_div(b3, b4, b1, b2, ctx)); in FuzzerTestOneInput()
92 OPENSSL_assert(BN_mul(b5, b3, b2, ctx)); in FuzzerTestOneInput()
130 BN_CTX_free(ctx); in FuzzerCleanup()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dec.h22 int evp_pkey_ctx_set_ec_param_enc_prov(EVP_PKEY_CTX *ctx, int param_enc);
51 const BIGNUM *x, BN_CTX *ctx);
62 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx);
63 int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx);
65 int ossl_ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx);

Completed in 15 milliseconds

1...<<231232233234235236237238239240>>...519