Lines Matching refs:omap_mcpdm
38 struct omap_mcpdm { struct
67 static inline void omap_mcpdm_write(struct omap_mcpdm *mcpdm, u16 reg, u32 val) in omap_mcpdm_write() argument
72 static inline int omap_mcpdm_read(struct omap_mcpdm *mcpdm, u16 reg) in omap_mcpdm_read()
78 static void omap_mcpdm_reg_dump(struct omap_mcpdm *mcpdm) in omap_mcpdm_reg_dump()
110 static void omap_mcpdm_reg_dump(struct omap_mcpdm *mcpdm) {} in omap_mcpdm_reg_dump()
117 static void omap_mcpdm_start(struct omap_mcpdm *mcpdm) in omap_mcpdm_start()
136 static void omap_mcpdm_stop(struct omap_mcpdm *mcpdm) in omap_mcpdm_stop()
155 static inline int omap_mcpdm_active(struct omap_mcpdm *mcpdm) in omap_mcpdm_active()
165 static void omap_mcpdm_open_streams(struct omap_mcpdm *mcpdm) in omap_mcpdm_open_streams()
197 static void omap_mcpdm_close_streams(struct omap_mcpdm *mcpdm) in omap_mcpdm_close_streams()
220 struct omap_mcpdm *mcpdm = dev_id; in omap_mcpdm_irq_handler()
252 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_dai_startup()
267 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_dai_shutdown()
298 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_dai_hw_params()
378 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_prepare()
409 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_probe()
442 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(dai); in omap_mcpdm_remove()
467 struct omap_mcpdm *mcpdm = snd_soc_component_get_drvdata(component); in omap_mcpdm_suspend()
485 struct omap_mcpdm *mcpdm = snd_soc_component_get_drvdata(component); in omap_mcpdm_resume()
536 struct omap_mcpdm *mcpdm = snd_soc_dai_get_drvdata(asoc_rtd_to_cpu(rtd, 0)); in omap_mcpdm_configure_dn_offsets()
544 struct omap_mcpdm *mcpdm; in asoc_mcpdm_probe()
548 mcpdm = devm_kzalloc(&pdev->dev, sizeof(struct omap_mcpdm), GFP_KERNEL); in asoc_mcpdm_probe()