Home
last modified time | relevance | path

Searched defs:ctx (Results 1826 – 1850 of 3059) sorted by relevance

1...<<71727374757677787980>>...123

/openbmc/linux/net/ipv6/netfilter/
H A Dnft_dup_ipv6.c31 static int nft_dup_ipv6_init(const struct nft_ctx *ctx, in nft_dup_ipv6_init()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c1018 static int brcmf_pcie_ring_mb_write_rptr(void *ctx) in brcmf_pcie_ring_mb_write_rptr()
1036 static int brcmf_pcie_ring_mb_write_wptr(void *ctx) in brcmf_pcie_ring_mb_write_wptr()
1054 static int brcmf_pcie_ring_mb_ring_bell(void *ctx) in brcmf_pcie_ring_mb_ring_bell()
1070 static int brcmf_pcie_ring_mb_update_rptr(void *ctx) in brcmf_pcie_ring_mb_update_rptr()
1088 static int brcmf_pcie_ring_mb_update_wptr(void *ctx) in brcmf_pcie_ring_mb_update_wptr()
1850 static u32 brcmf_pcie_buscore_read32(void *ctx, u32 addr) in brcmf_pcie_buscore_read32()
1859 static void brcmf_pcie_buscore_write32(void *ctx, u32 addr, u32 value) in brcmf_pcie_buscore_write32()
1868 static int brcmf_pcie_buscoreprep(void *ctx) in brcmf_pcie_buscoreprep()
1874 static int brcmf_pcie_buscore_reset(void *ctx, struct brcmf_chip *chip) in brcmf_pcie_buscore_reset()
1898 static void brcmf_pcie_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_pcie_buscore_activate()
/openbmc/linux/fs/nfs/
H A Ddir.c79 struct nfs_open_dir_context *ctx; in alloc_nfs_open_dir_context() local
99 static void put_nfs_open_dir_context(struct inode *dir, struct nfs_open_dir_context *ctx) in put_nfs_open_dir_context()
114 struct nfs_open_dir_context *ctx; in nfs_opendir() local
158 struct dir_context *ctx; member
661 static bool nfs_use_readdirplus(struct inode *dir, struct dir_context *ctx, in nfs_use_readdirplus()
681 struct nfs_open_dir_context *ctx; in nfs_readdir_record_entry_cache_hit() local
700 struct nfs_open_dir_context *ctx; in nfs_readdir_record_entry_cache_miss() local
1219 static int nfs_readdir(struct file *file, struct dir_context *ctx) in nfs_readdir()
2050 static int nfs_finish_open(struct nfs_open_context *ctx, in nfs_finish_open()
2072 struct nfs_open_context *ctx; in nfs_atomic_open() local
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c144 struct iwl_rxon_context *ctx; in iwl_update_chain_flags() local
325 struct iwl_rxon_context *ctx; in iwl_bg_bt_full_concurrency() local
767 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl_alive_start() local
872 struct iwl_rxon_context *ctx; in iwl_clear_driver_stations() local
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c199 struct mtk_vcodec_dec_ctx *ctx; member
535 struct mtk_vcodec_dec_ctx *ctx = inst->ctx; in vp9_wait_dec_end() local
547 static struct vdec_vp9_inst *vp9_alloc_inst(struct mtk_vcodec_dec_ctx *ctx) in vp9_alloc_inst()
775 static int vdec_vp9_init(struct mtk_vcodec_dec_ctx *ctx) in vdec_vp9_init()
H A Dvdec_hevc_req_multi_if.c361 struct mtk_vcodec_dec_ctx *ctx; member
382 static void *vdec_hevc_get_ctrl_ptr(struct mtk_vcodec_dec_ctx *ctx, int id) in vdec_hevc_get_ctrl_ptr()
392 static void vdec_hevc_fill_dpb_info(struct mtk_vcodec_dec_ctx *ctx, in vdec_hevc_fill_dpb_info()
681 struct mtk_vcodec_dec_ctx *ctx = inst->ctx; in vdec_hevc_slice_get_pic_info() local
800 struct mtk_vcodec_dec_ctx *ctx = inst->ctx; in vdec_hevc_slice_setup_core_buffer() local
855 static int vdec_hevc_slice_init(struct mtk_vcodec_dec_ctx *ctx) in vdec_hevc_slice_init()
926 struct mtk_vcodec_dec_ctx *ctx = lat_buf->ctx; in vdec_hevc_slice_core_decode() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c299 struct dc_context *ctx = enc110->base.ctx; in setup_panel_mode() local
627 struct dc_context *ctx = enc110->base.ctx; in aux_initialize() local
1641 struct dc_context *ctx = enc110->base.ctx; in dce110_link_encoder_enable_hpd() local
1655 struct dc_context *ctx = enc110->base.ctx; in dce110_link_encoder_disable_hpd() local
/openbmc/linux/drivers/crypto/cavium/zip/
H A Dzip_device.h99 union zip_zptr_s *ctx; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/
H A Ddce60_clk_mgr.c160 struct dc_context *ctx, in dce60_clk_mgr_construct()
/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js178 function draw_timeline_boost_asio_handler(ctx) { argument
/openbmc/linux/drivers/clk/rockchip/
H A Dclk-rv1108.c787 struct rockchip_clk_provider *ctx; in rv1108_clk_init() local
/openbmc/linux/samples/bpf/
H A Dtracex2.bpf.c24 int bpf_prog2(struct pt_regs *ctx) in bpf_prog2()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkfree_skb.c19 static void on_sample(void *ctx, int cpu, void *data, __u32 size) in on_sample()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c225 struct dc_context *ctx, in dcn30_mmhubbub_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_mmhubbub.c225 struct dc_context *ctx, in dcn32_mmhubbub_construct()
/openbmc/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c66 int iter(struct bpf_iter__task_file *ctx) in iter()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-ipc.c558 void skl_ipc_int_enable(struct sst_dsp *ctx) in skl_ipc_int_enable()
564 void skl_ipc_int_disable(struct sst_dsp *ctx) in skl_ipc_int_disable()
570 void skl_ipc_op_int_enable(struct sst_dsp *ctx) in skl_ipc_op_int_enable()
581 void skl_ipc_op_int_disable(struct sst_dsp *ctx) in skl_ipc_op_int_disable()
593 bool skl_ipc_int_status(struct sst_dsp *ctx) in skl_ipc_int_status()
/openbmc/linux/fs/fuse/
H A Dvirtio_fs.c114 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_parse_param() local
137 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_free_fsc() local
1282 static inline void virtio_fs_ctx_set_defaults(struct fuse_fs_context *ctx) in virtio_fs_ctx_set_defaults()
1299 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_fill_super() local
1493 struct fuse_fs_context *ctx; in virtio_fs_init_fs_context() local
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddevice.c743 struct hl_ctx *ctx = hl_get_compute_ctx(hdev); in device_hard_reset_pending() local
1123 int hl_device_set_debug_mode(struct hl_device *hdev, struct hl_ctx *ctx, bool enable) in hl_device_set_debug_mode()
1498 struct hl_ctx *ctx; in hl_device_reset() local
1909 struct hl_ctx *ctx = NULL; in hl_device_cond_reset() local
2570 struct hl_ctx *ctx; in hl_capture_user_mappings() local
/openbmc/linux/fs/ntfs3/
H A Dindex.c719 size_t key_len, const void *ctx, int *diff) in hdr_find_e()
805 struct NTFS_DE *before, const void *ctx) in hdr_insert_de()
1141 const void *ctx, int *diff, struct NTFS_DE **entry, in indx_find()
1576 struct NTFS_DE *root_de, const void *ctx, in indx_insert_into_root()
1789 const void *ctx, int level, struct ntfs_fnd *fnd) in indx_insert_into_buffer()
1935 const struct NTFS_DE *new_de, const void *ctx, in indx_insert_entry()
2257 const void *key, u32 key_len, const void *ctx) in indx_delete_entry()
/openbmc/linux/kernel/bpf/
H A Dprog_iter.c46 struct bpf_iter__bpf_prog ctx; in DEFINE_BPF_ITER_FUNC() local
H A Dlink_iter.c46 struct bpf_iter__bpf_link ctx; in DEFINE_BPF_ITER_FUNC() local
/openbmc/linux/crypto/
H A Dsm4.c119 int sm4_expandkey(struct sm4_ctx *ctx, const u8 *in_key, in sm4_expandkey()
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_ctl.c144 ulong ctx = 0; in snic_io_exch_ver_cmpl_handler() local
/openbmc/qemu/tests/unit/
H A Dtest-replication.c202 AioContext *ctx; in teardown_primary() local
348 AioContext *ctx; in teardown_secondary() local

1...<<71727374757677787980>>...123