/Linux-v5.4/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 | 1211 int delta_recycle_default(struct delta_ctx *pctx, in delta_recycle_default()
|
/Linux-v5.4/drivers/net/ |
D | gtp.c | 154 static bool gtp_check_ms_ipv4(struct sk_buff *skb, struct pdp_ctx *pctx, in gtp_check_ms_ipv4() 173 static bool gtp_check_ms(struct sk_buff *skb, struct pdp_ctx *pctx, in gtp_check_ms() 183 static int gtp_rx(struct pdp_ctx *pctx, struct sk_buff *skb, in gtp_rx() 224 struct pdp_ctx *pctx; in gtp0_udp_encap_recv() local 251 struct pdp_ctx *pctx; in gtp1u_udp_encap_recv() local 405 static inline void gtp0_push_header(struct sk_buff *skb, struct pdp_ctx *pctx) in gtp0_push_header() 422 static inline void gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx) in gtp1_push_header() 450 struct pdp_ctx *pctx; member 471 struct pdp_ctx *pctx, struct rtable *rt, in gtp_set_pktinfo_ipv4() 487 struct pdp_ctx *pctx; in gtp_build_skb_ip4() local [all …]
|
/Linux-v5.4/crypto/ |
D | gcm.c | 160 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in crypto_gcm_init_common() local 188 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in crypto_gcm_init_crypt() local 213 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_update() local 231 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_len() local 249 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_len_continue() local 294 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_crypt_continue() local 324 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_assoc_remain_continue() local 406 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash() local 419 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_enc_copy_hash() local 432 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_encrypt_continue() local [all …]
|
D | ccm.c | 179 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_auth() local 239 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_encrypt_done() local 260 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_init_crypt() local 297 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_encrypt() local 335 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_decrypt_done() local 357 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); in crypto_ccm_decrypt() local
|
/Linux-v5.4/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()
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ftm-responder.c | 159 struct ieee80211_chanctx_conf ctx, *pctx; in iwl_mvm_ftm_start_responder() local
|
/Linux-v5.4/net/netfilter/ |
D | nft_immediate.c | 103 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_immediate_validate() local
|
D | nft_lookup.c | 169 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_lookup_validate_setelem() local
|
/Linux-v5.4/tools/perf/util/ |
D | stat-shadow.c | 734 struct parse_ctx pctx; in generic_metric() local
|
/Linux-v5.4/drivers/block/ |
D | rbd.c | 881 struct parse_rbd_opts_ctx *pctx = private; in parse_rbd_opts_token() local 6510 struct parse_rbd_opts_ctx pctx = { 0 }; in rbd_add_parse_args() local
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | intel_pm.c | 7709 struct drm_i915_gem_object *pctx; in valleyview_setup_pctx() local 7757 struct drm_i915_gem_object *pctx; in valleyview_cleanup_pctx() local
|
/Linux-v5.4/fs/cifs/ |
D | smb2pdu.c | 655 struct smb2_neg_context *pctx; in smb311_decode_neg_context() local
|