/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_mpc.c | 33 mpc201->base.ctx 36 mpc201->base.ctx->logger 104 struct dc_context *ctx, in dcn201_mpc_construct() 112 mpc201->base.ctx = ctx; in dcn201_mpc_construct() 103 dcn201_mpc_construct(struct dcn201_mpc *mpc201, struct dc_context *ctx, const struct dcn201_mpc_registers *mpc_regs, const struct dcn201_mpc_shift *mpc_shift, const struct dcn201_mpc_mask *mpc_mask, int num_mpcc) dcn201_mpc_construct() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | hw_hpd.c | 41 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 D | otx2_cpt_devlink.c | 7 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 D | twofish_avx_glue.c | 25 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 D | otx2_devlink.c | 35 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 D | team_mode_activebackup.c | 66 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 D | runtime.h | 19 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 D | kmsan.h | 134 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 D | h263dsp.c | 117 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 D | mjpeg2jpeg_bsf.c | 80 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 D | af_dcshift.c | 46 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 D | af_asetnsamples.c | 54 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 D | f_bench.c | 53 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 D | lws-display.c | 67 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 D | crypto_builtin_composites.h | 67 } 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 D | agx_test.h | 39 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 D | devices.c | 130 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 D | program.cpp | 28 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 D | si_uvd.c | 124 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 D | ntfs-3g_common.h | 204 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 D | eventfd06.c | 52 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 D | cipher_aes.c | 28 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 D | cipher_aria.c | 21 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 D | cipher_camellia.c | 27 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 D | bndiv.c | 24 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()
|