Searched refs:pctx (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-dec.c171 static bool delta_mjpeg_check_status(struct delta_ctx *pctx, argument
174 struct delta_dev *delta = pctx->dev;
183 pctx->name, pctx->decoded_frames,
185 pctx->stream_errors++;
189 pctx->name, pctx->decoded_frames,
191 pctx->decode_errors++;
197 "%s firmware: decoding time(us)=%d\n", pctx->name,
203 static int delta_mjpeg_ipc_open(struct delta_ctx *pctx) argument
242 delta_mjpeg_ipc_decode(struct delta_ctx *pctx, struct delta_au *au) argument
323 delta_mjpeg_open(struct delta_ctx *pctx) argument
335 delta_mjpeg_close(struct delta_ctx *pctx) argument
349 delta_mjpeg_get_streaminfo(struct delta_ctx *pctx, struct delta_streaminfo *streaminfo) argument
372 delta_mjpeg_decode(struct delta_ctx *pctx, struct delta_au *pau) argument
429 delta_mjpeg_get_frame(struct delta_ctx *pctx, struct delta_frame **frame) argument
[all...]
H A Ddelta-mjpeg-hdr.c40 static int delta_mjpeg_read_sof(struct delta_ctx *pctx, argument
44 struct delta_dev *delta = pctx->dev;
65 pctx->name, header->nb_of_components,
79 pctx->name, size);
83 int delta_mjpeg_read_header(struct delta_ctx *pctx, argument
88 struct delta_dev *delta = pctx->dev;
112 pctx->name);
116 ret = delta_mjpeg_read_sof(pctx,
136 "%s found header @ offset %d:\n%s", pctx->name,
144 pctx
[all...]
H A Ddelta-ipc.c110 int delta_ipc_open(struct delta_ctx *pctx, const char *name, argument
114 struct delta_dev *delta = pctx->dev;
116 struct delta_ipc_ctx *ctx = &pctx->ipc_ctx;
124 pctx->name);
125 pctx->sys_errors++;
132 pctx->name);
139 pctx->name);
146 pctx->name);
153 pctx->name,
166 ret = hw_alloc(pctx, ipc_buf_siz
231 struct delta_ctx *pctx = to_pctx(ctx); local
322 struct delta_ctx *pctx = to_pctx(ctx); local
435 struct delta_ctx *pctx = to_pctx(ctx); local
[all...]
H A Ddelta-mjpeg.h30 int delta_mjpeg_read_header(struct delta_ctx *pctx,
H A Ddelta.h557 int delta_recycle_default(struct delta_ctx *pctx,
H A Ddelta-v4l2.c1210 int delta_recycle_default(struct delta_ctx *pctx, argument
/linux-master/drivers/net/
H A Dgtp.c106 static void pdp_context_delete(struct pdp_ctx *pctx);
173 static bool gtp_check_ms_ipv4(struct sk_buff *skb, struct pdp_ctx *pctx, argument
184 return iph->daddr == pctx->ms_addr_ip4.s_addr;
186 return iph->saddr == pctx->ms_addr_ip4.s_addr;
192 static bool gtp_check_ms(struct sk_buff *skb, struct pdp_ctx *pctx, argument
197 return gtp_check_ms_ipv4(skb, pctx, hdrlen, role);
202 static int gtp_rx(struct pdp_ctx *pctx, struct sk_buff *skb, argument
205 if (!gtp_check_ms(skb, pctx, hdrlen, role)) {
206 netdev_dbg(pctx->dev, "No PDP ctx for this MS\n");
212 !net_eq(sock_net(pctx
413 struct pdp_ctx *pctx; local
575 struct pdp_ctx *pctx; local
721 gtp0_push_header(struct sk_buff *skb, struct pdp_ctx *pctx) argument
738 gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx) argument
766 struct pdp_ctx *pctx; member in struct:gtp_pktinfo
785 gtp_set_pktinfo_ipv4(struct gtp_pktinfo *pktinfo, struct sock *sk, struct iphdr *iph, struct pdp_ctx *pctx, struct rtable *rt, struct flowi4 *fl4, struct net_device *dev) argument
803 struct pdp_ctx *pctx; local
1101 struct pdp_ctx *pctx; local
1298 ipv4_pdp_fill(struct pdp_ctx *pctx, struct genl_info *info) argument
1328 struct pdp_ctx *pctx, *pctx_tid = NULL; local
1420 struct pdp_ctx *pctx = container_of(head, struct pdp_ctx, rcu_head); local
1426 pdp_context_delete(struct pdp_ctx *pctx) argument
1438 struct pdp_ctx *pctx; local
1527 struct pdp_ctx *pctx; local
1542 struct pdp_ctx *pctx; local
1571 gtp_genl_fill_info(struct sk_buff *skb, u32 snd_portid, u32 snd_seq, int flags, u32 type, struct pdp_ctx *pctx) argument
1608 gtp_tunnel_notify(struct pdp_ctx *pctx, u8 cmd, gfp_t allocation) argument
1630 struct pdp_ctx *pctx = NULL; local
1672 struct pdp_ctx *pctx; local
[all...]
/linux-master/crypto/
H A Dalgif_rng.c202 struct rng_parent_ctx *pctx; local
205 pctx = kzalloc(sizeof(*pctx), GFP_KERNEL);
206 if (!pctx)
211 kfree(pctx);
215 pctx->drng = rng;
216 return pctx;
221 struct rng_parent_ctx *pctx = private; local
223 if (unlikely(!pctx))
225 crypto_free_rng(pctx
243 struct rng_parent_ctx *pctx = private; local
277 struct rng_parent_ctx *pctx = private; local
288 struct rng_parent_ctx *pctx = private; local
[all...]
H A Dgcm.c154 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
158 memset(pctx->auth_tag, 0, sizeof(pctx->auth_tag));
159 memcpy(pctx->iv, req->iv, GCM_AES_IV_SIZE);
160 memcpy(pctx->iv + GCM_AES_IV_SIZE, &counter, 4);
162 sg_init_table(pctx->src, 3);
163 sg_set_buf(pctx->src, pctx->auth_tag, sizeof(pctx->auth_tag));
164 sg = scatterwalk_ffwd(pctx
182 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
207 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
225 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
243 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
287 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
317 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
398 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
411 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
424 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
451 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
465 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
490 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
502 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); local
[all...]
H A Dccm.c172 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); local
175 struct ahash_request *ahreq = &pctx->ahreq;
178 u8 *odata = pctx->odata;
179 u8 *idata = pctx->idata;
201 ahash_request_set_callback(ahreq, pctx->flags, NULL, NULL);
232 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); local
233 u8 *odata = pctx->odata;
253 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); local
262 pctx->flags = aead_request_flags(req);
269 sg_init_table(pctx
290 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); local
327 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); local
349 struct crypto_ccm_req_priv_ctx *pctx = crypto_ccm_reqctx(req); local
[all...]
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-h264.c415 static int hva_h264_fill_slice_header(struct hva_ctx *pctx, argument
429 struct device *dev = ctx_to_dev(pctx);
484 pctx->name, __func__, frame_order, idr_pic_id, *header_size);
488 static int hva_h264_fill_data_nal(struct hva_ctx *pctx, argument
492 struct device *dev = ctx_to_dev(pctx);
495 dev_dbg(dev, "%s %s stuffing bytes %d\n", pctx->name, __func__,
500 pctx->name, __func__, stuffing_bytes);
521 static int hva_h264_fill_sei_nal(struct hva_ctx *pctx, argument
525 struct device *dev = ctx_to_dev(pctx);
582 pctx
587 hva_h264_prepare_task(struct hva_ctx *pctx, struct hva_h264_task *task, struct hva_frame *frame, struct hva_stream *stream) argument
889 hva_h264_open(struct hva_ctx *pctx) argument
985 hva_h264_close(struct hva_ctx *pctx) argument
1007 hva_h264_encode(struct hva_ctx *pctx, struct hva_frame *frame, struct hva_stream *stream) argument
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rc6_types.h34 struct drm_i915_gem_object *pctx; member in struct:intel_rc6
H A Dintel_rc6.c317 struct drm_i915_gem_object *pctx; local
328 pctx = i915_gem_object_create_region_at(i915->mm.stolen_region,
332 if (IS_ERR(pctx))
333 return PTR_ERR(pctx);
348 pctx = i915_gem_object_create_stolen(i915, pctx_size);
349 if (IS_ERR(pctx)) {
352 return PTR_ERR(pctx);
357 pctx->stolen->start,
359 pctx_paddr = i915->dsm.stolen.start + pctx->stolen->start;
363 rc6->pctx
733 struct drm_i915_gem_object *pctx; local
[all...]
/linux-master/tools/perf/util/
H A Dstat-shadow.c360 struct expr_parse_ctx *pctx,
449 expr__add_id_val_source_count(pctx, n, val, source_count);
453 int ret = expr__add_ref(pctx, &metric_refs[j]);
475 struct expr_parse_ctx *pctx; local
481 pctx = expr__ctx_new();
482 if (!pctx)
486 pctx->sctx.user_requested_cpu_list = strdup(config->user_requested_cpu_list);
487 pctx->sctx.runtime = runtime;
488 pctx->sctx.system_wide = config->system_wide;
489 i = prepare_metric(mexp, evsel, pctx, aggr_id
358 prepare_metric(const struct metric_expr *mexp, const struct evsel *evsel, struct expr_parse_ctx *pctx, int aggr_idx) argument
543 struct expr_parse_ctx *pctx; local
[all...]
H A Dmetricgroup.c128 struct expr_parse_ctx *pctx; member in struct:metric
205 expr__ctx_free(m->pctx);
224 m->pctx = expr__ctx_new();
225 if (!m->pctx)
240 m->pctx->sctx.user_requested_cpu_list = NULL;
242 m->pctx->sctx.user_requested_cpu_list = strdup(user_requested_cpu_list);
243 if (!m->pctx->sctx.user_requested_cpu_list)
246 m->pctx->sctx.runtime = runtime;
247 m->pctx->sctx.system_wide = system_wide;
867 hashmap__for_each_entry(root_metric->pctx
[all...]
/linux-master/fs/ceph/
H A Dsuper.c266 struct ceph_parse_opts_ctx *pctx = fc->fs_private; local
267 struct ceph_mount_options *fsopt = pctx->opts;
273 pctx->copts, fc->log.log, ',');
286 struct ceph_parse_opts_ctx *pctx = fc->fs_private; local
287 struct ceph_mount_options *fsopt = pctx->opts;
342 struct ceph_parse_opts_ctx *pctx = fc->fs_private; local
343 struct ceph_mount_options *fsopt = pctx->opts;
394 struct ceph_parse_opts_ctx *pctx = fc->fs_private; local
395 struct ceph_mount_options *fsopt = pctx->opts;
402 pctx
408 struct ceph_parse_opts_ctx *pctx = fc->fs_private; local
1292 struct ceph_parse_opts_ctx *pctx = fc->fs_private; local
1373 struct ceph_parse_opts_ctx *pctx = fc->fs_private; local
1385 struct ceph_parse_opts_ctx *pctx = fc->fs_private; local
1428 struct ceph_parse_opts_ctx *pctx; local
[all...]
/linux-master/net/netfilter/
H A Dnft_immediate.c251 struct nft_ctx *pctx = (struct nft_ctx *)ctx; local
263 pctx->level++;
267 pctx->level--;
H A Dnf_tables_api.c3886 struct nft_ctx *pctx = (struct nft_ctx *)ctx; local
3901 pctx->level++;
3905 pctx->level--;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c413 struct ieee80211_chanctx_conf ctx, *pctx; local
432 pctx = rcu_dereference(bss_conf->chanctx_conf);
436 ctx = *pctx;
437 phy_ctxt_id = (u16 *)pctx->drv_priv;
/linux-master/drivers/block/
H A Drbd.c6259 struct rbd_parse_opts_ctx *pctx)
6261 struct rbd_options *opt = pctx->opts;
6266 ret = ceph_parse_param(param, pctx->copts, NULL);
6299 kfree(pctx->spec->pool_ns);
6300 pctx->spec->pool_ns = param->string;
6355 static int rbd_parse_options(char *options, struct rbd_parse_opts_ctx *pctx) argument
6383 ret = rbd_parse_param(&param, pctx);
6444 struct rbd_parse_opts_ctx pctx = { 0 }; local
6467 pctx.spec = rbd_spec_alloc();
6468 if (!pctx
6258 rbd_parse_param(struct fs_parameter *param, struct rbd_parse_opts_ctx *pctx) argument
[all...]
/linux-master/fs/smb/client/
H A Dsmb2pdu.c911 struct smb2_neg_context *pctx; local
931 pctx = (struct smb2_neg_context *)(offset + (char *)rsp);
933 + le16_to_cpu(pctx->DataLength);
944 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES)
946 (struct smb2_preauth_neg_context *)pctx);
947 else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES)
949 (struct smb2_encryption_neg_context *)pctx);
950 else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES)
952 (struct smb2_compression_capabilities_context *)pctx);
953 else if (pctx
[all...]
/linux-master/fs/smb/server/
H A Dsmb2pdu.c991 struct smb2_neg_context *pctx = (struct smb2_neg_context *)req; local
1011 pctx = (struct smb2_neg_context *)((char *)pctx + offset);
1012 clen = le16_to_cpu(pctx->DataLength);
1018 if (pctx->ContextType == SMB2_PREAUTH_INTEGRITY_CAPABILITIES) {
1025 (struct smb2_preauth_neg_context *)pctx,
1029 } else if (pctx->ContextType == SMB2_ENCRYPTION_CAPABILITIES) {
1036 (struct smb2_encryption_neg_context *)pctx,
1038 } else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) {
1045 (struct smb2_compression_capabilities_context *)pctx);
[all...]

Completed in 377 milliseconds