/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
D | delta-mjpeg-dec.c | 171 static bool delta_mjpeg_check_status(struct delta_ctx *pctx, in delta_mjpeg_check_status() 203 static int delta_mjpeg_ipc_open(struct delta_ctx *pctx) in delta_mjpeg_ipc_open() 242 static int delta_mjpeg_ipc_decode(struct delta_ctx *pctx, struct delta_au *au) in delta_mjpeg_ipc_decode() 323 static int delta_mjpeg_open(struct delta_ctx *pctx) in delta_mjpeg_open() 335 static int delta_mjpeg_close(struct delta_ctx *pctx) in delta_mjpeg_close() 349 static int delta_mjpeg_get_streaminfo(struct delta_ctx *pctx, in delta_mjpeg_get_streaminfo() 372 static int delta_mjpeg_decode(struct delta_ctx *pctx, struct delta_au *pau) in delta_mjpeg_decode() 429 static int delta_mjpeg_get_frame(struct delta_ctx *pctx, in delta_mjpeg_get_frame()
|
D | delta-mjpeg-hdr.c | 40 static int delta_mjpeg_read_sof(struct delta_ctx *pctx, in delta_mjpeg_read_sof() 83 int delta_mjpeg_read_header(struct delta_ctx *pctx, in delta_mjpeg_read_header()
|
D | delta-ipc.c | 110 int delta_ipc_open(struct delta_ctx *pctx, const char *name, in delta_ipc_open() 232 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_set_stream() local 323 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_decode() local 436 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_close() local
|
D | delta-v4l2.c | 1213 int delta_recycle_default(struct delta_ctx *pctx, in delta_recycle_default()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | gtp.c | 153 static bool gtp_check_ms_ipv4(struct sk_buff *skb, struct pdp_ctx *pctx, in gtp_check_ms_ipv4() 172 static bool gtp_check_ms(struct sk_buff *skb, struct pdp_ctx *pctx, in gtp_check_ms() 182 static int gtp_rx(struct pdp_ctx *pctx, struct sk_buff *skb, in gtp_rx() 217 struct pdp_ctx *pctx; in gtp0_udp_encap_recv() local 244 struct pdp_ctx *pctx; in gtp1u_udp_encap_recv() local 398 static inline void gtp0_push_header(struct sk_buff *skb, struct pdp_ctx *pctx) in gtp0_push_header() 415 static inline void gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx) in gtp1_push_header() 443 struct pdp_ctx *pctx; member 464 struct pdp_ctx *pctx, struct rtable *rt, in gtp_set_pktinfo_ipv4() 480 struct pdp_ctx *pctx; in gtp_build_skb_ip4() local [all …]
|
/kernel/linux/linux-5.10/crypto/ |
D | algif_rng.c | 204 struct rng_parent_ctx *pctx; in rng_bind() local 223 struct rng_parent_ctx *pctx = private; in rng_release() local 245 struct rng_parent_ctx *pctx = private; in rng_accept_parent() local 279 struct rng_parent_ctx *pctx = private; in rng_setkey() local 290 struct rng_parent_ctx *pctx = private; in rng_setentropy() local
|
D | gcm.c | 154 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in crypto_gcm_init_common() local 182 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in crypto_gcm_init_crypt() local 207 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_update() local 225 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_len() local 243 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_len_continue() local 288 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_crypt_continue() local 318 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_assoc_remain_continue() local 400 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash() local 413 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_enc_copy_hash() local 426 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_encrypt_continue() local [all …]
|
D | ccm.c | 170 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_auth() local 230 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_encrypt_done() local 251 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_init_crypt() local 288 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_encrypt() local 326 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_decrypt_done() local 348 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_decrypt() local
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | super.c | 241 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_source() local 287 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mount_param() local 1057 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_get_tree() local 1134 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_free_fc() local 1145 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_reconfigure_fc() local 1170 struct ceph_parse_opts_ctx *pctx; in ceph_init_fs_context() local
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/ |
D | hva-h264.c | 415 static int hva_h264_fill_slice_header(struct hva_ctx *pctx, in hva_h264_fill_slice_header() 486 static int hva_h264_fill_data_nal(struct hva_ctx *pctx, in hva_h264_fill_data_nal() 519 static int hva_h264_fill_sei_nal(struct hva_ctx *pctx, in hva_h264_fill_sei_nal() 585 static int hva_h264_prepare_task(struct hva_ctx *pctx, in hva_h264_prepare_task() 887 static int hva_h264_open(struct hva_ctx *pctx) in hva_h264_open() 983 static int hva_h264_close(struct hva_ctx *pctx) in hva_h264_close() 1005 static int hva_h264_encode(struct hva_ctx *pctx, struct hva_frame *frame, in hva_h264_encode()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_rc6_types.h | 23 struct drm_i915_gem_object *pctx; member
|
D | intel_rc6.c | 296 struct drm_i915_gem_object *pctx; in vlv_rc6_init() local 655 struct drm_i915_gem_object *pctx; in intel_rc6_fini() local
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_lookup.c | 172 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_lookup_validate_setelem() local
|
D | nft_immediate.c | 169 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_immediate_validate() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | stat-shadow.c | 788 struct expr_parse_ctx *pctx, in prepare_metric() 857 struct expr_parse_ctx pctx; in generic_metric() local 908 struct expr_parse_ctx pctx; in test_generic_metric() local
|
D | metricgroup.c | 121 struct expr_parse_ctx pctx; member 184 struct expr_parse_ctx *pctx, in find_evsel_group()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ftm-responder.c | 391 struct ieee80211_chanctx_conf ctx, *pctx; in iwl_mvm_ftm_start_responder() local
|
/kernel/linux/linux-5.10/drivers/block/ |
D | rbd.c | 6333 struct rbd_parse_opts_ctx *pctx) in rbd_parse_param() 6429 static int rbd_parse_options(char *options, struct rbd_parse_opts_ctx *pctx) in rbd_parse_options() 6518 struct rbd_parse_opts_ctx pctx = { 0 }; in rbd_add_parse_args() local
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | smb2pdu.c | 654 struct smb2_neg_context *pctx; in smb311_decode_neg_context() local
|