Home
last modified time | relevance | path

Searched refs:_ctx (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/crypto/asymmetric_keys/
Dmscode_parser.c20 int mscode_parse(void *_ctx, const void *content_data, size_t data_len, in mscode_parse() argument
23 struct pefile_context *ctx = _ctx; in mscode_parse()
Dverify_pefile.h36 extern int mscode_parse(void *_ctx, const void *content_data, size_t data_len,
/linux-5.19.10/drivers/scsi/cxlflash/
Dsuperpipe.h82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
/linux-5.19.10/drivers/clk/samsung/
Dclk-exynos5-subcmu.c58 void exynos5_subcmus_init(struct samsung_clk_provider *_ctx, int _nr_cmus, in exynos5_subcmus_init() argument
61 ctx = _ctx; in exynos5_subcmus_init()
/linux-5.19.10/include/linux/
Dfilter.h1424 struct bpf_sk_lookup_kern *_ctx = &(ctx); \
1436 _ctx->selected_sk = _selected_sk; \
1437 _ctx->no_reuseport = _no_reuseport; \
1439 _ret = func(_prog, _ctx); \
1440 if (_ret == SK_PASS && _ctx->selected_sk) { \
1442 _selected_sk = _ctx->selected_sk; \
1443 _no_reuseport = _ctx->no_reuseport; \
1449 _ctx->selected_sk = _selected_sk; \
1450 _ctx->no_reuseport = _no_reuseport; \
/linux-5.19.10/drivers/staging/media/imx/
Dimx-media-csc-scaler.c82 static void job_abort(void *_ctx) in job_abort() argument
84 struct ipu_csc_scaler_ctx *ctx = _ctx; in job_abort()
90 static void ipu_ic_pp_complete(struct ipu_image_convert_run *run, void *_ctx) in ipu_ic_pp_complete() argument
92 struct ipu_csc_scaler_ctx *ctx = _ctx; in ipu_ic_pp_complete()
113 static void device_run(void *_ctx) in device_run() argument
115 struct ipu_csc_scaler_ctx *ctx = _ctx; in device_run()
/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c193 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument
194 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \
195 ++(_i), ++(_ctx))
/linux-5.19.10/drivers/infiniband/hw/mlx4/
Dsysfs.c164 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry() argument
177 vdentry->ctx = _ctx; in create_sysfs_entry()
/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dath9k.h445 #define ath_for_each_chanctx(_sc, _ctx) \ argument
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den.h1093 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
/linux-5.19.10/drivers/net/dsa/mv88e6xxx/
Dchip.c2413 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan() argument
2415 struct mv88e6xxx_port_broadcast_sync_ctx *ctx = _ctx; in mv88e6xxx_port_broadcast_sync_vlan()