/Linux-v6.1/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-v6.1/drivers/scsi/cxlflash/ |
D | superpipe.h | 82 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
|
/Linux-v6.1/crypto/ |
D | aria_generic.c | 246 void aria_encrypt(void *_ctx, u8 *out, const u8 *in) in aria_encrypt() argument 248 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt() 254 void aria_decrypt(void *_ctx, u8 *out, const u8 *in) in aria_decrypt() argument 256 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | cgroup_getset_retval_hooks.c | 8 int name(struct ctx *_ctx) \
|
/Linux-v6.1/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-v6.1/include/linux/ |
D | filter.h | 1400 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1412 _ctx->selected_sk = _selected_sk; \ 1413 _ctx->no_reuseport = _no_reuseport; \ 1415 _ret = func(_prog, _ctx); \ 1416 if (_ret == SK_PASS && _ctx->selected_sk) { \ 1418 _selected_sk = _ctx->selected_sk; \ 1419 _no_reuseport = _ctx->no_reuseport; \ 1425 _ctx->selected_sk = _selected_sk; \ 1426 _ctx->no_reuseport = _no_reuseport; \
|
/Linux-v6.1/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-v6.1/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 554 #define QLA_DFS_ROOT_CREATE_FILE(_name, _perm, _ctx) \ argument 558 _perm, qla2x00_dfs_root, _ctx, \ 570 #define QLA_DFS_CREATE_FILE(_struct, _name, _perm, _parent, _ctx) \ argument 573 _perm, _parent, _ctx, \
|
/Linux-v6.1/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-v6.1/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-v6.1/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 445 #define ath_for_each_chanctx(_sc, _ctx) \ argument
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 1082 int fn##_ctx(struct mlx5e_priv *priv, void *context) \
|
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 2421 void *_ctx) in mv88e6xxx_port_broadcast_sync_vlan() argument 2423 struct mv88e6xxx_port_broadcast_sync_ctx *ctx = _ctx; in mv88e6xxx_port_broadcast_sync_vlan()
|