Searched refs:_ctx (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.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-5.19.10/drivers/scsi/cxlflash/ |
D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
/linux-5.19.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-5.19.10/include/linux/ |
D | filter.h | 1424 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/ |
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-5.19.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf.c | 193 #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/ |
D | sysfs.c | 164 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/ |
D | ath9k.h | 445 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 1093 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
|
/linux-5.19.10/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 2413 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan() argument 2415 struct mv88e6xxx_port_broadcast_sync_ctx *ctx = _ctx; in mv88e6xxx_port_broadcast_sync_vlan()
|