/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 74 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_crypt() local 127 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes() local 208 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_rfc3686() local 225 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_encrypt() local 240 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_rfc3686_decrypt() local 256 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_ctr_crypt() local 287 static int crypto4xx_sk_setup_fallback(struct crypto4xx_ctx *ctx, in crypto4xx_sk_setup_fallback() 302 struct crypto4xx_ctx *ctx = crypto_skcipher_ctx(cipher); in crypto4xx_setkey_aes_ctr() local 352 struct crypto4xx_ctx *ctx, bool do_decrypt) in crypto4xx_aead_fallback() 366 static int crypto4xx_aead_setup_fallback(struct crypto4xx_ctx *ctx, in crypto4xx_aead_setup_fallback() [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-mantix-mlaf057we51.c | 48 static int mantix_init_sequence(struct mantix *ctx) in mantix_init_sequence() 76 struct mantix *ctx = panel_to_mantix(panel); in mantix_enable() local 110 struct mantix *ctx = panel_to_mantix(panel); in mantix_disable() local 128 struct mantix *ctx = panel_to_mantix(panel); in mantix_unprepare() local 147 struct mantix *ctx = panel_to_mantix(panel); in mantix_prepare() local 223 struct mantix *ctx = panel_to_mantix(panel); in mantix_get_modes() local 259 struct mantix *ctx; in mantix_probe() local 325 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_shutdown() local 333 struct mantix *ctx = mipi_dsi_get_drvdata(dsi); in mantix_remove() local
|
H A D | panel-samsung-s6d27a1.c | 74 static void s6d27a1_read_mtp_id(struct s6d27a1 *ctx) in s6d27a1_read_mtp_id() 98 static int s6d27a1_power_on(struct s6d27a1 *ctx) in s6d27a1_power_on() 163 static int s6d27a1_power_off(struct s6d27a1 *ctx) in s6d27a1_power_off() 173 struct s6d27a1 *ctx = to_s6d27a1(panel); in s6d27a1_unprepare() local 183 struct s6d27a1 *ctx = to_s6d27a1(panel); in s6d27a1_disable() local 199 struct s6d27a1 *ctx = to_s6d27a1(panel); in s6d27a1_enable() local 210 struct s6d27a1 *ctx = to_s6d27a1(panel); in s6d27a1_get_modes() local 247 struct s6d27a1 *ctx; in s6d27a1_probe() local 296 struct s6d27a1 *ctx = spi_get_drvdata(spi); in s6d27a1_remove() local
|
H A D | panel-visionox-r66451.c | 33 static void visionox_r66451_reset(struct visionox_r66451 *ctx) in visionox_r66451_reset() 43 static int visionox_r66451_on(struct visionox_r66451 *ctx) in visionox_r66451_on() 114 static int visionox_r66451_off(struct visionox_r66451 *ctx) in visionox_r66451_off() 122 struct visionox_r66451 *ctx = to_visionox_r66451(panel); in visionox_r66451_prepare() local 153 struct visionox_r66451 *ctx = to_visionox_r66451(panel); in visionox_r66451_unprepare() local 188 struct visionox_r66451 *ctx = to_visionox_r66451(panel); in visionox_r66451_enable() local 229 struct visionox_r66451 *ctx = to_visionox_r66451(panel); in visionox_r66451_disable() local 297 struct visionox_r66451 *ctx; in visionox_r66451_probe() local 361 struct visionox_r66451 *ctx = mipi_dsi_get_drvdata(dsi); in visionox_r66451_remove() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | linked_list.c | 281 int map_list_push_pop(void *ctx) in map_list_push_pop() 292 int inner_map_list_push_pop(void *ctx) in inner_map_list_push_pop() 307 int global_list_push_pop(void *ctx) in global_list_push_pop() 313 int map_list_push_pop_multiple(void *ctx) in map_list_push_pop_multiple() 324 int inner_map_list_push_pop_multiple(void *ctx) in inner_map_list_push_pop_multiple() 339 int global_list_push_pop_multiple(void *ctx) in global_list_push_pop_multiple() 350 int map_list_in_list(void *ctx) in map_list_in_list() 361 int inner_map_list_in_list(void *ctx) in inner_map_list_in_list() 376 int global_list_in_list(void *ctx) in global_list_in_list()
|
H A D | kprobe_multi.c | 39 static void kprobe_multi_check(void *ctx, bool is_return) in kprobe_multi_check() 87 int test_kprobe(struct pt_regs *ctx) in test_kprobe() 94 int test_kretprobe(struct pt_regs *ctx) in test_kretprobe() 101 int test_kprobe_manual(struct pt_regs *ctx) in test_kprobe_manual() 108 int test_kretprobe_manual(struct pt_regs *ctx) in test_kretprobe_manual() 126 static void kprobe_multi_testmod_check(void *ctx, bool is_return) in kprobe_multi_testmod_check() 151 int test_kprobe_testmod(struct pt_regs *ctx) in test_kprobe_testmod() 158 int test_kretprobe_testmod(struct pt_regs *ctx) in test_kretprobe_testmod()
|
H A D | test_spin_lock_fail.c | 35 int lock_id_kptr_preserve(void *ctx) in lock_id_kptr_preserve() 47 int lock_id_global_zero(void *ctx) in lock_id_global_zero() 54 int lock_id_mapval_preserve(void *ctx) in lock_id_mapval_preserve() 67 int lock_id_innermapval_preserve(void *ctx) in lock_id_innermapval_preserve() 124 int lock_id_mismatch_mapval_mapval(void *ctx) in lock_id_mismatch_mapval_mapval() 148 int lock_id_mismatch_innermapval_innermapval1(void *ctx) in lock_id_mismatch_innermapval_innermapval1() 172 int lock_id_mismatch_innermapval_innermapval2(void *ctx) in lock_id_mismatch_innermapval_innermapval2()
|
H A D | test_attach_probe_manual.c | 18 int handle_kprobe(struct pt_regs *ctx) in handle_kprobe() 25 int handle_kretprobe(struct pt_regs *ctx) in handle_kretprobe() 32 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() 39 int handle_uretprobe(struct pt_regs *ctx) in handle_uretprobe() 46 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | serpent-sse2.h | 17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() 22 static inline void serpent_enc_blk_xway_xor(const struct serpent_ctx *ctx, in serpent_enc_blk_xway_xor() 28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() 42 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() 47 static inline void serpent_enc_blk_xway_xor(const struct serpent_ctx *ctx, in serpent_enc_blk_xway_xor() 53 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-glue.c | 140 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in skcipher_aes_setkey() local 148 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_set_key() local 166 struct crypto_aes_essiv_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in essiv_cbc_set_key() local 182 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt() local 202 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt() local 223 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt_walk() local 252 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt_walk() local 280 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_encrypt() local 337 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_decrypt() local 393 struct crypto_aes_essiv_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in essiv_cbc_init_tfm() local [all …]
|
/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/ |
H A D | ge2d.c | 155 static struct ge2d_frame *get_frame(struct ge2d_ctx *ctx, in get_frame() 172 struct ge2d_ctx *ctx = ge2d->curr; in ge2d_hw_start() local 277 struct ge2d_ctx *ctx = priv; in device_run() local 297 struct ge2d_ctx *ctx = ge2d->curr; in ge2d_isr() local 327 struct ge2d_ctx *ctx = vb2_get_drv_priv(vq); in ge2d_queue_setup() local 341 struct ge2d_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in ge2d_buf_prepare() local 355 struct ge2d_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in ge2d_buf_queue() local 362 struct ge2d_ctx *ctx = vb2_get_drv_priv(vq); in ge2d_start_streaming() local 374 struct ge2d_ctx *ctx = vb2_get_drv_priv(vq); in ge2d_stop_streaming() local 401 struct ge2d_ctx *ctx = priv; in queue_init() local [all …]
|
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_ctx.c | 11 struct lima_ctx *ctx; in lima_ctx_create() local 44 struct lima_ctx *ctx = container_of(ref, struct lima_ctx, refcnt); in lima_ctx_do_release() local 54 struct lima_ctx *ctx; in lima_ctx_free() local 69 struct lima_ctx *ctx; in lima_ctx_get() local 79 void lima_ctx_put(struct lima_ctx *ctx) in lima_ctx_put() 92 struct lima_ctx *ctx; in lima_ctx_mgr_fini() local
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | native.c | 404 static void slb_invalid(struct cxl_context *ctx) in slb_invalid() 426 static int do_process_element_cmd(struct cxl_context *ctx, in do_process_element_cmd() 477 static int add_process_element(struct cxl_context *ctx) in add_process_element() 490 static int terminate_process_element(struct cxl_context *ctx) in terminate_process_element() 513 static int remove_process_element(struct cxl_context *ctx) in remove_process_element() 536 void cxl_assign_psn_space(struct cxl_context *ctx) in cxl_assign_psn_space() 623 static u64 calculate_sr(struct cxl_context *ctx) in calculate_sr() 629 static void update_ivtes_directed(struct cxl_context *ctx) in update_ivtes_directed() 658 static int process_element_entry_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in process_element_entry_psl9() 713 int cxl_attach_afu_directed_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_afu_directed_psl9() [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_regs.c | 48 void mtk_mdp_hw_set_input_addr(struct mtk_mdp_ctx *ctx, in mtk_mdp_hw_set_input_addr() 58 void mtk_mdp_hw_set_output_addr(struct mtk_mdp_ctx *ctx, in mtk_mdp_hw_set_output_addr() 68 void mtk_mdp_hw_set_in_size(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_in_size() 88 void mtk_mdp_hw_set_in_image_format(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_in_image_format() 104 void mtk_mdp_hw_set_out_size(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_out_size() 119 void mtk_mdp_hw_set_out_image_format(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_out_image_format() 134 void mtk_mdp_hw_set_rotation(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_rotation() 143 void mtk_mdp_hw_set_global_alpha(struct mtk_mdp_ctx *ctx) in mtk_mdp_hw_set_global_alpha()
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-di/ |
H A D | sun8i-di.c | 63 struct deinterlace_ctx *ctx = priv; in deinterlace_device_run() local 203 struct deinterlace_ctx *ctx = priv; in deinterlace_job_ready() local 211 struct deinterlace_ctx *ctx = priv; in deinterlace_job_abort() local 222 struct deinterlace_ctx *ctx; in deinterlace_irq() local 396 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_g_fmt_vid_cap() local 406 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_g_fmt_vid_out() local 446 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_s_fmt_vid_cap() local 466 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_s_fmt_vid_out() local 520 struct deinterlace_ctx *ctx = vb2_get_drv_priv(vq); in deinterlace_queue_setup() local 542 struct deinterlace_ctx *ctx = vb2_get_drv_priv(vq); in deinterlace_buf_prepare() local [all …]
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.c | 173 static int synth_opendir(FsContext *ctx, in synth_opendir() 191 static int synth_closedir(FsContext *ctx, V9fsFidOpenState *fs) in synth_closedir() 202 static off_t synth_telldir(FsContext *ctx, V9fsFidOpenState *fs) in synth_telldir() 208 static void synth_seekdir(FsContext *ctx, V9fsFidOpenState *fs, off_t off) in synth_seekdir() 214 static void synth_rewinddir(FsContext *ctx, V9fsFidOpenState *fs) in synth_rewinddir() 261 static struct dirent *synth_readdir(FsContext *ctx, V9fsFidOpenState *fs) in synth_readdir() 273 static int synth_open(FsContext *ctx, V9fsPath *fs_path, in synth_open() 294 static int synth_close(FsContext *ctx, V9fsFidOpenState *fs) in synth_close() 305 static ssize_t synth_pwritev(FsContext *ctx, V9fsFidOpenState *fs, in synth_pwritev() 329 static ssize_t synth_preadv(FsContext *ctx, V9fsFidOpenState *fs, in synth_preadv() [all …]
|
H A D | 9p-posix-acl.c | 30 static ssize_t mp_pacl_getxattr(FsContext *ctx, const char *path, in mp_pacl_getxattr() 36 static ssize_t mp_pacl_listxattr(FsContext *ctx, const char *path, in mp_pacl_listxattr() 55 static int mp_pacl_setxattr(FsContext *ctx, const char *path, const char *name, in mp_pacl_setxattr() 62 static int mp_pacl_removexattr(FsContext *ctx, in mp_pacl_removexattr() 84 static ssize_t mp_dacl_getxattr(FsContext *ctx, const char *path, in mp_dacl_getxattr() 90 static ssize_t mp_dacl_listxattr(FsContext *ctx, const char *path, in mp_dacl_listxattr() 109 static int mp_dacl_setxattr(FsContext *ctx, const char *path, const char *name, in mp_dacl_setxattr() 116 static int mp_dacl_removexattr(FsContext *ctx, in mp_dacl_removexattr()
|
/openbmc/linux/arch/s390/crypto/ |
H A D | paes_s390.c | 144 static inline int __paes_convert_key(struct s390_paes_ctx *ctx) in __paes_convert_key() 163 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_init() local 173 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_exit() local 178 static inline int __ecb_paes_set_key(struct s390_paes_ctx *ctx) in __ecb_paes_set_key() 202 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_set_key() local 215 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_paes_crypt() local 278 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_init() local 288 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_exit() local 293 static inline int __cbc_paes_set_key(struct s390_paes_ctx *ctx) in __cbc_paes_set_key() 317 struct s390_paes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_paes_set_key() local [all …]
|
/openbmc/libpldm/tests/ |
H A D | msgbuf.cpp | 18 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 28 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 37 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 47 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 56 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 66 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 79 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 93 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 106 struct pldm_msgbuf* ctx = &_ctx; in TEST() local 119 struct pldm_msgbuf* ctx = &_ctx; in TEST() local [all …]
|
/openbmc/linux/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu_v2_hr.c | 13 static struct pgt_info *hl_mmu_v2_hr_get_pgt_info(struct hl_ctx *ctx, u64 phys_hop_addr) in hl_mmu_v2_hr_get_pgt_info() 25 static void hl_mmu_v2_hr_add_pgt_info(struct hl_ctx *ctx, struct pgt_info *pgt_info, in hl_mmu_v2_hr_add_pgt_info() 31 static struct pgt_info *hl_mmu_v2_hr_get_hop0_pgt_info(struct hl_ctx *ctx) in hl_mmu_v2_hr_get_hop0_pgt_info() 79 static int hl_mmu_v2_hr_ctx_init(struct hl_ctx *ctx) in hl_mmu_v2_hr_ctx_init() 95 static void hl_mmu_v2_hr_ctx_fini(struct hl_ctx *ctx) in hl_mmu_v2_hr_ctx_fini() 115 static int _hl_mmu_v2_hr_unmap(struct hl_ctx *ctx, in _hl_mmu_v2_hr_unmap() 205 static int _hl_mmu_v2_hr_map(struct hl_ctx *ctx, in _hl_mmu_v2_hr_map() 317 static void hl_mmu_v2_hr_swap_out(struct hl_ctx *ctx) in hl_mmu_v2_hr_swap_out() 328 static void hl_mmu_v2_hr_swap_in(struct hl_ctx *ctx) in hl_mmu_v2_hr_swap_in() 370 static int hl_mmu_v2_hr_get_tlb_info(struct hl_ctx *ctx, u64 virt_addr, in hl_mmu_v2_hr_get_tlb_info()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_helper.c | 41 const struct dc_context *ctx) in submit_dmub_read_modify_write() 60 const struct dc_context *ctx) in submit_dmub_burst_write() 76 const struct dc_context *ctx) in submit_dmub_reg_wait() 133 const struct dc_context *ctx) in dmub_flush_buffer_execute() 140 const struct dc_context *ctx) in dmub_flush_burst_write_buffer_execute() 145 static bool dmub_reg_value_burst_set_pack(const struct dc_context *ctx, uint32_t addr, in dmub_reg_value_burst_set_pack() 170 static uint32_t dmub_reg_value_pack(const struct dc_context *ctx, uint32_t addr, in dmub_reg_value_pack() 209 static void dmub_reg_wait_done_pack(const struct dc_context *ctx, uint32_t addr, in dmub_reg_wait_done_pack() 223 uint32_t generic_reg_update_ex(const struct dc_context *ctx, in generic_reg_update_ex() 251 uint32_t generic_reg_set_ex(const struct dc_context *ctx, in generic_reg_set_ex() [all …]
|
/openbmc/linux/drivers/net/phy/mscc/ |
H A D | mscc_macsec.c | 448 static struct macsec_flow *vsc8584_macsec_find_flow(struct macsec_context *ctx, in vsc8584_macsec_find_flow() 507 struct crypto_aes_ctx ctx; in vsc8584_macsec_derive_key() local 690 static int __vsc8584_macsec_add_rxsa(struct macsec_context *ctx, in __vsc8584_macsec_add_rxsa() 719 static int __vsc8584_macsec_add_txsa(struct macsec_context *ctx, in __vsc8584_macsec_add_txsa() 742 static int vsc8584_macsec_dev_open(struct macsec_context *ctx) in vsc8584_macsec_dev_open() 753 static int vsc8584_macsec_dev_stop(struct macsec_context *ctx) in vsc8584_macsec_dev_stop() 764 static int vsc8584_macsec_add_secy(struct macsec_context *ctx) in vsc8584_macsec_add_secy() 782 static int vsc8584_macsec_del_secy(struct macsec_context *ctx) in vsc8584_macsec_del_secy() 797 static int vsc8584_macsec_upd_secy(struct macsec_context *ctx) in vsc8584_macsec_upd_secy() 803 static int vsc8584_macsec_add_rxsc(struct macsec_context *ctx) in vsc8584_macsec_add_rxsc() [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_parser.c | 117 struct pkcs7_parse_context *ctx; in pkcs7_parse_message() local 208 struct pkcs7_parse_context *ctx = context; in pkcs7_note_OID() local 227 struct pkcs7_parse_context *ctx = context; in pkcs7_sig_note_digest_algo() local 274 struct pkcs7_parse_context *ctx = context; in pkcs7_sig_note_pkey_algo() local 312 struct pkcs7_parse_context *ctx = context; in pkcs7_check_content_type() local 329 struct pkcs7_parse_context *ctx = context; in pkcs7_note_signeddata_version() local 363 struct pkcs7_parse_context *ctx = context; in pkcs7_note_signerinfo_version() local 406 struct pkcs7_parse_context *ctx = context; in pkcs7_extract_cert() local 446 struct pkcs7_parse_context *ctx = context; in pkcs7_note_certificate_list() local 464 struct pkcs7_parse_context *ctx = context; in pkcs7_note_content() local [all …]
|
H A D | x509_cert_parser.c | 64 struct x509_parse_context *ctx; in x509_cert_parse() local 157 struct x509_parse_context *ctx = context; in x509_note_OID() local 177 struct x509_parse_context *ctx = context; in x509_note_tbs_certificate() local 193 struct x509_parse_context *ctx = context; in x509_note_sig_algo() local 289 struct x509_parse_context *ctx = context; in x509_note_signature() local 328 struct x509_parse_context *ctx = context; in x509_note_serial() local 341 struct x509_parse_context *ctx = context; in x509_extract_name_segment() local 366 static int x509_fabricate_name(struct x509_parse_context *ctx, size_t hdrlen, in x509_fabricate_name() 445 struct x509_parse_context *ctx = context; in x509_note_issuer() local 465 struct x509_parse_context *ctx = context; in x509_note_subject() local [all …]
|
/openbmc/linux/drivers/misc/ocxl/ |
H A D | file.c | 53 struct ocxl_context *ctx; in afu_open() local 72 static long afu_ioctl_attach(struct ocxl_context *ctx, in afu_ioctl_attach() 91 static long afu_ioctl_get_metadata(struct ocxl_context *ctx, in afu_ioctl_get_metadata() 113 static long afu_ioctl_enable_p9_wait(struct ocxl_context *ctx, in afu_ioctl_enable_p9_wait() 157 static long afu_ioctl_get_features(struct ocxl_context *ctx, in afu_ioctl_get_features() 202 struct ocxl_context *ctx = file->private_data; in afu_ioctl() local 295 struct ocxl_context *ctx = file->private_data; in afu_mmap() local 301 static bool has_xsl_error(struct ocxl_context *ctx) in has_xsl_error() 317 static bool afu_events_pending(struct ocxl_context *ctx) in afu_events_pending() 326 struct ocxl_context *ctx = file->private_data; in afu_poll() local [all …]
|