Searched refs:_ctx (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/crypto/asymmetric_keys/ |
| D | mscode_parser.c | 20 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()
|
| D | verify_pefile.h | 36 extern int mscode_parse(void *_ctx, const void *content_data, size_t data_len,
|
| /Linux-v5.10/drivers/scsi/cxlflash/ |
| D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
| /Linux-v5.10/drivers/clk/samsung/ |
| D | clk-exynos5-subcmu.c | 58 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-v5.10/include/linux/ |
| D | filter.h | 1338 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1350 _ctx->selected_sk = _selected_sk; \ 1351 _ctx->no_reuseport = _no_reuseport; \ 1353 _ret = func(_prog, _ctx); \ 1354 if (_ret == SK_PASS && _ctx->selected_sk) { \ 1356 _selected_sk = _ctx->selected_sk; \ 1357 _no_reuseport = _ctx->no_reuseport; \ 1363 _ctx->selected_sk = _selected_sk; \ 1364 _ctx->no_reuseport = _no_reuseport; \
|
| /Linux-v5.10/drivers/staging/media/imx/ |
| D | imx-media-csc-scaler.c | 82 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-v5.10/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_cmdbuf.c | 192 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument 193 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \ 194 ++(_i), ++(_ctx))
|
| /Linux-v5.10/drivers/infiniband/hw/mlx4/ |
| D | sysfs.c | 162 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry() argument 175 vdentry->ctx = _ctx; in create_sysfs_entry()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en.h | 943 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
|
| /Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
| D | ath9k.h | 444 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|