Searched refs:_ctx (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.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,
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | filter.h | 1354 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1366 _ctx->selected_sk = _selected_sk; \ 1367 _ctx->no_reuseport = _no_reuseport; \ 1369 _ret = func(_prog, _ctx); \ 1370 if (_ret == SK_PASS && _ctx->selected_sk) { \ 1372 _selected_sk = _ctx->selected_sk; \ 1373 _no_reuseport = _ctx->no_reuseport; \ 1379 _ctx->selected_sk = _selected_sk; \ 1380 _ctx->no_reuseport = _no_reuseport; \
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.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))
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 445 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 941 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 20024 +static bool check_channel_device(void *_ctx, u32 channel) 20026 + struct ctx *ctx = _ctx; 22154 +static irqreturn_t usdpaa_irq_handler(int irq, void *_ctx) 22157 + struct usdpaa_irq_ctx *ctx = _ctx;
|