Home
last modified time | relevance | path

Searched refs:ctx (Results 2926 - 2950 of 12943) sorted by relevance

1...<<111112113114115116117118119120>>...518

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.h289 void (*logger)(void *ctx, const u8 *addr, logger_level level,
291 void (*disconnect)(void *ctx, const u8 *addr, u16 reason);
292 int (*mic_failure_report)(void *ctx, const u8 *addr);
293 void (*psk_failure_report)(void *ctx, const u8 *addr);
294 void (*set_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var,
296 int (*get_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var);
297 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr,
300 int (*get_msk)(void *ctx, const u8 *addr, u8 *msk, size_t *len);
301 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
304 int (*get_seqnum)(void *ctx, cons
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Draid5-cache.c1633 struct r5l_recovery_ctx *ctx) in r5l_recovery_allocate_ra_pool()
1637 ctx->ra_bio = bio_alloc_bioset(GFP_KERNEL, BIO_MAX_PAGES, &log->bs); in r5l_recovery_allocate_ra_pool()
1638 if (!ctx->ra_bio) in r5l_recovery_allocate_ra_pool()
1641 ctx->valid_pages = 0; in r5l_recovery_allocate_ra_pool()
1642 ctx->total_pages = 0; in r5l_recovery_allocate_ra_pool()
1643 while (ctx->total_pages < R5L_RECOVERY_PAGE_POOL_SIZE) { in r5l_recovery_allocate_ra_pool()
1648 ctx->ra_pool[ctx->total_pages] = page; in r5l_recovery_allocate_ra_pool()
1649 ctx->total_pages += 1; in r5l_recovery_allocate_ra_pool()
1652 if (ctx in r5l_recovery_allocate_ra_pool()
1632 r5l_recovery_allocate_ra_pool(struct r5l_log *log, struct r5l_recovery_ctx *ctx) r5l_recovery_allocate_ra_pool() argument
1661 r5l_recovery_free_ra_pool(struct r5l_log *log, struct r5l_recovery_ctx *ctx) r5l_recovery_free_ra_pool() argument
1677 r5l_recovery_fetch_ra_pool(struct r5l_log *log, struct r5l_recovery_ctx *ctx, sector_t offset) r5l_recovery_fetch_ra_pool() argument
1707 r5l_recovery_read_page(struct r5l_log *log, struct r5l_recovery_ctx *ctx, struct page *page, sector_t offset) r5l_recovery_read_page() argument
1731 r5l_recovery_read_meta_block(struct r5l_log *log, struct r5l_recovery_ctx *ctx) r5l_recovery_read_meta_block() argument
1810 r5l_recovery_load_data(struct r5l_log *log, struct stripe_head *sh, struct r5l_recovery_ctx *ctx, struct r5l_payload_data_parity *payload, sector_t log_offset) r5l_recovery_load_data() argument
1832 r5l_recovery_load_parity(struct r5l_log *log, struct stripe_head *sh, struct r5l_recovery_ctx *ctx, struct r5l_payload_data_parity *payload, sector_t log_offset) r5l_recovery_load_parity() argument
1869 r5l_recovery_replay_one_stripe(struct r5conf *conf, struct stripe_head *sh, struct r5l_recovery_ctx *ctx) r5l_recovery_replay_one_stripe() argument
1955 r5c_recovery_drop_stripes(struct list_head *cached_stripe_list, struct r5l_recovery_ctx *ctx) r5c_recovery_drop_stripes() argument
1968 r5c_recovery_replay_stripes(struct list_head *cached_stripe_list, struct r5l_recovery_ctx *ctx) r5c_recovery_replay_stripes() argument
1983 r5l_recovery_verify_data_checksum(struct r5l_log *log, struct r5l_recovery_ctx *ctx, struct page *page, sector_t log_offset, __le32 log_checksum) r5l_recovery_verify_data_checksum() argument
2003 r5l_recovery_verify_data_checksum_for_mb(struct r5l_log *log, struct r5l_recovery_ctx *ctx) r5l_recovery_verify_data_checksum_for_mb() argument
2076 r5c_recovery_analyze_meta_block(struct r5l_log *log, struct r5l_recovery_ctx *ctx, struct list_head *cached_stripe_list) r5c_recovery_analyze_meta_block() argument
2241 r5c_recovery_flush_log(struct r5l_log *log, struct r5l_recovery_ctx *ctx) r5c_recovery_flush_log() argument
2352 r5c_recovery_rewrite_data_only_stripes(struct r5l_log *log, struct r5l_recovery_ctx *ctx) r5c_recovery_rewrite_data_only_stripes() argument
2425 r5c_recovery_flush_data_only_stripes(struct r5l_log *log, struct r5l_recovery_ctx *ctx) r5c_recovery_flush_data_only_stripes() argument
2461 struct r5l_recovery_ctx *ctx; r5l_recovery_log() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Dsdi.c52 struct sdi_clk_calc_ctx *ctx = data; in dpi_calc_dispc_cb() local
54 ctx->dispc_cinfo.lck_div = lckd; in dpi_calc_dispc_cb()
55 ctx->dispc_cinfo.pck_div = pckd; in dpi_calc_dispc_cb()
56 ctx->dispc_cinfo.lck = lck; in dpi_calc_dispc_cb()
57 ctx->dispc_cinfo.pck = pck; in dpi_calc_dispc_cb()
64 struct sdi_clk_calc_ctx *ctx = data; in dpi_calc_dss_cb() local
66 ctx->fck = fck; in dpi_calc_dss_cb()
68 return dispc_div_calc(ctx->sdi->dss->dispc, fck, in dpi_calc_dss_cb()
69 ctx->pck_min, ctx in dpi_calc_dss_cb()
78 struct sdi_clk_calc_ctx ctx; sdi_calc_clock_div() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Dsdi.c52 struct sdi_clk_calc_ctx *ctx = data; in dpi_calc_dispc_cb() local
54 ctx->dispc_cinfo.lck_div = lckd; in dpi_calc_dispc_cb()
55 ctx->dispc_cinfo.pck_div = pckd; in dpi_calc_dispc_cb()
56 ctx->dispc_cinfo.lck = lck; in dpi_calc_dispc_cb()
57 ctx->dispc_cinfo.pck = pck; in dpi_calc_dispc_cb()
64 struct sdi_clk_calc_ctx *ctx = data; in dpi_calc_dss_cb() local
66 ctx->fck = fck; in dpi_calc_dss_cb()
68 return dispc_div_calc(ctx->sdi->dss->dispc, fck, in dpi_calc_dss_cb()
69 ctx->pck_min, ctx in dpi_calc_dss_cb()
78 struct sdi_clk_calc_ctx ctx; sdi_calc_clock_div() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dpyperf.h175 static int process_frame_callback(__u32 i, struct process_frame_ctx *ctx) in process_frame_callback() argument
178 void *frame_ptr = ctx->frame_ptr; in process_frame_callback()
179 PidData *pidData = ctx->pidData; in process_frame_callback()
180 FrameData *frame = ctx->frame; in process_frame_callback()
181 int32_t *symbol_counter = ctx->symbol_counter; in process_frame_callback()
182 int cur_cpu = ctx->cur_cpu; in process_frame_callback()
183 Event *event = ctx->event; in process_frame_callback()
184 Symbol *sym = ctx->sym; in process_frame_callback()
194 ctx->done = true; in process_frame_callback()
221 int __on_event(struct bpf_raw_tracepoint_args *ctx) argument
284 struct process_frame_ctx ctx = { global() local
346 on_event(struct bpf_raw_tracepoint_args* ctx) global() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dimm5.c53 IMM5Context *ctx = avctx->priv_data; in imm5_init() local
60 ctx->h264_avctx = avcodec_alloc_context3(codec); in imm5_init()
61 if (!ctx->h264_avctx) in imm5_init()
63 ctx->h264_avctx->thread_count = 1; in imm5_init()
64 ctx->h264_avctx->flags = avctx->flags; in imm5_init()
65 ctx->h264_avctx->flags2 = avctx->flags2; in imm5_init()
66 ret = avcodec_open2(ctx->h264_avctx, codec, NULL); in imm5_init()
73 ctx->hevc_avctx = avcodec_alloc_context3(codec); in imm5_init()
74 if (!ctx->hevc_avctx) in imm5_init()
76 ctx in imm5_init()
89 IMM5Context *ctx = avctx->priv_data; imm5_decode_frame() local
164 IMM5Context *ctx = avctx->priv_data; imm5_flush() local
172 IMM5Context *ctx = avctx->priv_data; imm5_close() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dfflcms2.c25 static void log_cb(cmsContext ctx, cmsUInt32Number error, const char *str) in log_cb() argument
27 FFIccContext *s = cmsGetContextUserData(ctx); in log_cb()
35 s->ctx = cmsCreateContext(NULL, s); in ff_icc_context_init()
36 if (!s->ctx) in ff_icc_context_init()
39 cmsSetLogErrorHandlerTHR(s->ctx, log_cb); in ff_icc_context_init()
47 cmsDeleteContext(s->ctx); in ff_icc_context_uninit()
62 s->curves[trc] = cmsBuildGamma(s->ctx, 1.0); in get_curve()
65 s->curves[trc] = cmsBuildGamma(s->ctx, 2.2); in get_curve()
68 s->curves[trc] = cmsBuildGamma(s->ctx, 2.8); in get_curve()
74 s->curves[trc] = cmsBuildParametricToneCurve(s->ctx, in get_curve()
[all...]
H A Daf_atilt.c47 int (*filter_channels)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
87 static void set_filter(AVFilterContext *ctx, in set_filter() argument
91 ATiltContext *s = ctx->priv; in set_filter()
106 static int get_coeffs(AVFilterContext *ctx) in get_coeffs() argument
108 ATiltContext *s = ctx->priv; in get_coeffs()
109 AVFilterLink *inlink = ctx->inputs[0]; in get_coeffs()
111 set_filter(ctx, s->order, inlink->sample_rate, s->freq, s->width, s->slope); in get_coeffs()
121 static int filter_channels_## name(AVFilterContext *ctx, void *arg, \
124 ATiltContext *s = ctx->priv; \
164 AVFilterContext *ctx in config_input() local
181 AVFilterContext *ctx = inlink->dst; filter_frame() local
207 process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) process_command() argument
219 uninit(AVFilterContext *ctx) uninit() argument
[all...]
H A Daf_acrossover.c80 int (*filter_channels)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
112 static int query_formats(AVFilterContext *ctx) in query_formats() argument
114 AudioCrossoverContext *s = ctx->priv; in query_formats()
125 int ret = ff_set_common_all_channel_counts(ctx); in query_formats()
142 ret = ff_set_common_formats_from_list(ctx, sample_fmts_list); in query_formats()
146 return ff_set_common_all_samplerates(ctx); in query_formats()
149 static int parse_gains(AVFilterContext *ctx) in parse_gains() argument
151 AudioCrossoverContext *s = ctx->priv; in parse_gains()
167 av_log(ctx, AV_LOG_ERROR, "Invalid syntax for gain[%d].\n", i); in parse_gains()
184 static av_cold int init(AVFilterContext *ctx) in init() argument
472 AVFilterContext *ctx = inlink->dst; config_input() local
522 AVFilterContext *ctx = inlink->dst; filter_frame() local
562 activate(AVFilterContext *ctx) activate() argument
605 uninit(AVFilterContext *ctx) uninit() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c49 vlVaQuerySubpictureFormats(VADriverContextP ctx, VAImageFormat *format_list, in vlVaQuerySubpictureFormats() argument
52 if (!ctx) in vlVaQuerySubpictureFormats()
65 vlVaCreateSubpicture(VADriverContextP ctx, VAImageID image, in vlVaCreateSubpicture() argument
72 if (!ctx) in vlVaCreateSubpicture()
75 drv = VL_VA_DRIVER(ctx); in vlVaCreateSubpicture()
90 *subpicture = handle_table_add(VL_VA_DRIVER(ctx)->htab, sub); in vlVaCreateSubpicture()
97 vlVaDestroySubpicture(VADriverContextP ctx, VASubpictureID subpicture) in vlVaDestroySubpicture() argument
102 if (!ctx) in vlVaDestroySubpicture()
105 drv = VL_VA_DRIVER(ctx); in vlVaDestroySubpicture()
122 vlVaSubpictureImage(VADriverContextP ctx, VASubpictureI argument
151 vlVaSetSubpictureChromakey(VADriverContextP ctx, VASubpictureID subpicture, unsigned int chromakey_min, unsigned int chromakey_max, unsigned int chromakey_mask) vlVaSetSubpictureChromakey() argument
161 vlVaSetSubpictureGlobalAlpha(VADriverContextP ctx, VASubpictureID subpicture, float global_alpha) vlVaSetSubpictureGlobalAlpha() argument
170 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) vlVaAssociateSubpicture() argument
247 vlVaDeassociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces) vlVaDeassociateSubpicture() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c64 bi_analyze_ranges(bi_context *ctx) in bi_analyze_ranges() argument
67 .nr_blocks = ctx->nir->info.num_ubos + 1, in bi_analyze_ranges()
72 bi_foreach_instr_global(ctx, ins) { in bi_analyze_ranges()
129 bi_opt_push_ubo(bi_context *ctx) in bi_opt_push_ubo() argument
131 struct bi_ubo_analysis analysis = bi_analyze_ranges(ctx); in bi_opt_push_ubo()
132 bi_pick_ubo(ctx->info.push, &analysis); in bi_opt_push_ubo()
134 ctx->ubo_mask = 0; in bi_opt_push_ubo()
136 bi_foreach_instr_global_safe(ctx, ins) { in bi_opt_push_ubo()
146 ctx->ubo_mask |= BITSET_BIT(ubo); in bi_opt_push_ubo()
148 ctx in bi_opt_push_ubo()
229 bi_create_fau_interference_graph(bi_context *ctx, adjacency_row *adjacency) bi_create_fau_interference_graph() argument
279 bi_opt_reorder_push(bi_context *ctx) bi_opt_reorder_push() argument
[all...]
H A Dbi_pressure_schedule.c51 label_index(bi_context *ctx, bi_index idx) in label_index() argument
54 assert(idx.value < ctx->reg_alloc); in label_index()
55 return idx.value + ctx->ssa_alloc; in label_index()
57 assert(idx.value < ctx->ssa_alloc); in label_index()
70 create_dag(bi_context *ctx, bi_block *block, void *memctx) in create_dag() argument
72 struct dag *dag = dag_create(ctx); in create_dag()
74 unsigned count = ctx->ssa_alloc + ctx->reg_alloc; in create_dag()
104 add_dep(node, last_write[label_index(ctx, src)]); in create_dag()
110 add_dep(node, last_read[label_index(ctx, sr in create_dag()
286 pressure_schedule_block(bi_context *ctx, bi_block *block, struct sched_ctx *s) pressure_schedule_block() argument
337 bi_pressure_schedule(bi_context *ctx) bi_pressure_schedule() argument
[all...]
/third_party/skia/tests/
H A DSerialProcsTest.cpp34 [](SkImage* img, void* ctx) -> sk_sp<SkData> { return nullptr; }, in DEF_TEST()
35 [](SkImage* img, void* ctx) { return img->encodeToData(); }, in DEF_TEST()
36 [](SkImage* img, void* ctx) { return SkData::MakeWithCString(((State*)ctx)->fStr); }, in DEF_TEST()
45 [](const void* data, size_t length, void* ctx) -> sk_sp<SkImage> { in DEF_TEST()
46 State* state = (State*)ctx; in DEF_TEST()
91 static SkSerialProcs makes(SkSerialPictureProc proc, void* ctx = nullptr) { in makes()
94 procs.fPictureCtx = ctx; in makes()
98 static SkDeserialProcs maked(SkDeserialPictureProc proc, const void* ctx = nullptr) { in maked()
101 procs.fPictureCtx = const_cast<void*>(ctx); in maked()
111 array_serial_proc(SkPicture* pic, void* ctx) array_serial_proc() argument
120 array_deserial_proc(const void* data, size_t size, void* ctx) array_deserial_proc() argument
136 Context ctx; test_pictures() local
[all...]
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
H A Dperf_puppeteer_render_skps_test.go28 res := td.RunTestSteps(t, false, func(ctx context.Context) error {
30 ctx = td.WithExecRunFn(ctx, mock.Run)
31 err := setup(ctx, benchmarkPath, fakeNodeBinPath)
72 res := td.RunTestSteps(t, false, func(ctx context.Context) error {
74 ctx = td.WithExecRunFn(ctx, mock.Run)
75 err := benchSKPs(ctx, perfObj, fakeBenchmarkPath, fakeCanvasKitPath, skps, fakeNodeBinPath)
113 res := td.RunTestSteps(t, false, func(ctx context.Context) error {
115 ctx
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h86 * ctx - Pointer to arbitrary upper level context
88 void *ctx; member
102 * @ctx: Pointer to context data (cb_ctx)
110 void *ctx);
136 * @ctx: Callback context (ctx)
142 void (*eapol_done_cb)(void *ctx);
146 * @ctx: Callback context (eapol_send_ctx)
152 int (*eapol_send)(void *ctx, int type, const u8 *buf, size_t len);
156 * @ctx
356 eapol_sm_init(struct eapol_ctx *ctx) eapol_sm_init() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Darch_timer.c227 struct arch_timer_context *ctx; in kvm_arch_timer_handler() local
242 ctx = map.direct_vtimer; in kvm_arch_timer_handler()
244 ctx = map.direct_ptimer; in kvm_arch_timer_handler()
246 if (kvm_timer_should_fire(ctx)) in kvm_arch_timer_handler()
247 kvm_timer_update_irq(vcpu, true, ctx); in kvm_arch_timer_handler()
296 struct arch_timer_context *ctx; in wfit_delay_ns() local
298 ctx = (vcpu_has_nv(vcpu) && is_hyp_ctxt(vcpu)) ? vcpu_hvtimer(vcpu) in wfit_delay_ns()
301 return kvm_counter_compute_delta(ctx, val); in wfit_delay_ns()
314 struct arch_timer_context *ctx = &vcpu->arch.timer_cpu.timers[i]; in kvm_timer_earliest_exp() local
316 WARN(ctx in kvm_timer_earliest_exp()
357 struct arch_timer_context *ctx; kvm_hrtimer_expire() local
465 timer_emulate(struct arch_timer_context *ctx) timer_emulate() argument
498 timer_save_state(struct arch_timer_context *ctx) timer_save_state() argument
604 timer_restore_state(struct arch_timer_context *ctx) timer_restore_state() argument
649 set_timer_irq_phys_active(struct arch_timer_context *ctx, bool active) set_timer_irq_phys_active() argument
656 kvm_timer_vcpu_load_gic(struct arch_timer_context *ctx) kvm_timer_vcpu_load_gic() argument
1463 struct arch_timer_context *ctx; timer_irqs_are_valid() local
1496 struct arch_timer_context *ctx; kvm_arch_timer_get_input_level() local
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dsignal.c103 static int copy_fpu_to_sigcontext(struct fpu_context __user *ctx) in copy_fpu_to_sigcontext() argument
107 uint64_t __user *regs = (uint64_t *)&ctx->regs; in copy_fpu_to_sigcontext()
108 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_to_sigcontext()
109 uint32_t __user *fcsr = &ctx->fcsr; in copy_fpu_to_sigcontext()
122 static int copy_fpu_from_sigcontext(struct fpu_context __user *ctx) in copy_fpu_from_sigcontext() argument
127 uint64_t __user *regs = (uint64_t *)&ctx->regs; in copy_fpu_from_sigcontext()
128 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_from_sigcontext()
129 uint32_t __user *fcsr = &ctx->fcsr; in copy_fpu_from_sigcontext()
141 static int copy_lsx_to_sigcontext(struct lsx_context __user *ctx) in copy_lsx_to_sigcontext() argument
145 uint64_t __user *regs = (uint64_t *)&ctx in copy_lsx_to_sigcontext()
161 copy_lsx_from_sigcontext(struct lsx_context __user *ctx) copy_lsx_from_sigcontext() argument
182 copy_lasx_to_sigcontext(struct lasx_context __user *ctx) copy_lasx_to_sigcontext() argument
206 copy_lasx_from_sigcontext(struct lasx_context __user *ctx) copy_lasx_from_sigcontext() argument
232 copy_lbt_to_sigcontext(struct lbt_context __user *ctx) copy_lbt_to_sigcontext() argument
247 copy_lbt_from_sigcontext(struct lbt_context __user *ctx) copy_lbt_from_sigcontext() argument
262 copy_ftop_to_sigcontext(struct lbt_context __user *ctx) copy_ftop_to_sigcontext() argument
269 copy_ftop_from_sigcontext(struct lbt_context __user *ctx) copy_ftop_from_sigcontext() argument
280 save_hw_fpu_context(struct fpu_context __user *ctx) save_hw_fpu_context() argument
289 restore_hw_fpu_context(struct fpu_context __user *ctx) restore_hw_fpu_context() argument
298 save_hw_lsx_context(struct lsx_context __user *ctx) save_hw_lsx_context() argument
307 restore_hw_lsx_context(struct lsx_context __user *ctx) restore_hw_lsx_context() argument
316 save_hw_lasx_context(struct lasx_context __user *ctx) save_hw_lasx_context() argument
325 restore_hw_lasx_context(struct lasx_context __user *ctx) restore_hw_lasx_context() argument
338 save_hw_lbt_context(struct lbt_context __user *ctx) save_hw_lbt_context() argument
346 restore_hw_lbt_context(struct lbt_context __user *ctx) restore_hw_lbt_context() argument
354 save_hw_ftop_context(struct lbt_context __user *ctx) save_hw_ftop_context() argument
361 restore_hw_ftop_context(struct lbt_context __user *ctx) restore_hw_ftop_context() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_resource.c426 struct dc_context *ctx, in dce120_opp_create()
436 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce120_opp_create()
440 struct dc_context *ctx, in dce120_aux_engine_create()
449 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce120_aux_engine_create()
454 ctx->dc->caps.extended_aux_timeout_support); in dce120_aux_engine_create()
478 struct dc_context *ctx, in dce120_i2c_hw_create()
487 dce112_i2c_hw_construct(dce_i2c_hw, ctx, inst, in dce120_i2c_hw_create()
533 struct dc_context *ctx, in dce120_clock_source_create()
545 if (dce112_clk_src_construct(clk_src, ctx, bios, id, in dce120_clock_source_create()
576 struct dc_context *ctx, in dce120_timing_generator_create()
425 dce120_opp_create( struct dc_context *ctx, uint32_t inst) dce120_opp_create() argument
439 dce120_aux_engine_create( struct dc_context *ctx, uint32_t inst) dce120_aux_engine_create() argument
477 dce120_i2c_hw_create( struct dc_context *ctx, uint32_t inst) dce120_i2c_hw_create() argument
532 dce120_clock_source_create( struct dc_context *ctx, struct dc_bios *bios, enum clock_source_id id, const struct dce110_clk_src_regs *regs, bool dp_clk_src) dce120_clock_source_create() argument
575 dce120_timing_generator_create( struct dc_context *ctx, uint32_t instance, const struct dce110_timing_generator_offsets *offsets) dce120_timing_generator_create() argument
664 read_dce_straps( struct dc_context *ctx, struct resource_straps *straps) read_dce_straps() argument
683 create_audio( struct dc_context *ctx, unsigned int inst) create_audio() argument
701 dce120_link_encoder_create( struct dc_context *ctx, const struct encoder_init_data *enc_init_data) dce120_link_encoder_create() argument
742 dce120_ipp_create( struct dc_context *ctx, uint32_t inst) dce120_ipp_create() argument
757 dce120_stream_encoder_create( enum engine_id eng_id, struct dc_context *ctx) dce120_stream_encoder_create() argument
802 dce120_hwseq_create( struct dc_context *ctx) dce120_hwseq_create() argument
816 dce121_hwseq_create( struct dc_context *ctx) dce121_hwseq_create() argument
863 dce120_mem_input_create( struct dc_context *ctx, uint32_t inst) dce120_mem_input_create() argument
879 dce120_transform_create( struct dc_context *ctx, uint32_t inst) dce120_transform_create() argument
1044 read_pipe_fuses(struct dc_context *ctx) read_pipe_fuses() argument
1059 struct dc_context *ctx = dc->ctx; dce120_resource_construct() local
[all...]
/third_party/node/lib/internal/
H A Durl.js324 [inspect.custom](recurseTimes, ctx) {
329 return ctx.stylize('[Object]', 'special');
332 const innerOpts = { ...ctx };
350 if (length > ctx.breakLength) {
715 const ctx = this[context];
716 ctx.href = href;
730 ctx.protocol_end = protocol_end;
731 ctx.username_end = username_end;
732 ctx.host_start = host_start;
733 ctx
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dccm.c89 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_setkey() local
90 struct crypto_skcipher *ctr = ctx->ctr; in crypto_ccm_setkey()
91 struct crypto_ahash *mac = ctx->mac; in crypto_ccm_setkey()
172 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_auth() local
198 ahash_request_set_tfm(ahreq, ctx->mac); in crypto_ccm_auth()
287 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_encrypt() local
308 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_encrypt()
347 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_decrypt() local
373 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_decrypt()
396 struct crypto_ccm_ctx *ctx in crypto_ccm_init_tfm() local
430 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(tfm); crypto_ccm_exit_tfm() local
438 struct ccm_instance_ctx *ctx = aead_instance_ctx(inst); crypto_ccm_free() local
571 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); crypto_rfc4309_setkey() local
589 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); crypto_rfc4309_setauthsize() local
608 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(aead); crypto_rfc4309_crypt() local
671 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(tfm); crypto_rfc4309_init_tfm() local
694 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(tfm); crypto_rfc4309_exit_tfm() local
780 struct cbcmac_tfm_ctx *ctx = crypto_shash_ctx(parent); crypto_cbcmac_digest_setkey() local
787 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cbcmac_digest_init() local
802 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cbcmac_digest_update() local
828 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cbcmac_digest_final() local
845 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); cbcmac_init_tfm() local
858 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); cbcmac_exit_tfm() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c404 #define CTX ctx
447 struct dc_context *ctx, in read_dce_straps()
458 struct dc_context *ctx, unsigned int inst) in create_audio()
460 return dce_audio_create(ctx, inst, in create_audio()
465 struct dc_context *ctx, in dce100_timing_generator_create()
475 dce110_timing_generator_construct(tg110, ctx, instance, offsets); in dce100_timing_generator_create()
481 struct dc_context *ctx) in dce100_stream_encoder_create()
489 dce110_stream_encoder_construct(enc110, ctx, ctx->dc_bios, eng_id, in dce100_stream_encoder_create()
510 struct dc_context *ctx) in dce100_hwseq_create()
446 read_dce_straps( struct dc_context *ctx, struct resource_straps *straps) read_dce_straps() argument
457 create_audio( struct dc_context *ctx, unsigned int inst) create_audio() argument
464 dce100_timing_generator_create( struct dc_context *ctx, uint32_t instance, const struct dce110_timing_generator_offsets *offsets) dce100_timing_generator_create() argument
479 dce100_stream_encoder_create( enum engine_id eng_id, struct dc_context *ctx) dce100_stream_encoder_create() argument
509 dce100_hwseq_create( struct dc_context *ctx) dce100_hwseq_create() argument
561 dce100_mem_input_create( struct dc_context *ctx, uint32_t inst) dce100_mem_input_create() argument
584 dce100_transform_create( struct dc_context *ctx, uint32_t inst) dce100_transform_create() argument
599 dce100_ipp_create( struct dc_context *ctx, uint32_t inst) dce100_ipp_create() argument
660 dce100_opp_create( struct dc_context *ctx, uint32_t inst) dce100_opp_create() argument
675 dce100_aux_engine_create( struct dc_context *ctx, uint32_t inst) dce100_aux_engine_create() argument
713 dce100_i2c_hw_create( struct dc_context *ctx, uint32_t inst) dce100_i2c_hw_create() argument
728 dce100_clock_source_create( struct dc_context *ctx, struct dc_bios *bios, enum clock_source_id id, const struct dce110_clk_src_regs *regs, bool dp_clk_src) dce100_clock_source_create() argument
990 struct dc_context *ctx = dc->ctx; dce100_resource_construct() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dccm.c90 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_setkey() local
91 struct crypto_skcipher *ctr = ctx->ctr; in crypto_ccm_setkey()
92 struct crypto_ahash *mac = ctx->mac; in crypto_ccm_setkey()
173 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_auth() local
199 ahash_request_set_tfm(ahreq, ctx->mac); in crypto_ccm_auth()
288 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_encrypt() local
309 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_encrypt()
347 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_decrypt() local
373 skcipher_request_set_tfm(skreq, ctx->ctr); in crypto_ccm_decrypt()
396 struct crypto_ccm_ctx *ctx in crypto_ccm_init_tfm() local
430 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(tfm); crypto_ccm_exit_tfm() local
438 struct ccm_instance_ctx *ctx = aead_instance_ctx(inst); crypto_ccm_free() local
571 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); crypto_rfc4309_setkey() local
589 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); crypto_rfc4309_setauthsize() local
608 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(aead); crypto_rfc4309_crypt() local
671 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(tfm); crypto_rfc4309_init_tfm() local
694 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(tfm); crypto_rfc4309_exit_tfm() local
780 struct cbcmac_tfm_ctx *ctx = crypto_shash_ctx(parent); crypto_cbcmac_digest_setkey() local
787 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cbcmac_digest_init() local
802 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cbcmac_digest_update() local
828 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cbcmac_digest_final() local
845 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); cbcmac_init_tfm() local
858 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); cbcmac_exit_tfm() local
[all...]
/third_party/libcoap/src/
H A Dcoap_openssl.c120 SSL_CTX *ctx; member
128 SSL_CTX *ctx; member
138 SSL_CTX *ctx; member
147 SSL_CTX *ctx; member
819 coap_set_user_prefs(SSL_CTX *ctx) { in coap_set_user_prefs() argument
820 SSL_CTX_set_cipher_list(ctx, COAP_OPENSSL_CIPHERS); in coap_set_user_prefs()
823 SSL_CTX_set1_sigalgs_list(ctx, COAP_OPENSSL_SIGALGS); in coap_set_user_prefs()
824 SSL_CTX_set1_client_sigalgs_list(ctx, COAP_OPENSSL_SIGALGS); in coap_set_user_prefs()
828 SSL_CTX_set1_groups_list(ctx, COAP_OPENSSL_GROUPS); in coap_set_user_prefs()
844 context->dtls.ctx in coap_dtls_new_context()
1123 setup_pki_server(SSL_CTX *ctx, const coap_dtls_pki_t *setup_data ) setup_pki_server() argument
1524 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); setup_pki_ssl() local
1612 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); setup_pki_ssl() local
1673 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); setup_pki_ssl() local
1805 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); setup_pki_ssl() local
1830 SSL_CTX *ctx = SSL_get_SSL_CTX(ssl); setup_pki_ssl() local
1914 tls_verify_call_back(int preverify_ok, X509_STORE_CTX *ctx) tls_verify_call_back() argument
2139 SSL_CTX *ctx; tls_server_name_call_back() local
2236 SSL_CTX *ctx; psk_tls_server_name_call_back() local
2632 coap_dtls_context_set_pki(coap_context_t *ctx, const coap_dtls_pki_t *setup_data, const coap_dtls_role_t role ) coap_dtls_context_set_pki() argument
2742 coap_dtls_context_set_pki_root_cas(coap_context_t *ctx, const char *ca_file, const char *ca_dir ) coap_dtls_context_set_pki_root_cas() argument
2768 coap_dtls_context_check_keys_enabled(coap_context_t *ctx) coap_dtls_context_check_keys_enabled() argument
3798 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); coap_crypto_aead_encrypt() local
3868 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); coap_crypto_aead_decrypt() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c70 rebind_resource_in_ctx(struct fd_context *ctx,
75 if (ctx->rebind_resource)
76 ctx->rebind_resource(ctx, rsc);
80 struct fd_vertexbuf_stateobj *vb = &ctx->vtx.vertexbuf;
81 for (unsigned i = 0; i < vb->count && !(ctx->dirty & FD_DIRTY_VTXBUF);
84 fd_context_dirty(ctx, FD_DIRTY_VTXBUF);
100 !(ctx->dirty_shader[stage] & FD_DIRTY_CONST)) {
101 struct fd_constbuf_stateobj *cb = &ctx->constbuf[stage];
105 fd_context_dirty_shader(ctx, stag
177 __fd_resource_wait(struct fd_context *ctx, struct fd_resource *rsc, unsigned op, const char *func) __fd_resource_wait() argument
262 struct fd_context *ctx = fd_context(pctx); fd_replace_buffer_storage() local
552 fd_resource_uncompress(struct fd_context *ctx, struct fd_resource *rsc, bool linear) fd_resource_uncompress() argument
687 struct fd_context *ctx = fd_context(pctx); global() variable
703 struct fd_context *ctx = fd_context(pctx); global() variable
752 struct fd_context *ctx = fd_context(pctx); global() variable
824 struct fd_context *ctx = fd_context(pctx); global() variable
969 struct fd_context *ctx = fd_context(pctx); fd_resource_transfer_map() local
1455 struct fd_context *ctx = fd_context(pctx); fd_render_condition_check() local
1476 struct fd_context *ctx = fd_context(pctx); global() variable
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl134 $ctx="%rdi"; # 1st arg
139 $ctx="%r8";
304 mov %rdi,$ctx # reassigned argument
313 mov 0($ctx),$A
314 mov 4($ctx),$B
315 mov 8($ctx),$C
316 mov 12($ctx),$D
317 mov 16($ctx),$E
328 add 0($ctx),$A
329 add 4($ctx),
[all...]

Completed in 24 milliseconds

1...<<111112113114115116117118119120>>...518