Home
last modified time | relevance | path

Searched defs:ctx (Results 176 – 200 of 3058) sorted by relevance

12345678910>>...123

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_drv.c62 struct hantro_ctx *ctx, in hantro_job_finish_no_pm()
89 struct hantro_ctx *ctx, in hantro_job_finish()
103 struct hantro_ctx *ctx = in hantro_irq_done() local
121 struct hantro_ctx *ctx; in hantro_watchdog() local
172 struct hantro_ctx *ctx = priv; in device_run() local
291 struct hantro_ctx *ctx; in hantro_jpeg_s_ctrl() local
311 struct hantro_ctx *ctx; in hantro_vp9_s_ctrl() local
334 struct hantro_ctx *ctx; in hantro_hevc_s_ctrl() local
358 struct hantro_ctx *ctx; in hantro_av1_s_ctrl() local
629 struct hantro_ctx *ctx; in hantro_open() local
[all …]
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-reg.c41 static u32 fimc_hw_get_in_flip(struct fimc_ctx *ctx) in fimc_hw_get_in_flip()
71 void fimc_hw_set_rotation(struct fimc_ctx *ctx) in fimc_hw_set_rotation()
104 void fimc_hw_set_target_format(struct fimc_ctx *ctx) in fimc_hw_set_target_format()
166 void fimc_hw_set_out_dma(struct fimc_ctx *ctx) in fimc_hw_set_out_dma()
231 void fimc_hw_set_prescaler(struct fimc_ctx *ctx) in fimc_hw_set_prescaler()
311 void fimc_hw_set_mainscaler(struct fimc_ctx *ctx) in fimc_hw_set_mainscaler()
346 void fimc_hw_enable_capture(struct fimc_ctx *ctx) in fimc_hw_enable_capture()
371 void fimc_hw_set_effect(struct fimc_ctx *ctx) in fimc_hw_set_effect()
388 void fimc_hw_set_rgb_alpha(struct fimc_ctx *ctx) in fimc_hw_set_rgb_alpha()
420 void fimc_hw_set_in_dma(struct fimc_ctx *ctx) in fimc_hw_set_in_dma()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c36 int do_bind(struct bpf_sock_addr *ctx) in do_bind()
50 static __inline int verify_cc(struct bpf_sock_addr *ctx, in verify_cc()
69 static __inline int set_cc(struct bpf_sock_addr *ctx) in set_cc()
87 static __inline int bind_to_device(struct bpf_sock_addr *ctx) in bind_to_device()
110 static __inline int set_keepalive(struct bpf_sock_addr *ctx) in set_keepalive()
134 static __inline int set_notsent_lowat(struct bpf_sock_addr *ctx) in set_notsent_lowat()
147 int connect_v4_prog(struct bpf_sock_addr *ctx) in connect_v4_prog()
H A Dverifier_iterating_callbacks.c33 static int unsafe_on_2nd_iter_cb(__u32 idx, struct buf_context *ctx) in unsafe_on_2nd_iter_cb()
57 static int unsafe_on_zero_iter_cb(__u32 idx, struct num_context *ctx) in unsafe_on_zero_iter_cb()
73 static int widening_cb(__u32 idx, struct num_context *ctx) in widening_cb()
92 static int loop_detection_cb(__u32 idx, struct num_context *ctx) in loop_detection_cb()
108 static __always_inline __u64 oob_state_machine(struct num_context *ctx) in oob_state_machine()
167 static int iter_limit_cb(__u32 idx, struct num_context *ctx) in iter_limit_cb()
177 struct num_context ctx = { .i = 0 }; in bpf_loop_iter_limit_ok() local
187 struct num_context ctx = { .i = 0 }; in bpf_loop_iter_limit_overflow() local
193 static int iter_limit_level2a_cb(__u32 idx, struct num_context *ctx) in iter_limit_level2a_cb()
199 static int iter_limit_level2b_cb(__u32 idx, struct num_context *ctx) in iter_limit_level2b_cb()
[all …]
H A Dtest_bpf_nf_fail.c28 int alloc_release(struct __sk_buff *ctx) in alloc_release()
42 int insert_insert(struct __sk_buff *ctx) in insert_insert()
59 int lookup_insert(struct __sk_buff *ctx) in lookup_insert()
73 int write_not_allowlisted_field(struct __sk_buff *ctx) in write_not_allowlisted_field()
87 int set_timeout_after_insert(struct __sk_buff *ctx) in set_timeout_after_insert()
104 int set_status_after_insert(struct __sk_buff *ctx) in set_status_after_insert()
121 int change_timeout_after_alloc(struct __sk_buff *ctx) in change_timeout_after_alloc()
135 int change_status_after_alloc(struct __sk_buff *ctx) in change_status_after_alloc()
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c49 void clear_work_bit(struct s5p_mfc_ctx *ctx) in clear_work_bit()
59 void set_work_bit(struct s5p_mfc_ctx *ctx) in set_work_bit()
69 void clear_work_bit_irqsave(struct s5p_mfc_ctx *ctx) in clear_work_bit_irqsave()
80 void set_work_bit_irqsave(struct s5p_mfc_ctx *ctx) in set_work_bit_irqsave()
93 int ctx; in s5p_mfc_get_new_ctx() local
169 struct s5p_mfc_ctx *ctx; in s5p_mfc_watchdog_worker() local
371 static void s5p_mfc_handle_frame(struct s5p_mfc_ctx *ctx, in s5p_mfc_handle_frame()
648 struct s5p_mfc_ctx *ctx; in s5p_mfc_irq() local
770 struct s5p_mfc_ctx *ctx = NULL; in s5p_mfc_open() local
952 struct s5p_mfc_ctx *ctx = fh_to_ctx(file->private_data); in s5p_mfc_release() local
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Drun.c17 struct spu_context *ctx = spu->ctx; in spufs_stop_callback() local
49 int spu_stopped(struct spu_context *ctx, u32 *stat) in spu_stopped()
82 static int spu_setup_isolated(struct spu_context *ctx) in spu_setup_isolated()
176 static int spu_run_init(struct spu_context *ctx, u32 *npc) in spu_run_init()
244 static int spu_run_fini(struct spu_context *ctx, u32 *npc, in spu_run_fini()
273 static int spu_handle_restartsys(struct spu_context *ctx, long *spu_ret, in spu_handle_restartsys()
309 static int spu_process_callback(struct spu_context *ctx) in spu_process_callback()
353 long spufs_run_spu(struct spu_context *ctx, u32 *npc, u32 *event) in spufs_run_spu()
/openbmc/qemu/ebpf/
H A Debpf_rss-stub.c16 void ebpf_rss_init(struct EBPFRSSContext *ctx) in ebpf_rss_init()
21 bool ebpf_rss_is_loaded(struct EBPFRSSContext *ctx) in ebpf_rss_is_loaded()
26 bool ebpf_rss_load(struct EBPFRSSContext *ctx) in ebpf_rss_load()
31 bool ebpf_rss_set_all(struct EBPFRSSContext *ctx, struct EBPFRSSConfig *config, in ebpf_rss_set_all()
37 void ebpf_rss_unload(struct EBPFRSSContext *ctx) in ebpf_rss_unload()
/openbmc/linux/crypto/
H A Dlz4.c21 void *ctx; in lz4_alloc_ctx() local
32 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_init() local
41 static void lz4_free_ctx(struct crypto_scomp *tfm, void *ctx) in lz4_free_ctx()
48 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_exit() local
54 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto()
68 void *ctx) in lz4_scompress()
76 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_compress_crypto() local
82 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto()
95 void *ctx) in lz4_sdecompress()
H A Dlz4hc.c20 void *ctx; in lz4hc_alloc_ctx() local
31 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm); in lz4hc_init() local
40 static void lz4hc_free_ctx(struct crypto_scomp *tfm, void *ctx) in lz4hc_free_ctx()
47 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm); in lz4hc_exit() local
53 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_compress_crypto()
67 void *ctx) in lz4hc_scompress()
76 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm); in lz4hc_compress_crypto() local
83 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_decompress_crypto()
96 void *ctx) in lz4hc_sdecompress()
/openbmc/linux/drivers/misc/ocxl/
H A Dafu_irq.c20 int ocxl_irq_offset_to_id(struct ocxl_context *ctx, u64 offset) in ocxl_irq_offset_to_id()
25 u64 ocxl_irq_id_to_offset(struct ocxl_context *ctx, int irq_id) in ocxl_irq_id_to_offset()
30 int ocxl_irq_set_handler(struct ocxl_context *ctx, int irq_id, in ocxl_irq_set_handler()
70 static int setup_afu_irq(struct ocxl_context *ctx, struct afu_irq *irq) in setup_afu_irq()
105 int ocxl_afu_irq_alloc(struct ocxl_context *ctx, int *irq_id) in ocxl_afu_irq_alloc()
154 static void afu_irq_free(struct afu_irq *irq, struct ocxl_context *ctx) in afu_irq_free()
168 int ocxl_afu_irq_free(struct ocxl_context *ctx, int irq_id) in ocxl_afu_irq_free()
186 void ocxl_afu_irq_free_all(struct ocxl_context *ctx) in ocxl_afu_irq_free_all()
197 u64 ocxl_afu_irq_get_addr(struct ocxl_context *ctx, int irq_id) in ocxl_afu_irq_get_addr()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modeset_lock.c146 struct drm_modeset_acquire_ctx *ctx; in drm_modeset_lock_all() local
200 struct drm_modeset_acquire_ctx *ctx = config->acquire_ctx; in drm_modeset_unlock_all() local
246 void drm_modeset_acquire_init(struct drm_modeset_acquire_ctx *ctx, in drm_modeset_acquire_init()
262 void drm_modeset_acquire_fini(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_acquire_fini()
274 void drm_modeset_drop_locks(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_drop_locks()
291 struct drm_modeset_acquire_ctx *ctx, in modeset_lock()
346 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_backoff()
393 struct drm_modeset_acquire_ctx *ctx) in drm_modeset_lock()
450 struct drm_modeset_acquire_ctx *ctx) in drm_modeset_lock_all_ctx()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c10 int msm_file_private_set_sysprof(struct msm_file_private *ctx, in msm_file_private_set_sysprof()
51 struct msm_file_private *ctx = container_of(kref, in __msm_file_private_destroy() local
81 struct msm_gpu_submitqueue *msm_submitqueue_get(struct msm_file_private *ctx, in msm_submitqueue_get()
104 void msm_submitqueue_close(struct msm_file_private *ctx) in msm_submitqueue_close()
122 get_sched_entity(struct msm_file_private *ctx, struct msm_ringbuffer *ring, in get_sched_entity()
158 int msm_submitqueue_create(struct drm_device *drm, struct msm_file_private *ctx, in msm_submitqueue_create()
217 int msm_submitqueue_init(struct drm_device *drm, struct msm_file_private *ctx) in msm_submitqueue_init()
257 int msm_submitqueue_query(struct drm_device *drm, struct msm_file_private *ctx, in msm_submitqueue_query()
278 int msm_submitqueue_remove(struct msm_file_private *ctx, u32 id) in msm_submitqueue_remove()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358762.c82 static int tc358762_clear_error(struct tc358762 *ctx) in tc358762_clear_error()
116 static int tc358762_init(struct tc358762 *ctx) in tc358762_init()
154 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_post_disable() local
176 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_pre_enable() local
193 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_enable() local
204 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_attach() local
214 struct tc358762 *ctx = bridge_to_tc358762(bridge); in tc358762_bridge_mode_set() local
230 static int tc358762_parse_dt(struct tc358762 *ctx) in tc358762_parse_dt()
249 static int tc358762_configure_regulators(struct tc358762 *ctx) in tc358762_configure_regulators()
261 struct tc358762 *ctx; in tc358762_probe() local
[all …]
H A Dsii9234.c318 static int sii9234_cbus_reset(struct sii9234 *ctx) in sii9234_cbus_reset()
343 static int sii9234_cbus_init(struct sii9234 *ctx) in sii9234_cbus_init()
422 static int sii9234_hdmi_init(struct sii9234 *ctx) in sii9234_hdmi_init()
452 static int sii9234_reset(struct sii9234 *ctx) in sii9234_reset()
546 static int sii9234_goto_d3(struct sii9234 *ctx) in sii9234_goto_d3()
569 static int sii9234_hw_on(struct sii9234 *ctx) in sii9234_hw_on()
574 static void sii9234_hw_off(struct sii9234 *ctx) in sii9234_hw_off()
581 static void sii9234_hw_reset(struct sii9234 *ctx) in sii9234_hw_reset()
588 static void sii9234_cable_in(struct sii9234 *ctx) in sii9234_cable_in()
753 struct sii9234 *ctx = data; in sii9234_irq_thread() local
[all …]
/openbmc/linux/lib/crypto/mpi/
H A Dec.c104 struct mpi_ec_ctx *ctx) in point_swap_cond()
150 struct mpi_ec_ctx *ctx) in ec_powm()
651 void mpi_ec_deinit(struct mpi_ec_ctx *ctx) in mpi_ec_deinit()
757 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_weierstrass()
846 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_edwards()
936 struct mpi_ec_ctx *ctx) in add_points_weierstrass()
1061 struct mpi_ec_ctx *ctx) in add_points_montgomery()
1074 struct mpi_ec_ctx *ctx) in add_points_edwards()
1168 struct mpi_ec_ctx *ctx) in montgomery_ladder()
1193 struct mpi_ec_ctx *ctx) in mpi_ec_add_points()
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6d7aa0.c57 static void s6d7aa0_reset(struct s6d7aa0 *ctx) in s6d7aa0_reset()
65 static int s6d7aa0_lock(struct s6d7aa0 *ctx, bool lock) in s6d7aa0_lock()
84 static int s6d7aa0_on(struct s6d7aa0 *ctx) in s6d7aa0_on()
106 static int s6d7aa0_off(struct s6d7aa0 *ctx) in s6d7aa0_off()
137 struct s6d7aa0 *ctx = panel_to_s6d7aa0(panel); in s6d7aa0_prepare() local
161 struct s6d7aa0 *ctx = panel_to_s6d7aa0(panel); in s6d7aa0_disable() local
174 struct s6d7aa0 *ctx = panel_to_s6d7aa0(panel); in s6d7aa0_unprepare() local
282 static int s6d7aa0_lsl080al02_off(struct s6d7aa0 *ctx) in s6d7aa0_lsl080al02_off()
453 struct s6d7aa0 *ctx; in s6d7aa0_get_modes() local
484 struct s6d7aa0 *ctx; in s6d7aa0_probe() local
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c63 struct bnxt_hwrm_ctx *ctx; in __hwrm_req_init() local
102 struct bnxt_hwrm_ctx *ctx = ctx_addr; in __hwrm_ctx() local
137 struct bnxt_hwrm_ctx *ctx = __hwrm_ctx(bp, req); in hwrm_req_timeout() local
160 struct bnxt_hwrm_ctx *ctx = __hwrm_ctx(bp, req); in hwrm_req_alloc_flags() local
194 struct bnxt_hwrm_ctx *ctx = __hwrm_ctx(bp, req); in hwrm_req_replace() local
247 struct bnxt_hwrm_ctx *ctx = __hwrm_ctx(bp, req); in hwrm_req_flags() local
280 struct bnxt_hwrm_ctx *ctx = __hwrm_ctx(bp, req); in hwrm_req_hold() local
332 struct bnxt_hwrm_ctx *ctx = __hwrm_ctx(bp, req); in hwrm_req_drop() local
439 #define hwrm_err(bp, ctx, fmt, ...) \ argument
725 struct bnxt_hwrm_ctx *ctx = __hwrm_ctx(bp, req); in hwrm_req_send() local
[all …]
/openbmc/linux/drivers/media/platform/ti/cal/
H A Dcal.c300 static void cal_ctx_csi2_config(struct cal_ctx *ctx) in cal_ctx_csi2_config()
377 static void cal_ctx_wr_dma_config(struct cal_ctx *ctx) in cal_ctx_wr_dma_config()
419 static void cal_ctx_wr_dma_enable(struct cal_ctx *ctx) in cal_ctx_wr_dma_enable()
449 cal_get_remote_frame_desc_entry(struct cal_ctx *ctx, in cal_get_remote_frame_desc_entry()
473 int cal_ctx_prepare(struct cal_ctx *ctx) in cal_ctx_prepare()
508 void cal_ctx_unprepare(struct cal_ctx *ctx) in cal_ctx_unprepare()
514 void cal_ctx_start(struct cal_ctx *ctx) in cal_ctx_start()
549 void cal_ctx_stop(struct cal_ctx *ctx) in cal_ctx_stop()
601 static void cal_update_seq_number(struct cal_ctx *ctx) in cal_update_seq_number()
1009 struct cal_ctx *ctx; in cal_ctx_create() local
[all …]
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c234 static int starfive_aes_hw_init(struct starfive_cryp_ctx *ctx) in starfive_aes_hw_init()
464 struct starfive_cryp_ctx *ctx; in starfive_aes_prepare_req() local
521 struct starfive_cryp_ctx *ctx = in starfive_aes_do_one_req() local
553 struct starfive_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in starfive_aes_init_tfm() local
569 struct starfive_cryp_ctx *ctx = in starfive_aes_aead_do_one_req() local
623 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_init_tfm() local
649 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_exit_tfm() local
657 struct starfive_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in starfive_aes_crypt() local
701 struct starfive_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in starfive_aes_setkey() local
720 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_setkey() local
[all …]
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimd.c263 struct fimd_context *ctx = crtc->ctx; in fimd_enable_vblank() local
295 struct fimd_context *ctx = crtc->ctx; in fimd_disable_vblank() local
319 struct fimd_context *ctx = crtc->ctx; in fimd_wait_for_vblank() local
365 struct fimd_context *ctx = crtc->ctx; in fimd_clear_channels() local
418 struct fimd_context *ctx = crtc->ctx; in fimd_atomic_check() local
480 struct fimd_context *ctx = crtc->ctx; in fimd_commit() local
805 struct fimd_context *ctx = crtc->ctx; in fimd_atomic_begin() local
817 struct fimd_context *ctx = crtc->ctx; in fimd_atomic_flush() local
834 struct fimd_context *ctx = crtc->ctx; in fimd_update_plane() local
927 struct fimd_context *ctx = crtc->ctx; in fimd_disable_plane() local
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c672 static void gen_mxu_s32i2m(DisasContext *ctx) in gen_mxu_s32i2m()
693 static void gen_mxu_s32m2i(DisasContext *ctx) in gen_mxu_s32m2i()
1297 static void gen_mxu_s16mad(DisasContext *ctx) in gen_mxu_s16mad()
1444 static void gen_mxu_q8madl(DisasContext *ctx) in gen_mxu_q8madl()
1698 static void gen_mxu_S32NOR(DisasContext *ctx) in gen_mxu_S32NOR()
1734 static void gen_mxu_S32AND(DisasContext *ctx) in gen_mxu_S32AND()
1764 static void gen_mxu_S32OR(DisasContext *ctx) in gen_mxu_S32OR()
1800 static void gen_mxu_S32XOR(DisasContext *ctx) in gen_mxu_S32XOR()
2868 static void gen_mxu_Q8ABD(DisasContext *ctx) in gen_mxu_Q8ABD()
2914 static void gen_mxu_Q8ADD(DisasContext *ctx) in gen_mxu_Q8ADD()
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dserpent-sse2.h17 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/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.c43 int mapping_add(struct mapping_ctx *ctx, void *data, u32 *id) in mapping_add()
85 static void mapping_remove_and_free(struct mapping_ctx *ctx, in mapping_remove_and_free()
92 static void mapping_free_item(struct mapping_ctx *ctx, in mapping_free_item()
109 int mapping_remove(struct mapping_ctx *ctx, u32 id) in mapping_remove()
132 int mapping_find(struct mapping_ctx *ctx, u32 id, void *data) in mapping_find()
152 mapping_remove_and_free_list(struct mapping_ctx *ctx, struct list_head *list) in mapping_remove_and_free_list()
165 struct mapping_ctx *ctx; in mapping_work_handler() local
185 static void mapping_flush_work(struct mapping_ctx *ctx) in mapping_flush_work()
197 struct mapping_ctx *ctx; in mapping_create() local
225 struct mapping_ctx *ctx; in mapping_create_for_id() local
[all …]
/openbmc/linux/sound/soc/au1x/
H A Dac97c.c72 static inline unsigned long RD(struct au1xpsc_audio_data *ctx, int reg) in RD()
77 static inline void WR(struct au1xpsc_audio_data *ctx, int reg, unsigned long v) in WR()
86 struct au1xpsc_audio_data *ctx = ac97_to_ctx(ac97); in au1xac97c_ac97_read() local
128 struct au1xpsc_audio_data *ctx = ac97_to_ctx(ac97); in au1xac97c_ac97_write() local
157 struct au1xpsc_audio_data *ctx = ac97_to_ctx(ac97); in au1xac97c_ac97_warm_reset() local
167 struct au1xpsc_audio_data *ctx = ac97_to_ctx(ac97); in au1xac97c_ac97_cold_reset() local
193 struct au1xpsc_audio_data *ctx = snd_soc_dai_get_drvdata(dai); in alchemy_ac97c_startup() local
234 struct au1xpsc_audio_data *ctx; in au1xac97c_drvprobe() local
290 struct au1xpsc_audio_data *ctx = platform_get_drvdata(pdev); in au1xac97c_drvremove() local
302 struct au1xpsc_audio_data *ctx = dev_get_drvdata(dev); in au1xac97c_drvsuspend() local
[all …]

12345678910>>...123