/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 28 static void kill_timeout(struct epoll_mtcontext *ctx) in kill_timeout() argument 31 pthread_kill(ctx->main, SIGUSR1); in kill_timeout() 32 pthread_kill(ctx->waiter, SIGUSR1); in kill_timeout() 38 struct epoll_mtcontext *ctx = data; in waiter_entry1a() local 40 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a() 41 __sync_fetch_and_add(&ctx->count, 1); in waiter_entry1a() 50 struct epoll_mtcontext *ctx = data; in waiter_entry1ap() local 52 pfd.fd = ctx->efd[0]; in waiter_entry1ap() 55 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap() 56 __sync_fetch_and_add(&ctx in waiter_entry1ap() 65 struct epoll_mtcontext *ctx = data; waiter_entry1o() local 77 struct epoll_mtcontext *ctx = data; waiter_entry1op() local 92 struct epoll_mtcontext *ctx = data; waiter_entry2a() local 104 struct epoll_mtcontext *ctx = data; waiter_entry2ap() local 118 struct epoll_mtcontext *ctx = data; emitter_entry1() local 130 struct epoll_mtcontext *ctx = data; emitter_entry2() local 461 struct epoll_mtcontext ctx = { 0 }; TEST() local 504 struct epoll_mtcontext ctx = { 0 }; TEST() local 547 struct epoll_mtcontext ctx = { 0 }; TEST() local 596 struct epoll_mtcontext ctx = { 0 }; TEST() local 645 struct epoll_mtcontext ctx = { 0 }; TEST() local 688 struct epoll_mtcontext ctx = { 0 }; TEST() local 731 struct epoll_mtcontext ctx = { 0 }; TEST() local 780 struct epoll_mtcontext ctx = { 0 }; TEST() local 1183 struct epoll_mtcontext ctx = { 0 }; TEST() local 1235 struct epoll_mtcontext ctx = { 0 }; TEST() local 1287 struct epoll_mtcontext ctx = { 0 }; TEST() local 1339 struct epoll_mtcontext ctx = { 0 }; TEST() local 1391 struct epoll_mtcontext ctx = { 0 }; TEST() local 1442 struct epoll_mtcontext ctx = { 0 }; TEST() local 1493 struct epoll_mtcontext ctx = { 0 }; TEST() local 1544 struct epoll_mtcontext ctx = { 0 }; TEST() local 1595 struct epoll_mtcontext ctx = { 0 }; TEST() local 1647 struct epoll_mtcontext ctx = { 0 }; TEST() local 1699 struct epoll_mtcontext ctx = { 0 }; TEST() local 1751 struct epoll_mtcontext ctx = { 0 }; TEST() local 1804 struct epoll_mtcontext ctx = { 0 }; TEST() local 1861 struct epoll_mtcontext ctx = { 0 }; TEST() local 1918 struct epoll_mtcontext ctx = { 0 }; TEST() local 1975 struct epoll_mtcontext ctx = { 0 }; TEST() local 2031 struct epoll_mtcontext ctx = { 0 }; TEST() local 2083 struct epoll_mtcontext ctx = { 0 }; TEST() local 2135 struct epoll_mtcontext ctx = { 0 }; TEST() local 2187 struct epoll_mtcontext ctx = { 0 }; TEST() local 2240 struct epoll_mtcontext ctx = { 0 }; TEST() local 2296 struct epoll_mtcontext ctx = { 0 }; TEST() local 2349 struct epoll_mtcontext ctx = { 0 }; TEST() local 2405 struct epoll_mtcontext ctx = { 0 }; TEST() local 2689 struct epoll_mtcontext ctx = { 0 }; TEST() local 2754 struct epoll_mtcontext ctx = { 0 }; TEST() local 2819 struct epoll_mtcontext ctx = { 0 }; TEST() local 2884 struct epoll_mtcontext ctx = { 0 }; TEST() local 2950 struct epoll_mtcontext ctx = { 0 }; TEST() local 3020 struct epoll_mtcontext ctx = { 0 }; TEST() local 3078 struct epoll_mtcontext *ctx = ctx_; epoll59_thread() local 3108 struct epoll_mtcontext ctx = { 0 }; TEST() local 3154 struct epoll60_ctx *ctx = ctx_; epoll60_wait_thread() local 3209 count_waiters(struct epoll60_ctx *ctx) count_waiters() argument 3216 struct epoll60_ctx ctx = { 0 }; TEST() local 3292 struct epoll61_ctx *ctx = ctx_; epoll61_write_eventfd() local 3302 struct epoll61_ctx *ctx = ctx_; epoll61_epoll_with_timeout() local 3321 struct epoll61_ctx *ctx = ctx_; epoll61_blocking_epoll() local 3330 struct epoll61_ctx ctx; TEST() local [all...] |
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | bb-i2c.c | 15 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; in lws_bb_i2c_start() local 17 ctx->gpio->set(ctx->sda, 1); in lws_bb_i2c_start() 18 ctx->gpio->set(ctx->scl, 1); in lws_bb_i2c_start() 19 ctx->delay(); in lws_bb_i2c_start() 21 if (!ctx->gpio->read(ctx->sda)) in lws_bb_i2c_start() 24 ctx->gpio->set(ctx in lws_bb_i2c_start() 34 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; lws_bb_i2c_stop() local 50 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; lws_bb_i2c_write() local 76 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; lws_bb_i2c_read() local 97 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; lws_bb_i2c_set_ack() local [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 58 const ctx = el.getContext('2d');
59 ctx.fillStyle = '#0000ff';
60 ctx.fillRect(0, 0, 100, 30);
64 const ctx = el.getContext('2d');
65 ctx.lineWidth = 10;
66 ctx.strokeStyle = '#0000ff';
67 ctx.lineCap = 'round';
68 ctx.strokeRect(0, 0, 100, 30);
72 const ctx = el.getContext('2d');
73 ctx [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 58 const ctx = el.getContext('2d');
59 ctx.fillStyle = '#0000ff';
60 ctx.fillRect(0, 0, 100, 30);
64 const ctx = el.getContext('2d');
65 ctx.lineWidth = 10;
66 ctx.strokeStyle = '#0000ff';
67 ctx.lineCap = 'round';
68 ctx.strokeRect(0, 0, 100, 30);
72 const ctx = el.getContext('2d');
73 ctx [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 58 const ctx = el.getContext('2d');
59 ctx.fillStyle = '#0000ff';
60 ctx.fillRect(0, 0, 100, 30);
64 const ctx = el.getContext('2d');
65 ctx.lineWidth = 10;
66 ctx.strokeStyle = '#0000ff';
67 ctx.lineCap = 'round';
68 ctx.strokeRect(0, 0, 100, 30);
72 const ctx = el.getContext('2d');
73 ctx [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 58 const ctx = el.getContext('2d');
59 ctx.fillStyle = '#0000ff';
60 ctx.fillRect(0, 0, 100, 30);
64 const ctx = el.getContext('2d');
65 ctx.lineWidth = 10;
66 ctx.strokeStyle = '#0000ff';
67 ctx.lineCap = 'round';
68 ctx.strokeRect(0, 0, 100, 30);
72 const ctx = el.getContext('2d');
73 ctx [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 76 int lookup_pass(struct bpf_sk_lookup *ctx) in lookup_pass() argument 82 int lookup_drop(struct bpf_sk_lookup *ctx) in lookup_drop() argument 88 int check_ifindex(struct bpf_sk_lookup *ctx) in check_ifindex() argument 90 if (ctx->ingress_ifindex == 1) in check_ifindex() 96 int reuseport_pass(struct sk_reuseport_md *ctx) in reuseport_pass() argument 102 int reuseport_drop(struct sk_reuseport_md *ctx) in reuseport_drop() argument 109 int redir_port(struct bpf_sk_lookup *ctx) in redir_port() argument 114 if (ctx->local_port != DST_PORT) in redir_port() 121 err = bpf_sk_assign(ctx, sk, 0); in redir_port() 128 int redir_ip4(struct bpf_sk_lookup *ctx) in redir_ip4() argument 151 redir_ip6(struct bpf_sk_lookup *ctx) redir_ip6() argument 176 select_sock_a(struct bpf_sk_lookup *ctx) select_sock_a() argument 191 select_sock_a_no_reuseport(struct bpf_sk_lookup *ctx) select_sock_a_no_reuseport() argument 206 select_sock_b(struct sk_reuseport_md *ctx) select_sock_b() argument 217 sk_assign_eexist(struct bpf_sk_lookup *ctx) sk_assign_eexist() argument 250 sk_assign_replace_flag(struct bpf_sk_lookup *ctx) sk_assign_replace_flag() argument 282 sk_assign_null(struct bpf_sk_lookup *ctx) sk_assign_null() argument 325 access_ctx_sk(struct bpf_sk_lookup *ctx) access_ctx_sk() argument 391 ctx_narrow_access(struct bpf_sk_lookup *ctx) ctx_narrow_access() argument 575 sk_assign_esocknosupport(struct bpf_sk_lookup *ctx) sk_assign_esocknosupport() argument 600 multi_prog_pass1(struct bpf_sk_lookup *ctx) multi_prog_pass1() argument 607 multi_prog_pass2(struct bpf_sk_lookup *ctx) multi_prog_pass2() argument 614 multi_prog_drop1(struct bpf_sk_lookup *ctx) multi_prog_drop1() argument 621 multi_prog_drop2(struct bpf_sk_lookup *ctx) multi_prog_drop2() argument 627 select_server_a(struct bpf_sk_lookup *ctx) select_server_a() argument 645 multi_prog_redir1(struct bpf_sk_lookup *ctx) multi_prog_redir1() argument 653 multi_prog_redir2(struct bpf_sk_lookup *ctx) multi_prog_redir2() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 76 int lookup_pass(struct bpf_sk_lookup *ctx) in lookup_pass() argument 82 int lookup_drop(struct bpf_sk_lookup *ctx) in lookup_drop() argument 88 int reuseport_pass(struct sk_reuseport_md *ctx) in reuseport_pass() argument 94 int reuseport_drop(struct sk_reuseport_md *ctx) in reuseport_drop() argument 101 int redir_port(struct bpf_sk_lookup *ctx) in redir_port() argument 106 if (ctx->local_port != DST_PORT) in redir_port() 113 err = bpf_sk_assign(ctx, sk, 0); in redir_port() 120 int redir_ip4(struct bpf_sk_lookup *ctx) in redir_ip4() argument 125 if (ctx->family != AF_INET) in redir_ip4() 127 if (ctx in redir_ip4() 143 redir_ip6(struct bpf_sk_lookup *ctx) redir_ip6() argument 168 select_sock_a(struct bpf_sk_lookup *ctx) select_sock_a() argument 183 select_sock_a_no_reuseport(struct bpf_sk_lookup *ctx) select_sock_a_no_reuseport() argument 198 select_sock_b(struct sk_reuseport_md *ctx) select_sock_b() argument 209 sk_assign_eexist(struct bpf_sk_lookup *ctx) sk_assign_eexist() argument 242 sk_assign_replace_flag(struct bpf_sk_lookup *ctx) sk_assign_replace_flag() argument 274 sk_assign_null(struct bpf_sk_lookup *ctx) sk_assign_null() argument 317 access_ctx_sk(struct bpf_sk_lookup *ctx) access_ctx_sk() argument 383 ctx_narrow_access(struct bpf_sk_lookup *ctx) ctx_narrow_access() argument 557 sk_assign_esocknosupport(struct bpf_sk_lookup *ctx) sk_assign_esocknosupport() argument 582 multi_prog_pass1(struct bpf_sk_lookup *ctx) multi_prog_pass1() argument 589 multi_prog_pass2(struct bpf_sk_lookup *ctx) multi_prog_pass2() argument 596 multi_prog_drop1(struct bpf_sk_lookup *ctx) multi_prog_drop1() argument 603 multi_prog_drop2(struct bpf_sk_lookup *ctx) multi_prog_drop2() argument 609 select_server_a(struct bpf_sk_lookup *ctx) select_server_a() argument 627 multi_prog_redir1(struct bpf_sk_lookup *ctx) multi_prog_redir1() argument 637 multi_prog_redir2(struct bpf_sk_lookup *ctx) multi_prog_redir2() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_shader_ngg.c | 32 static LLVMValueRef get_wave_id_in_tg(struct si_shader_context *ctx) in get_wave_id_in_tg() argument 34 return si_unpack_param(ctx, ctx->args.merged_wave_info, 24, 4); in get_wave_id_in_tg() 37 static LLVMValueRef get_tgsize(struct si_shader_context *ctx) in get_tgsize() argument 39 return si_unpack_param(ctx, ctx->args.merged_wave_info, 28, 4); in get_tgsize() 42 LLVMValueRef gfx10_get_thread_id_in_tg(struct si_shader_context *ctx) in gfx10_get_thread_id_in_tg() argument 44 LLVMBuilderRef builder = ctx->ac.builder; in gfx10_get_thread_id_in_tg() 46 tmp = LLVMBuildMul(builder, get_wave_id_in_tg(ctx), in gfx10_get_thread_id_in_tg() 47 LLVMConstInt(ctx in gfx10_get_thread_id_in_tg() 51 ngg_get_vtx_cnt(struct si_shader_context *ctx) ngg_get_vtx_cnt() argument 56 ngg_get_prim_cnt(struct si_shader_context *ctx) ngg_get_prim_cnt() argument 61 ngg_get_ordered_id(struct si_shader_context *ctx) ngg_get_ordered_id() argument 66 ngg_get_query_buf(struct si_shader_context *ctx) ngg_get_query_buf() argument 74 ngg_get_emulated_counters_buf(struct si_shader_context *ctx) ngg_get_emulated_counters_buf() argument 86 ngg_get_vertices_per_prim(struct si_shader_context *ctx, unsigned *num_vertices) ngg_get_vertices_per_prim() argument 136 gfx10_ngg_build_sendmsg_gs_alloc_req(struct si_shader_context *ctx) gfx10_ngg_build_sendmsg_gs_alloc_req() argument 147 gfx10_ngg_build_export_prim(struct si_shader_context *ctx, LLVMValueRef user_edgeflags[3], LLVMValueRef prim_passthrough) gfx10_ngg_build_export_prim() argument 225 build_streamout_vertex(struct si_shader_context *ctx, LLVMValueRef *so_buffer, LLVMValueRef *wg_offset_dw, unsigned stream, LLVMValueRef offset_vtx, LLVMValueRef vertexptr) build_streamout_vertex() argument 283 build_streamout(struct si_shader_context *ctx, struct ngg_streamout *nggso) build_streamout() argument 676 si_build_gep_i8_var(struct si_shader_context *ctx, LLVMValueRef ptr, LLVMValueRef index) si_build_gep_i8_var() argument 685 si_build_gep_i8(struct si_shader_context *ctx, LLVMValueRef ptr, unsigned byte_index) si_build_gep_i8() argument 735 ngg_nogs_vertex_ptr(struct si_shader_context *ctx, LLVMValueRef vtxid) ngg_nogs_vertex_ptr() argument 745 si_insert_input_v4i32(struct si_shader_context *ctx, LLVMValueRef ret, struct ac_arg param, unsigned return_index) si_insert_input_v4i32() argument 757 load_vertex_counts(struct si_shader_context *ctx, LLVMValueRef lds, unsigned max_waves, LLVMValueRef tid, LLVMValueRef *total_count, LLVMValueRef *prefix_sum) load_vertex_counts() argument 852 update_thread_counts(struct si_shader_context *ctx, LLVMValueRef *new_num_threads, LLVMValueRef *tg_info, unsigned tg_info_num_bits, unsigned tg_info_shift, LLVMValueRef *wave_info, unsigned wave_info_num_bits, unsigned wave_info_shift) update_thread_counts() argument 884 struct si_shader_context *ctx = container_of(ac, struct si_shader_context, ac); gfx10_build_primitive_accepted() local 904 add_clipdist_bit(struct si_shader_context *ctx, LLVMValueRef distance, unsigned i, LLVMValueRef *packed_data) add_clipdist_bit() argument 914 add_clipdist_bits_for_clipvertex(struct si_shader_context *ctx, unsigned clipdist_enable, LLVMValueRef clipvertex[4], LLVMValueRef *packed_data) add_clipdist_bits_for_clipvertex() argument 935 cull_primitive(struct si_shader_context *ctx, LLVMValueRef pos[3][4], LLVMValueRef clipdist_accepted, LLVMValueRef out_prim_accepted, LLVMValueRef gs_vtxptr_accept[3]) cull_primitive() argument 1010 gfx10_ngg_culling_build_end(struct si_shader_context *ctx) gfx10_ngg_culling_build_end() argument 1512 gfx10_ngg_build_end(struct si_shader_context *ctx) gfx10_ngg_build_end() argument 1753 ngg_gs_get_vertex_storage(struct si_shader_context *ctx) ngg_gs_get_vertex_storage() argument 1797 ngg_gs_vertex_ptr(struct si_shader_context *ctx, LLVMValueRef vertexidx) ngg_gs_vertex_ptr() argument 1815 ngg_gs_emit_vertex_ptr(struct si_shader_context *ctx, LLVMValueRef gsthread, LLVMValueRef emitidx) ngg_gs_emit_vertex_ptr() argument 1828 ngg_gs_get_emit_output_ptr(struct si_shader_context *ctx, LLVMValueRef vertexptr, unsigned out_idx) ngg_gs_get_emit_output_ptr() argument 1839 ngg_gs_get_emit_primflag_ptr(struct si_shader_context *ctx, LLVMValueRef vertexptr, unsigned stream) ngg_gs_get_emit_primflag_ptr() argument 1850 gfx10_ngg_gs_emit_vertex(struct si_shader_context *ctx, unsigned stream, LLVMValueRef *addrs) gfx10_ngg_gs_emit_vertex() argument 1924 gfx10_ngg_gs_emit_begin(struct si_shader_context *ctx) gfx10_ngg_gs_emit_begin() argument 1969 gfx10_ngg_gs_build_end(struct si_shader_context *ctx) gfx10_ngg_gs_build_end() argument [all...] |
H A D | si_shader_llvm_gs.c | 32 LLVMValueRef si_is_es_thread(struct si_shader_context *ctx) in si_is_es_thread() argument 35 return LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, ac_get_thread_id(&ctx->ac), in si_is_es_thread() 36 si_unpack_param(ctx, ctx->args.merged_wave_info, 0, 8), ""); in si_is_es_thread() 39 LLVMValueRef si_is_gs_thread(struct si_shader_context *ctx) in si_is_gs_thread() argument 42 return LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, ac_get_thread_id(&ctx->ac), in si_is_gs_thread() 43 si_unpack_param(ctx, ctx in si_is_gs_thread() 47 si_set_es_return_value_for_gs(struct si_shader_context *ctx) si_set_es_return_value_for_gs() argument 85 si_llvm_es_build_end(struct si_shader_context *ctx) si_llvm_es_build_end() argument 91 si_get_gs_wave_id(struct si_shader_context *ctx) si_get_gs_wave_id() argument 99 ngg_get_emulated_counters_buf(struct si_shader_context *ctx) ngg_get_emulated_counters_buf() argument 107 si_llvm_gs_build_end(struct si_shader_context *ctx) si_llvm_gs_build_end() argument 169 struct si_shader_context *ctx = si_shader_context_from_abi(abi); si_llvm_emit_vertex() local 247 struct si_shader_context *ctx = si_shader_context_from_abi(abi); si_llvm_emit_primitive() local 259 si_preload_esgs_ring(struct si_shader_context *ctx) si_preload_esgs_ring() argument 302 si_preload_gs_rings(struct si_shader_context *ctx) si_preload_gs_rings() argument 389 struct si_shader_context ctx; si_generate_gs_copy_shader() local 539 si_llvm_init_gs_callbacks(struct si_shader_context *ctx) si_llvm_init_gs_callbacks() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dnxhdenc.c | 119 static int dnxhd_10bit_dct_quantize_444(MpegEncContext *ctx, int16_t *block, in dnxhd_10bit_dct_quantize_444() argument 124 const uint8_t *scantable= ctx->intra_scantable.scantable; in dnxhd_10bit_dct_quantize_444() 129 ctx->fdsp.fdct(block); in dnxhd_10bit_dct_quantize_444() 134 qmat = n < 4 ? ctx->q_intra_matrix[qscale] : ctx->q_chroma_intra_matrix[qscale]; in dnxhd_10bit_dct_quantize_444() 135 bias= ctx->intra_quant_bias * (1 << (16 - 8)); in dnxhd_10bit_dct_quantize_444() 168 *overflow = ctx->max_qcoeff < max; //overflow might have happened in dnxhd_10bit_dct_quantize_444() 171 if (ctx->idsp.perm_type != FF_IDCT_PERM_NONE) in dnxhd_10bit_dct_quantize_444() 172 ff_block_permute(block, ctx->idsp.idct_permutation, in dnxhd_10bit_dct_quantize_444() 178 static int dnxhd_10bit_dct_quantize(MpegEncContext *ctx, int16_ argument 209 dnxhd_init_vlc(DNXHDEncContext *ctx) dnxhd_init_vlc() argument 264 dnxhd_init_qmat(DNXHDEncContext *ctx, int lbias, int cbias) dnxhd_init_qmat() argument 337 dnxhd_init_rc(DNXHDEncContext *ctx) dnxhd_init_rc() argument 356 DNXHDEncContext *ctx = avctx->priv_data; dnxhd_encode_init() local 529 DNXHDEncContext *ctx = avctx->priv_data; dnxhd_write_header() local 563 dnxhd_encode_dc(DNXHDEncContext *ctx, int diff) dnxhd_encode_dc() argument 578 dnxhd_encode_block(DNXHDEncContext *ctx, int16_t *block, int last_index, int n) dnxhd_encode_block() argument 604 dnxhd_unquantize_c(DNXHDEncContext *ctx, int16_t *block, int n, int qscale, int last_index) dnxhd_unquantize_c() argument 662 dnxhd_calc_ac_bits(DNXHDEncContext *ctx, int16_t *block, int last_index) dnxhd_calc_ac_bits() argument 681 dnxhd_get_blocks(DNXHDEncContext *ctx, int mb_x, int mb_y) dnxhd_get_blocks() argument 809 dnxhd_switch_matrix(DNXHDEncContext *ctx, int i) dnxhd_switch_matrix() argument 825 DNXHDEncContext *ctx = avctx->priv_data; dnxhd_calc_bits_thread() local 882 DNXHDEncContext *ctx = avctx->priv_data; dnxhd_encode_thread() local 918 dnxhd_setup_threads_slices(DNXHDEncContext *ctx) dnxhd_setup_threads_slices() argument 940 DNXHDEncContext *ctx = avctx->priv_data; dnxhd_mb_var_thread() local 1005 dnxhd_encode_rdo(AVCodecContext *avctx, DNXHDEncContext *ctx) dnxhd_encode_rdo() argument 1082 dnxhd_find_qscale(DNXHDEncContext *ctx) dnxhd_find_qscale() argument 1194 dnxhd_encode_fast(AVCodecContext *avctx, DNXHDEncContext *ctx) dnxhd_encode_fast() argument 1243 dnxhd_load_picture(DNXHDEncContext *ctx, const AVFrame *frame) dnxhd_load_picture() argument 1260 DNXHDEncContext *ctx = avctx->priv_data; dnxhd_encode_picture() local 1322 DNXHDEncContext *ctx = avctx->priv_data; dnxhd_encode_end() local [all...] |
H A D | v4l2_context.c | 44 static inline V4L2m2mContext *ctx_to_m2mctx(V4L2Context *ctx) in ctx_to_m2mctx() argument 46 return V4L2_TYPE_IS_OUTPUT(ctx->type) ? in ctx_to_m2mctx() 47 container_of(ctx, V4L2m2mContext, output) : in ctx_to_m2mctx() 48 container_of(ctx, V4L2m2mContext, capture); in ctx_to_m2mctx() 51 static inline AVCodecContext *logger(V4L2Context *ctx) in logger() argument 53 return ctx_to_m2mctx(ctx)->avctx; in logger() 66 static AVRational v4l2_get_sar(V4L2Context *ctx) in v4l2_get_sar() argument 73 cropcap.type = ctx->type; in v4l2_get_sar() 75 ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_CROPCAP, &cropcap); in v4l2_get_sar() 84 static inline unsigned int v4l2_resolution_changed(V4L2Context *ctx, struc argument 103 v4l2_type_supported(V4L2Context *ctx) v4l2_type_supported() argument 111 v4l2_get_framesize_compressed(V4L2Context* ctx, int width, int height) v4l2_get_framesize_compressed() argument 125 v4l2_save_to_context(V4L2Context* ctx, struct v4l2_format_update *fmt) v4l2_save_to_context() argument 156 v4l2_start_decode(V4L2Context *ctx) v4l2_start_decode() argument 176 v4l2_handle_event(V4L2Context *ctx) v4l2_handle_event() argument 229 v4l2_stop_decode(V4L2Context *ctx) v4l2_stop_decode() argument 249 v4l2_stop_encode(V4L2Context *ctx) v4l2_stop_encode() argument 269 v4l2_dequeue_v4l2buf(V4L2Context *ctx, int timeout) v4l2_dequeue_v4l2buf() argument 420 v4l2_getfree_v4l2buf(V4L2Context *ctx) v4l2_getfree_v4l2buf() argument 439 v4l2_release_buffers(V4L2Context* ctx) v4l2_release_buffers() argument 462 v4l2_try_raw_format(V4L2Context* ctx, enum AVPixelFormat pixfmt) v4l2_try_raw_format() argument 486 v4l2_get_raw_format(V4L2Context* ctx, enum AVPixelFormat *p) v4l2_get_raw_format() argument 521 v4l2_get_coded_format(V4L2Context* ctx, uint32_t *p) v4l2_get_coded_format() argument 558 ff_v4l2_context_set_status(V4L2Context* ctx, uint32_t cmd) ff_v4l2_context_set_status() argument 572 ff_v4l2_context_enqueue_frame(V4L2Context* ctx, const AVFrame* frame) ff_v4l2_context_enqueue_frame() argument 597 ff_v4l2_context_enqueue_packet(V4L2Context* ctx, const AVPacket* pkt) ff_v4l2_context_enqueue_packet() argument 622 ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* frame, int timeout) ff_v4l2_context_dequeue_frame() argument 642 ff_v4l2_context_dequeue_packet(V4L2Context* ctx, AVPacket* pkt) ff_v4l2_context_dequeue_packet() argument 662 ff_v4l2_context_get_format(V4L2Context* ctx, int probe) ff_v4l2_context_get_format() argument 689 ff_v4l2_context_set_format(V4L2Context* ctx) ff_v4l2_context_set_format() argument 694 ff_v4l2_context_release(V4L2Context* ctx) ff_v4l2_context_release() argument 708 ff_v4l2_context_init(V4L2Context* ctx) ff_v4l2_context_init() argument [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | timerfd.c | 52 static inline bool isalarm(struct timerfd_ctx *ctx) in isalarm() argument 54 return ctx->clockid == CLOCK_REALTIME_ALARM || in isalarm() 55 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm() 63 static void timerfd_triggered(struct timerfd_ctx *ctx) in timerfd_triggered() argument 67 spin_lock_irqsave(&ctx->wqh.lock, flags); in timerfd_triggered() 68 ctx->expired = 1; in timerfd_triggered() 69 ctx->ticks++; in timerfd_triggered() 70 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_triggered() 71 spin_unlock_irqrestore(&ctx->wqh.lock, flags); in timerfd_triggered() 76 struct timerfd_ctx *ctx in timerfd_tmrproc() local 85 struct timerfd_ctx *ctx = container_of(alarm, struct timerfd_ctx, timerfd_alarmproc() local 100 struct timerfd_ctx *ctx; timerfd_clock_was_set() local 118 __timerfd_remove_cancel(struct timerfd_ctx *ctx) __timerfd_remove_cancel() argument 128 timerfd_remove_cancel(struct timerfd_ctx *ctx) timerfd_remove_cancel() argument 135 timerfd_canceled(struct timerfd_ctx *ctx) timerfd_canceled() argument 143 timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) timerfd_setup_cancel() argument 161 timerfd_get_remaining(struct timerfd_ctx *ctx) timerfd_get_remaining() argument 173 timerfd_setup(struct timerfd_ctx *ctx, int flags, const struct itimerspec64 *ktmr) timerfd_setup() argument 221 struct timerfd_ctx *ctx = file->private_data; timerfd_release() local 235 struct timerfd_ctx *ctx = file->private_data; timerfd_poll() local 252 struct timerfd_ctx *ctx = file->private_data; timerfd_read() local 307 struct timerfd_ctx *ctx = file->private_data; timerfd_show() local 336 struct timerfd_ctx *ctx = file->private_data; timerfd_ioctl() local 393 struct timerfd_ctx *ctx; SYSCALL_DEFINE2() local 443 struct timerfd_ctx *ctx; do_timerfd_settime() local 513 struct timerfd_ctx *ctx; do_timerfd_gettime() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | timerfd.c | 52 static inline bool isalarm(struct timerfd_ctx *ctx) in isalarm() argument 54 return ctx->clockid == CLOCK_REALTIME_ALARM || in isalarm() 55 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm() 63 static void timerfd_triggered(struct timerfd_ctx *ctx) in timerfd_triggered() argument 67 spin_lock_irqsave(&ctx->wqh.lock, flags); in timerfd_triggered() 68 ctx->expired = 1; in timerfd_triggered() 69 ctx->ticks++; in timerfd_triggered() 70 wake_up_locked_poll(&ctx->wqh, EPOLLIN); in timerfd_triggered() 71 spin_unlock_irqrestore(&ctx->wqh.lock, flags); in timerfd_triggered() 76 struct timerfd_ctx *ctx in timerfd_tmrproc() local 85 struct timerfd_ctx *ctx = container_of(alarm, struct timerfd_ctx, timerfd_alarmproc() local 100 struct timerfd_ctx *ctx; timerfd_clock_was_set() local 134 __timerfd_remove_cancel(struct timerfd_ctx *ctx) __timerfd_remove_cancel() argument 144 timerfd_remove_cancel(struct timerfd_ctx *ctx) timerfd_remove_cancel() argument 151 timerfd_canceled(struct timerfd_ctx *ctx) timerfd_canceled() argument 159 timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) timerfd_setup_cancel() argument 177 timerfd_get_remaining(struct timerfd_ctx *ctx) timerfd_get_remaining() argument 189 timerfd_setup(struct timerfd_ctx *ctx, int flags, const struct itimerspec64 *ktmr) timerfd_setup() argument 237 struct timerfd_ctx *ctx = file->private_data; timerfd_release() local 251 struct timerfd_ctx *ctx = file->private_data; timerfd_poll() local 268 struct timerfd_ctx *ctx = file->private_data; timerfd_read() local 323 struct timerfd_ctx *ctx = file->private_data; timerfd_show() local 352 struct timerfd_ctx *ctx = file->private_data; timerfd_ioctl() local 409 struct timerfd_ctx *ctx; SYSCALL_DEFINE2() local 459 struct timerfd_ctx *ctx; do_timerfd_settime() local 529 struct timerfd_ctx *ctx; do_timerfd_gettime() local [all...] |
/third_party/mbedtls/library/ |
H A D | ecdh.c | 30 const mbedtls_ecdh_context *ctx) in mbedtls_ecdh_grp_id() 33 return ctx->grp.id; in mbedtls_ecdh_grp_id() 35 return ctx->grp_id; in mbedtls_ecdh_grp_id() 134 static void ecdh_init_internal(mbedtls_ecdh_context_mbed *ctx) in ecdh_init_internal() argument 136 mbedtls_ecp_group_init(&ctx->grp); in ecdh_init_internal() 137 mbedtls_mpi_init(&ctx->d); in ecdh_init_internal() 138 mbedtls_ecp_point_init(&ctx->Q); in ecdh_init_internal() 139 mbedtls_ecp_point_init(&ctx->Qp); in ecdh_init_internal() 140 mbedtls_mpi_init(&ctx->z); in ecdh_init_internal() 143 mbedtls_ecp_restart_init(&ctx in ecdh_init_internal() 29 mbedtls_ecdh_grp_id( const mbedtls_ecdh_context *ctx) mbedtls_ecdh_grp_id() argument 147 mbedtls_ecdh_get_grp_id(mbedtls_ecdh_context *ctx) mbedtls_ecdh_get_grp_id() argument 159 mbedtls_ecdh_init(mbedtls_ecdh_context *ctx) mbedtls_ecdh_init() argument 177 ecdh_setup_internal(mbedtls_ecdh_context_mbed *ctx, mbedtls_ecp_group_id grp_id) ecdh_setup_internal() argument 193 mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id) mbedtls_ecdh_setup() argument 216 ecdh_free_internal(mbedtls_ecdh_context_mbed *ctx) ecdh_free_internal() argument 233 mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx) mbedtls_ecdh_enable_restart() argument 242 mbedtls_ecdh_free(mbedtls_ecdh_context *ctx) mbedtls_ecdh_free() argument 273 ecdh_make_params_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, int point_format, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_make_params_internal() argument 337 mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_make_params() argument 370 ecdh_read_params_internal(mbedtls_ecdh_context_mbed *ctx, const unsigned char **buf, const unsigned char *end) ecdh_read_params_internal() argument 385 mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, const unsigned char **buf, const unsigned char *end) mbedtls_ecdh_read_params() argument 418 ecdh_get_params_internal(mbedtls_ecdh_context_mbed *ctx, const mbedtls_ecp_keypair *key, mbedtls_ecdh_side side) ecdh_get_params_internal() argument 445 mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, const mbedtls_ecp_keypair *key, mbedtls_ecdh_side side) mbedtls_ecdh_get_params() argument 492 ecdh_make_public_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, int point_format, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_make_public_internal() argument 537 mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_make_public() argument 568 ecdh_read_public_internal(mbedtls_ecdh_context_mbed *ctx, const unsigned char *buf, size_t blen) ecdh_read_public_internal() argument 589 mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx, const unsigned char *buf, size_t blen) mbedtls_ecdh_read_public() argument 610 ecdh_calc_secret_internal(mbedtls_ecdh_context_mbed *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, int restart_enabled) ecdh_calc_secret_internal() argument 665 mbedtls_ecdh_calc_secret(mbedtls_ecdh_context *ctx, size_t *olen, unsigned char *buf, size_t blen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_ecdh_calc_secret() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_transform.c | 45 need_re_emit(struct tgsi_transform_context *ctx, uint32_t emitted, struct tgsi_header orig_header) in need_re_emit() argument 48 ctx->ti += emitted; in need_re_emit() 51 uint32_t new_len = ctx->max_tokens_out * 2; in need_re_emit() 52 if (new_len < ctx->max_tokens_out) { in need_re_emit() 53 ctx->fail = true; in need_re_emit() 59 ctx->fail = true; in need_re_emit() 62 memcpy(new_tokens, ctx->tokens_out, sizeof(struct tgsi_token) * ctx->ti); in need_re_emit() 64 tgsi_free_tokens(ctx->tokens_out); in need_re_emit() 65 ctx in need_re_emit() 78 emit_instruction(struct tgsi_transform_context *ctx, const struct tgsi_full_instruction *inst) emit_instruction() argument 94 emit_declaration(struct tgsi_transform_context *ctx, const struct tgsi_full_declaration *decl) emit_declaration() argument 110 emit_immediate(struct tgsi_transform_context *ctx, const struct tgsi_full_immediate *imm) emit_immediate() argument 126 emit_property(struct tgsi_transform_context *ctx, const struct tgsi_full_property *prop) emit_property() argument 151 tgsi_transform_shader(const struct tgsi_token *tokens_in, uint initial_tokens_len, struct tgsi_transform_context *ctx) tgsi_transform_shader() argument [all...] |
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | context.c | 35 int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master) in cxl_context_init() argument 39 ctx->afu = afu; in cxl_context_init() 40 ctx->master = master; in cxl_context_init() 41 ctx->pid = NULL; /* Set in start work ioctl */ in cxl_context_init() 42 mutex_init(&ctx->mapping_lock); in cxl_context_init() 43 ctx->mapping = NULL; in cxl_context_init() 44 ctx->tidr = 0; in cxl_context_init() 45 ctx->assign_tidr = false; in cxl_context_init() 48 spin_lock_init(&ctx->sste_lock); in cxl_context_init() 57 i = cxl_alloc_sst(ctx); in cxl_context_init() 118 cxl_context_set_mapping(struct cxl_context *ctx, struct address_space *mapping) cxl_context_set_mapping() argument 129 struct cxl_context *ctx = vma->vm_file->private_data; cxl_mmap_fault() local 182 cxl_context_iomap(struct cxl_context *ctx, struct vm_area_struct *vma) cxl_context_iomap() argument 234 __detach_context(struct cxl_context *ctx) __detach_context() argument 282 cxl_context_detach(struct cxl_context *ctx) cxl_context_detach() argument 299 struct cxl_context *ctx; cxl_context_detach_all() local 326 struct cxl_context *ctx = container_of(rcu, struct cxl_context, rcu); reclaim_ctx() local 342 cxl_context_free(struct cxl_context *ctx) cxl_context_free() argument 352 cxl_context_mm_count_get(struct cxl_context *ctx) cxl_context_mm_count_get() argument 358 cxl_context_mm_count_put(struct cxl_context *ctx) cxl_context_mm_count_put() argument [all...] |
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | context.c | 35 int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master) in cxl_context_init() argument 39 ctx->afu = afu; in cxl_context_init() 40 ctx->master = master; in cxl_context_init() 41 ctx->pid = NULL; /* Set in start work ioctl */ in cxl_context_init() 42 mutex_init(&ctx->mapping_lock); in cxl_context_init() 43 ctx->mapping = NULL; in cxl_context_init() 44 ctx->tidr = 0; in cxl_context_init() 45 ctx->assign_tidr = false; in cxl_context_init() 48 spin_lock_init(&ctx->sste_lock); in cxl_context_init() 57 i = cxl_alloc_sst(ctx); in cxl_context_init() 118 cxl_context_set_mapping(struct cxl_context *ctx, struct address_space *mapping) cxl_context_set_mapping() argument 129 struct cxl_context *ctx = vma->vm_file->private_data; cxl_mmap_fault() local 182 cxl_context_iomap(struct cxl_context *ctx, struct vm_area_struct *vma) cxl_context_iomap() argument 234 __detach_context(struct cxl_context *ctx) __detach_context() argument 282 cxl_context_detach(struct cxl_context *ctx) cxl_context_detach() argument 299 struct cxl_context *ctx; cxl_context_detach_all() local 326 struct cxl_context *ctx = container_of(rcu, struct cxl_context, rcu); reclaim_ctx() local 342 cxl_context_free(struct cxl_context *ctx) cxl_context_free() argument 352 cxl_context_mm_count_get(struct cxl_context *ctx) cxl_context_mm_count_get() argument 358 cxl_context_mm_count_put(struct cxl_context *ctx) cxl_context_mm_count_put() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | pixel.c | 49 GET_CURRENT_CONTEXT(ctx); in _mesa_PixelZoom() 51 if (ctx->Pixel.ZoomX == xfactor && in _mesa_PixelZoom() 52 ctx->Pixel.ZoomY == yfactor) in _mesa_PixelZoom() 55 FLUSH_VERTICES(ctx, _NEW_PIXEL, GL_PIXEL_MODE_BIT); in _mesa_PixelZoom() 56 ctx->Pixel.ZoomX = xfactor; in _mesa_PixelZoom() 57 ctx->Pixel.ZoomY = yfactor; in _mesa_PixelZoom() 70 get_pixelmap(struct gl_context *ctx, GLenum map) in get_pixelmap() argument 74 return &ctx->PixelMaps.ItoI; in get_pixelmap() 76 return &ctx->PixelMaps.StoS; in get_pixelmap() 78 return &ctx in get_pixelmap() 103 store_pixelmap(struct gl_context *ctx, GLenum map, GLsizei mapsize, const GLfloat *values) store_pixelmap() argument 143 validate_pbo_access(struct gl_context *ctx, struct gl_pixelstore_attrib *pack, GLsizei mapsize, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) validate_pbo_access() argument [all...] |
H A D | drawpix.c | 53 GET_CURRENT_CONTEXT(ctx); in _mesa_DrawPixels() 55 FLUSH_VERTICES(ctx, 0, 0); in _mesa_DrawPixels() 58 _mesa_debug(ctx, "glDrawPixels(%d, %d, %s, %s, %p) // to %s at %ld, %ld\n", in _mesa_DrawPixels() 63 _mesa_enum_to_string(ctx->DrawBuffer->ColorDrawBuffer[0]), in _mesa_DrawPixels() 64 lroundf(ctx->Current.RasterPos[0]), in _mesa_DrawPixels() 65 lroundf(ctx->Current.RasterPos[1])); in _mesa_DrawPixels() 69 _mesa_error( ctx, GL_INVALID_VALUE, "glDrawPixels(width or height < 0)" ); in _mesa_DrawPixels() 76 _mesa_set_vp_override(ctx, GL_TRUE); in _mesa_DrawPixels() 78 _mesa_update_pixel(ctx); in _mesa_DrawPixels() 80 if (ctx in _mesa_DrawPixels() [all...] |
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-mmio.c | 25 void (*reg_write)(struct regmap_mmio_context *ctx, 27 unsigned int (*reg_read)(struct regmap_mmio_context *ctx, 65 static void regmap_mmio_write8(struct regmap_mmio_context *ctx, in regmap_mmio_write8() argument 69 writeb(val, ctx->regs + reg); in regmap_mmio_write8() 72 static void regmap_mmio_write8_relaxed(struct regmap_mmio_context *ctx, in regmap_mmio_write8_relaxed() argument 76 writeb_relaxed(val, ctx->regs + reg); in regmap_mmio_write8_relaxed() 79 static void regmap_mmio_iowrite8(struct regmap_mmio_context *ctx, in regmap_mmio_iowrite8() argument 82 iowrite8(val, ctx->regs + reg); in regmap_mmio_iowrite8() 85 static void regmap_mmio_write16le(struct regmap_mmio_context *ctx, in regmap_mmio_write16le() argument 89 writew(val, ctx in regmap_mmio_write16le() 92 regmap_mmio_write16le_relaxed(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_write16le_relaxed() argument 99 regmap_mmio_iowrite16le(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_iowrite16le() argument 105 regmap_mmio_write16be(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_write16be() argument 112 regmap_mmio_iowrite16be(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_iowrite16be() argument 118 regmap_mmio_write32le(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_write32le() argument 125 regmap_mmio_write32le_relaxed(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_write32le_relaxed() argument 132 regmap_mmio_iowrite32le(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_iowrite32le() argument 138 regmap_mmio_write32be(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_write32be() argument 145 regmap_mmio_iowrite32be(struct regmap_mmio_context *ctx, unsigned int reg, unsigned int val) regmap_mmio_iowrite32be() argument 153 struct regmap_mmio_context *ctx = context; regmap_mmio_write() local 173 struct regmap_mmio_context *ctx = context; regmap_mmio_noinc_write() local 233 regmap_mmio_read8(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_read8() argument 239 regmap_mmio_read8_relaxed(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_read8_relaxed() argument 245 regmap_mmio_ioread8(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_ioread8() argument 251 regmap_mmio_read16le(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_read16le() argument 257 regmap_mmio_read16le_relaxed(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_read16le_relaxed() argument 263 regmap_mmio_ioread16le(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_ioread16le() argument 269 regmap_mmio_read16be(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_read16be() argument 275 regmap_mmio_ioread16be(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_ioread16be() argument 281 regmap_mmio_read32le(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_read32le() argument 287 regmap_mmio_read32le_relaxed(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_read32le_relaxed() argument 293 regmap_mmio_ioread32le(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_ioread32le() argument 299 regmap_mmio_read32be(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_read32be() argument 305 regmap_mmio_ioread32be(struct regmap_mmio_context *ctx, unsigned int reg) regmap_mmio_ioread32be() argument 313 struct regmap_mmio_context *ctx = context; regmap_mmio_read() local 333 struct regmap_mmio_context *ctx = context; regmap_mmio_noinc_read() local 387 struct regmap_mmio_context *ctx = context; regmap_mmio_free_context() local 412 struct regmap_mmio_context *ctx; regmap_mmio_gen_context() local 561 struct regmap_mmio_context *ctx; __regmap_init_mmio_clk() local 579 struct regmap_mmio_context *ctx; __devm_regmap_init_mmio_clk() local 592 struct regmap_mmio_context *ctx = map->bus_context; regmap_mmio_attach_clk() local 603 struct regmap_mmio_context *ctx = map->bus_context; regmap_mmio_detach_clk() local [all...] |
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genaes.c | 38 lws_genaes_create(struct lws_genaes_ctx *ctx, enum enum_aes_operation op, in lws_genaes_create() argument 44 ctx->ctx = EVP_CIPHER_CTX_new(); in lws_genaes_create() 45 if (!ctx->ctx) in lws_genaes_create() 48 ctx->mode = mode; in lws_genaes_create() 49 ctx->k = el; in lws_genaes_create() 50 ctx->engine = engine; in lws_genaes_create() 51 ctx->init = 0; in lws_genaes_create() 52 ctx in lws_genaes_create() 264 lws_genaes_destroy(struct lws_genaes_ctx *ctx, unsigned char *tag, size_t tlen) lws_genaes_destroy() argument 316 lws_genaes_crypt(struct lws_genaes_ctx *ctx, const uint8_t *in, size_t len, uint8_t *out, uint8_t *iv_or_nonce_ctr_or_data_unit_16, uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) lws_genaes_crypt() argument [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 68 static LLVMValueRef get_sampler_desc_index(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, 71 static LLVMValueRef get_sampler_desc(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, 75 static LLVMTypeRef get_def_type(struct ac_nir_context *ctx, const nir_ssa_def *def) in get_def_type() argument 77 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, def->bit_size); in get_def_type() 90 static LLVMValueRef get_memory_ptr_t(struct ac_nir_context *ctx, nir_src src, LLVMTypeRef elem_type, unsigned c_off) in get_memory_ptr_t() argument 92 LLVMValueRef ptr = get_src(ctx, src); in get_memory_ptr_t() 93 LLVMValueRef lds_i8 = ctx->ac.lds; in get_memory_ptr_t() 94 if (ctx->stage != MESA_SHADER_COMPUTE) in get_memory_ptr_t() 95 lds_i8 = LLVMBuildBitCast(ctx->ac.builder, ctx in get_memory_ptr_t() 104 get_memory_ptr(struct ac_nir_context *ctx, nir_src src, unsigned bit_size, unsigned c_off) get_memory_ptr() argument 115 get_alu_src(struct ac_nir_context *ctx, nir_alu_src src, unsigned num_components) get_alu_src() argument 150 emit_int_cmp(struct ac_llvm_context *ctx, LLVMIntPredicate pred, LLVMValueRef src0, LLVMValueRef src1) emit_int_cmp() argument 158 emit_float_cmp(struct ac_llvm_context *ctx, LLVMRealPredicate pred, LLVMValueRef src0, LLVMValueRef src1) emit_float_cmp() argument 166 emit_intrin_1f_param(struct ac_llvm_context *ctx, const char *intrin, LLVMTypeRef result_type, LLVMValueRef src0) emit_intrin_1f_param() argument 180 emit_intrin_1f_param_scalar(struct ac_llvm_context *ctx, const char *intrin, LLVMTypeRef result_type, LLVMValueRef src0) emit_intrin_1f_param_scalar() argument 207 emit_intrin_2f_param(struct ac_llvm_context *ctx, const char *intrin, LLVMTypeRef result_type, LLVMValueRef src0, LLVMValueRef src1) emit_intrin_2f_param() argument 223 emit_intrin_3f_param(struct ac_llvm_context *ctx, const char *intrin, LLVMTypeRef result_type, LLVMValueRef src0, LLVMValueRef src1, LLVMValueRef src2) emit_intrin_3f_param() argument 240 emit_bcsel(struct ac_llvm_context *ctx, LLVMValueRef src0, LLVMValueRef src1, LLVMValueRef src2) emit_bcsel() argument 258 emit_iabs(struct ac_llvm_context *ctx, LLVMValueRef src0) emit_iabs() argument 263 emit_uint_carry(struct ac_llvm_context *ctx, const char *intrin, LLVMValueRef src0, LLVMValueRef src1) emit_uint_carry() argument 279 emit_b2f(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) emit_b2f() argument 305 emit_f2b(struct ac_llvm_context *ctx, LLVMValueRef src0) emit_f2b() argument 312 emit_b2i(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) emit_b2i() argument 328 emit_i2b(struct ac_llvm_context *ctx, LLVMValueRef src0) emit_i2b() argument 334 emit_f2f16(struct ac_llvm_context *ctx, LLVMValueRef src0) emit_f2f16() argument 374 emit_umul_high(struct ac_llvm_context *ctx, LLVMValueRef src0, LLVMValueRef src1) emit_umul_high() argument 387 emit_imul_high(struct ac_llvm_context *ctx, LLVMValueRef src0, LLVMValueRef src1) emit_imul_high() argument 400 emit_bfm(struct ac_llvm_context *ctx, LLVMValueRef bits, LLVMValueRef offset) emit_bfm() argument 409 emit_bitfield_select(struct ac_llvm_context *ctx, LLVMValueRef mask, LLVMValueRef insert, LLVMValueRef base) emit_bitfield_select() argument 421 emit_pack_2x16(struct ac_llvm_context *ctx, LLVMValueRef src0, LLVMValueRef (*pack)(struct ac_llvm_context *ctx, LLVMValueRef args[2])) emit_pack_2x16() argument 434 emit_unpack_half_2x16(struct ac_llvm_context *ctx, LLVMValueRef src0) emit_unpack_half_2x16() argument 449 emit_ddxy(struct ac_nir_context *ctx, nir_op op, LLVMValueRef src0) emit_ddxy() argument 491 enter_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, LLVMValueRef value, bool divergent) enter_waterfall() argument 521 exit_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, LLVMValueRef value) exit_waterfall() argument 563 visit_alu(struct ac_nir_context *ctx, const nir_alu_instr *instr) visit_alu() argument 1374 visit_load_const(struct ac_nir_context *ctx, const nir_load_const_instr *instr) visit_load_const() argument 1409 get_buffer_size(struct ac_nir_context *ctx, LLVMValueRef descriptor, bool in_elements) get_buffer_size() argument 1445 lower_gather4_integer(struct ac_llvm_context *ctx, struct ac_image_args *args, const nir_tex_instr *instr) lower_gather4_integer() argument 1574 build_tex_intrinsic(struct ac_nir_context *ctx, const nir_tex_instr *instr, struct ac_image_args *args) build_tex_intrinsic() argument 1673 visit_load_push_constant(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_load_push_constant() argument 1768 visit_get_ssbo_size(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_get_ssbo_size() argument 1776 extract_vector_range(struct ac_llvm_context *ctx, LLVMValueRef src, unsigned start, unsigned count) extract_vector_range() argument 1798 get_cache_policy(struct ac_nir_context *ctx, enum gl_access_qualifier access, bool may_store_unaligned, bool writeonly_memory) get_cache_policy() argument 1822 enter_waterfall_ssbo(struct ac_nir_context *ctx, struct waterfall_context *wctx, const nir_intrinsic_instr *instr, nir_src src) enter_waterfall_ssbo() argument 1829 visit_store_ssbo(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_store_ssbo() argument 1927 emit_ssbo_comp_swap_64(struct ac_nir_context *ctx, LLVMValueRef descriptor, LLVMValueRef offset, LLVMValueRef compare, LLVMValueRef exchange, bool image) emit_ssbo_comp_swap_64() argument 1986 visit_atomic_ssbo(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_atomic_ssbo() argument 2083 visit_load_buffer(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_load_buffer() argument 2146 enter_waterfall_ubo(struct ac_nir_context *ctx, struct waterfall_context *wctx, const nir_intrinsic_instr *instr) enter_waterfall_ubo() argument 2153 get_global_address(struct ac_nir_context *ctx, nir_intrinsic_instr *instr, LLVMTypeRef type) get_global_address() argument 2179 visit_load_global(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_load_global() argument 2196 visit_store_global(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_store_global() argument 2220 visit_global_atomic(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_global_atomic() argument 2319 visit_load_ubo_buffer(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_load_ubo_buffer() argument 2368 visit_store_output(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_store_output() argument 2449 adjust_sample_index_using_fmask(struct ac_llvm_context *ctx, LLVMValueRef coord_x, LLVMValueRef coord_y, LLVMValueRef coord_z, LLVMValueRef sample_index, LLVMValueRef fmask_desc_ptr) adjust_sample_index_using_fmask() argument 2471 get_image_descriptor(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, LLVMValueRef dynamic_index, enum ac_descriptor_type desc_type, bool write) get_image_descriptor() argument 2483 get_image_coords(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, LLVMValueRef dynamic_desc_index, struct ac_image_args *args, enum glsl_sampler_dim dim, bool is_array) get_image_coords() argument 2567 enter_waterfall_image(struct ac_nir_context *ctx, struct waterfall_context *wctx, const nir_intrinsic_instr *instr) enter_waterfall_image() argument 2580 visit_image_load(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, bool bindless) visit_image_load() argument 2667 visit_image_store(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, bool bindless) visit_image_store() argument 2741 visit_image_atomic(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, bool bindless) visit_image_atomic() argument 2897 visit_image_samples(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_image_samples() argument 2920 visit_image_size(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, bool bindless) visit_image_size() argument 2965 emit_discard(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) emit_discard() argument 2981 emit_demote(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) emit_demote() argument 3031 visit_load_local_invocation_index(struct ac_nir_context *ctx) visit_load_local_invocation_index() argument 3059 visit_load_subgroup_id(struct ac_nir_context *ctx) visit_load_subgroup_id() argument 3073 visit_load_num_subgroups(struct ac_nir_context *ctx) visit_load_num_subgroups() argument 3085 visit_first_invocation(struct ac_nir_context *ctx) visit_first_invocation() argument 3098 visit_load_shared(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_load_shared() argument 3117 visit_store_shared(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_store_shared() argument 3139 visit_load_shared2_amd(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_load_shared2_amd() argument 3157 visit_store_shared2_amd(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr) visit_store_shared2_amd() argument 3171 visit_var_atomic(struct ac_nir_context *ctx, const nir_intrinsic_instr *instr, LLVMValueRef ptr, int src_idx) visit_var_atomic() argument 3276 load_sample_pos(struct ac_nir_context *ctx) load_sample_pos() argument 3289 lookup_interp_param(struct ac_nir_context *ctx, enum glsl_interp_mode interp, unsigned location) lookup_interp_param() argument 3317 barycentric_center(struct ac_nir_context *ctx, unsigned mode) barycentric_center() argument 3323 barycentric_offset(struct ac_nir_context *ctx, unsigned mode, LLVMValueRef offset) barycentric_offset() argument 3362 barycentric_centroid(struct ac_nir_context *ctx, unsigned mode) barycentric_centroid() argument 3368 barycentric_at_sample(struct ac_nir_context *ctx, unsigned mode, LLVMValueRef sample_id) barycentric_at_sample() argument 3389 barycentric_sample(struct ac_nir_context *ctx, unsigned mode) barycentric_sample() argument 3395 barycentric_model(struct ac_nir_context *ctx) barycentric_model() argument 3401 load_interpolated_input(struct ac_nir_context *ctx, LLVMValueRef interp_param, unsigned index, unsigned comp_start, unsigned num_components, unsigned bitsize, bool high_16bits) load_interpolated_input() argument 3437 visit_load(struct ac_nir_context *ctx, nir_intrinsic_instr *instr, bool is_output) visit_load() argument 3550 emit_load_frag_shading_rate(struct ac_nir_context *ctx) emit_load_frag_shading_rate() argument 3574 emit_load_frag_coord(struct ac_nir_context *ctx) emit_load_frag_coord() argument 3584 visit_intrinsic(struct ac_nir_context *ctx, nir_intrinsic_instr *instr) visit_intrinsic() argument 4365 get_bindless_index_from_uniform(struct ac_nir_context *ctx, unsigned base_index, unsigned constant_index, LLVMValueRef dynamic_index) get_bindless_index_from_uniform() argument 4394 get_sampler_desc_internal(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, const nir_instr *instr, bool image) get_sampler_desc_internal() argument 4479 get_sampler_desc_index(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, const nir_instr *instr, bool image) get_sampler_desc_index() argument 4486 get_sampler_desc(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, enum ac_descriptor_type desc_type, const nir_instr *instr, LLVMValueRef index, bool image, bool write) get_sampler_desc() argument 4507 sici_fix_sampler_aniso(struct ac_nir_context *ctx, LLVMValueRef res, LLVMValueRef samp) sici_fix_sampler_aniso() argument 4522 tex_fetch_ptrs(struct ac_nir_context *ctx, nir_tex_instr *instr, struct waterfall_context *wctx, LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr, LLVMValueRef *fmask_ptr) tex_fetch_ptrs() argument 4647 apply_round_slice(struct ac_llvm_context *ctx, LLVMValueRef coord) apply_round_slice() argument 4655 visit_tex(struct ac_nir_context *ctx, nir_tex_instr *instr) visit_tex() argument 5012 visit_phi(struct ac_nir_context *ctx, nir_phi_instr *instr) visit_phi() argument 5021 visit_post_phi(struct ac_nir_context *ctx, nir_phi_instr *instr, LLVMValueRef llvm_phi) visit_post_phi() argument 5031 phi_post_pass(struct ac_nir_context *ctx) phi_post_pass() argument 5056 visit_ssa_undef(struct ac_nir_context *ctx, const nir_ssa_undef_instr *instr) visit_ssa_undef() argument 5079 visit_jump(struct ac_llvm_context *ctx, const nir_jump_instr *instr) visit_jump() argument 5156 visit_deref(struct ac_nir_context *ctx, nir_deref_instr *instr) visit_deref() argument 5261 visit_block(struct ac_nir_context *ctx, nir_block *block) visit_block() argument 5314 visit_if(struct ac_nir_context *ctx, nir_if *if_stmt) visit_if() argument 5334 visit_loop(struct ac_nir_context *ctx, nir_loop *loop) visit_loop() argument 5345 visit_cf_list(struct ac_nir_context *ctx, struct exec_list *list) visit_cf_list() argument 5368 ac_handle_shader_output_decl(struct ac_llvm_context *ctx, struct ac_shader_abi *abi, struct nir_shader *nir, struct nir_variable *variable, gl_shader_stage stage) ac_handle_shader_output_decl() argument 5403 setup_scratch(struct ac_nir_context *ctx, struct nir_shader *shader) setup_scratch() argument 5412 setup_constant_data(struct ac_nir_context *ctx, struct nir_shader *shader) setup_constant_data() argument 5429 setup_shared(struct ac_nir_context *ctx, struct nir_shader *nir) setup_shared() argument 5444 setup_gds(struct ac_nir_context *ctx, nir_function_impl *impl) setup_gds() argument 5473 struct ac_nir_context ctx = {0}; ac_nir_translate() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hash.c | 59 void *ctx; member 92 const char *av_hash_get_name(const AVHashContext *ctx) in av_hash_get_name() argument 94 return hashdesc[ctx->type].name; in av_hash_get_name() 97 int av_hash_get_size(const AVHashContext *ctx) in av_hash_get_size() argument 99 return hashdesc[ctx->type].size; in av_hash_get_size() 102 int av_hash_alloc(AVHashContext **ctx, const char *name) in av_hash_alloc() argument 106 *ctx = NULL; in av_hash_alloc() 115 case MD5: res->ctx = av_md5_alloc(); break; in av_hash_alloc() 116 case MURMUR3: res->ctx = av_murmur3_alloc(); break; in av_hash_alloc() 120 case RIPEMD320: res->ctx in av_hash_alloc() 139 av_hash_init(AVHashContext *ctx) av_hash_init() argument 160 av_hash_update(AVHashContext *ctx, const uint8_t *src, size_t len) av_hash_update() argument 181 av_hash_final(AVHashContext *ctx, uint8_t *dst) av_hash_final() argument 202 av_hash_final_bin(struct AVHashContext *ctx, uint8_t *dst, int size) av_hash_final_bin() argument 213 av_hash_final_hex(struct AVHashContext *ctx, uint8_t *dst, int size) av_hash_final_hex() argument 223 av_hash_final_b64(struct AVHashContext *ctx, uint8_t *dst, int size) av_hash_final_b64() argument 236 av_hash_freep(AVHashContext **ctx) av_hash_freep() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/ |
H A D | anx7625.c | 46 static int i2c_access_workaround(struct anx7625_data *ctx, in i2c_access_workaround() argument 53 if (client == ctx->last_client) in i2c_access_workaround() 56 ctx->last_client = client; in i2c_access_workaround() 58 if (client == ctx->i2c.tcpc_client) in i2c_access_workaround() 60 else if (client == ctx->i2c.tx_p0_client) in i2c_access_workaround() 62 else if (client == ctx->i2c.tx_p1_client) in i2c_access_workaround() 64 else if (client == ctx->i2c.rx_p0_client) in i2c_access_workaround() 66 else if (client == ctx->i2c.rx_p1_client) in i2c_access_workaround() 80 static int anx7625_reg_read(struct anx7625_data *ctx, in anx7625_reg_read() argument 86 i2c_access_workaround(ctx, clien in anx7625_reg_read() 96 anx7625_reg_block_read(struct anx7625_data *ctx, struct i2c_client *client, u8 reg_addr, u8 len, u8 *buf) anx7625_reg_block_read() argument 113 anx7625_reg_write(struct anx7625_data *ctx, struct i2c_client *client, u8 reg_addr, u8 reg_val) anx7625_reg_write() argument 131 anx7625_reg_block_write(struct anx7625_data *ctx, struct i2c_client *client, u8 reg_addr, u8 len, u8 *buf) anx7625_reg_block_write() argument 148 anx7625_write_or(struct anx7625_data *ctx, struct i2c_client *client, u8 offset, u8 mask) anx7625_write_or() argument 161 anx7625_write_and(struct anx7625_data *ctx, struct i2c_client *client, u8 offset, u8 mask) anx7625_write_and() argument 174 anx7625_write_and_or(struct anx7625_data *ctx, struct i2c_client *client, u8 offset, u8 and_mask, u8 or_mask) anx7625_write_and_or() argument 188 anx7625_config_bit_matrix(struct anx7625_data *ctx) anx7625_config_bit_matrix() argument 202 anx7625_read_ctrl_status_p0(struct anx7625_data *ctx) anx7625_read_ctrl_status_p0() argument 207 wait_aux_op_finish(struct anx7625_data *ctx) wait_aux_op_finish() argument 233 anx7625_aux_trans(struct anx7625_data *ctx, u8 op, u32 address, u8 len, u8 *buf) anx7625_aux_trans() argument 303 anx7625_video_mute_control(struct anx7625_data *ctx, u8 status) anx7625_video_mute_control() argument 425 anx7625_odfc_config(struct anx7625_data *ctx, u8 post_divider) anx7625_odfc_config() argument 465 anx7625_set_k_value(struct anx7625_data *ctx) anx7625_set_k_value() argument 477 anx7625_dsi_video_timing_config(struct anx7625_data *ctx) anx7625_dsi_video_timing_config() argument 574 anx7625_swap_dsi_lane3(struct anx7625_data *ctx) anx7625_swap_dsi_lane3() argument 590 anx7625_api_dsi_config(struct anx7625_data *ctx) anx7625_api_dsi_config() argument 657 anx7625_dsi_config(struct anx7625_data *ctx) anx7625_dsi_config() argument 689 anx7625_api_dpi_config(struct anx7625_data *ctx) anx7625_api_dpi_config() argument 720 anx7625_dpi_config(struct anx7625_data *ctx) anx7625_dpi_config() argument 759 anx7625_read_flash_status(struct anx7625_data *ctx) anx7625_read_flash_status() argument 764 anx7625_hdcp_key_probe(struct anx7625_data *ctx) anx7625_hdcp_key_probe() argument 814 anx7625_hdcp_key_load(struct anx7625_data *ctx) anx7625_hdcp_key_load() argument 842 anx7625_hdcp_disable(struct anx7625_data *ctx) anx7625_hdcp_disable() argument 862 anx7625_hdcp_enable(struct anx7625_data *ctx) anx7625_hdcp_enable() argument 921 anx7625_dp_start(struct anx7625_data *ctx) anx7625_dp_start() argument 955 anx7625_dp_stop(struct anx7625_data *ctx) anx7625_dp_stop() argument 984 sp_tx_rst_aux(struct anx7625_data *ctx) sp_tx_rst_aux() argument 995 sp_tx_aux_wr(struct anx7625_data *ctx, u8 offset) sp_tx_aux_wr() argument 1008 sp_tx_aux_rd(struct anx7625_data *ctx, u8 len_cmd) sp_tx_aux_rd() argument 1019 sp_tx_get_edid_block(struct anx7625_data *ctx) sp_tx_get_edid_block() argument 1040 edid_read(struct anx7625_data *ctx, u8 offset, u8 *pblock_buf) edid_read() argument 1070 segments_edid_read(struct anx7625_data *ctx, u8 segment, u8 *buf, u8 offset) segments_edid_read() argument 1120 sp_tx_edid_read(struct anx7625_data *ctx, u8 *pedid_blocks_buf) sp_tx_edid_read() argument 1235 anx7625_power_on(struct anx7625_data *ctx) anx7625_power_on() argument 1271 anx7625_power_standby(struct anx7625_data *ctx) anx7625_power_standby() argument 1295 anx7625_config(struct anx7625_data *ctx) anx7625_config() argument 1301 anx7625_hpd_timer_config(struct anx7625_data *ctx) anx7625_hpd_timer_config() argument 1318 anx7625_read_hpd_gpio_config_status(struct anx7625_data *ctx) anx7625_read_hpd_gpio_config_status() argument 1323 anx7625_disable_pd_protocol(struct anx7625_data *ctx) anx7625_disable_pd_protocol() argument 1355 anx7625_ocm_loading_check(struct anx7625_data *ctx) anx7625_ocm_loading_check() argument 1385 anx7625_power_on_init(struct anx7625_data *ctx) anx7625_power_on_init() argument 1435 anx7625_stop_dp_work(struct anx7625_data *ctx) anx7625_stop_dp_work() argument 1441 anx7625_start_dp_work(struct anx7625_data *ctx) anx7625_start_dp_work() argument 1473 anx7625_read_hpd_status_p0(struct anx7625_data *ctx) anx7625_read_hpd_status_p0() argument 1478 _anx7625_hpd_polling(struct anx7625_data *ctx, unsigned long wait_us) _anx7625_hpd_polling() argument 1515 struct anx7625_data *ctx = container_of(aux, struct anx7625_data, aux); anx7625_wait_hpd_asserted() local 1527 anx7625_remove_edid(struct anx7625_data *ctx) anx7625_remove_edid() argument 1532 anx7625_dp_adjust_swing(struct anx7625_data *ctx) anx7625_dp_adjust_swing() argument 1547 dp_hpd_change_handler(struct anx7625_data *ctx, bool on) dp_hpd_change_handler() argument 1566 anx7625_hpd_change_detect(struct anx7625_data *ctx) anx7625_hpd_change_detect() argument 1612 struct anx7625_data *ctx = container_of(work, anx7625_work_func() local 1635 struct anx7625_data *ctx = (struct anx7625_data *)data; anx7625_intr_hpd_isr() local 1760 struct anx7625_data *ctx = container_of(aux, struct anx7625_data, aux); anx7625_aux_transfer() local 1787 anx7625_get_edid(struct anx7625_data *ctx) anx7625_get_edid() argument 1823 anx7625_sink_detect(struct anx7625_data *ctx) anx7625_sink_detect() argument 1840 struct anx7625_data *ctx = dev_get_drvdata(dev); anx7625_audio_hw_params() local 1985 anx7625_audio_update_connector_status(struct anx7625_data *ctx, enum drm_connector_status status) anx7625_audio_update_connector_status() argument 1998 struct anx7625_data *ctx = data; anx7625_audio_hook_plugged_cb() local 2010 struct anx7625_data *ctx = dev_get_drvdata(dev); anx7625_audio_get_eld() local 2032 anx7625_unregister_audio(struct anx7625_data *ctx) anx7625_unregister_audio() argument 2044 anx7625_register_audio(struct device *dev, struct anx7625_data *ctx) anx7625_register_audio() argument 2067 anx7625_setup_dsi_device(struct anx7625_data *ctx) anx7625_setup_dsi_device() argument 2102 anx7625_attach_dsi(struct anx7625_data *ctx) anx7625_attach_dsi() argument 2124 struct anx7625_data *ctx; hdcp_check_work_func() local 2154 anx7625_connector_atomic_check(struct anx7625_data *ctx, struct drm_connector_state *state) anx7625_connector_atomic_check() argument 2200 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_attach() local 2235 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_detach() local 2245 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_mode_valid() local 2266 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_mode_set() local 2312 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_mode_fixup() local 2430 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_atomic_check() local 2444 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_atomic_enable() local 2471 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_atomic_disable() local 2487 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_detect() local 2498 struct anx7625_data *ctx = bridge_to_anx7625(bridge); anx7625_bridge_get_edid() local 2521 anx7625_register_i2c_dummy_clients(struct anx7625_data *ctx, struct i2c_client *client) anx7625_register_i2c_dummy_clients() argument 2566 struct anx7625_data *ctx = dev_get_drvdata(dev); anx7625_runtime_pm_suspend() local 2580 struct anx7625_data *ctx = dev_get_drvdata(dev); anx7625_runtime_pm_resume() local [all...] |