Home
last modified time | relevance | path

Searched defs:_ctx (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c85 static void job_abort(void *_ctx) in job_abort()
93 static void ipu_ic_pp_complete(struct ipu_image_convert_run *run, void *_ctx) in ipu_ic_pp_complete()
116 static void device_run(void *_ctx) in device_run()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c187 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_timestamp() local
247 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_hash() local
269 const struct mlx5e_xdp_buff *_ctx = (void *)ctx; in mlx5e_xdp_rx_vlan_tag() local
/linux/crypto/asymmetric_keys/
H A Dmscode_parser.c20 int mscode_parse(void *_ctx, const void *content_data, size_t data_len, in mscode_parse()
/linux/drivers/clk/samsung/
H A Dclk-exynos5-subcmu.c58 void exynos5_subcmus_init(struct samsung_clk_provider *_ctx, int _nr_cmus, in exynos5_subcmus_init()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c645 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_timestamp() local
658 struct mlx4_en_xdp_buff *_ctx = (void *)ctx; in mlx4_en_xdp_rx_hash() local
/linux/drivers/net/
H A Dveth.c1668 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_timestamp() local
1680 struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_hash() local
1695 const struct veth_xdp_buff *_ctx = (void *)ctx; in veth_xdp_rx_vlan_tag() local
H A Dvirtio_net.c6728 static int virtnet_xdp_rx_hash(const struct xdp_md *_ctx, u32 *hash, in virtnet_xdp_rx_hash()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c519 int gve_xdp_rx_timestamp(const struct xdp_md *_ctx, u64 *timestamp) in gve_xdp_rx_timestamp()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c194 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument
/linux/kernel/events/
H A Dcore.c821 #define for_each_epc(_epc, _ctx, _pmu, _event_type) \ argument