Searched refs:omap_mcbsp (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/arm/plat-omap/ |
D | mcbsp.c | 37 struct omap_mcbsp **mcbsp_ptr; 40 static void omap_mcbsp_write(struct omap_mcbsp *mcbsp, u16 reg, u32 val) in omap_mcbsp_write() 54 static int omap_mcbsp_read(struct omap_mcbsp *mcbsp, u16 reg, bool from_cache) in omap_mcbsp_read() 69 static void omap_mcbsp_st_write(struct omap_mcbsp *mcbsp, u16 reg, u32 val) in omap_mcbsp_st_write() 74 static int omap_mcbsp_st_read(struct omap_mcbsp *mcbsp, u16 reg) in omap_mcbsp_st_read() 94 struct omap_mcbsp *mcbsp = id_to_mcbsp_ptr(id); in omap_mcbsp_dump_reg() 128 struct omap_mcbsp *mcbsp_tx = dev_id; in omap_mcbsp_tx_irq_handler() 148 struct omap_mcbsp *mcbsp_rx = dev_id; in omap_mcbsp_rx_irq_handler() 168 struct omap_mcbsp *mcbsp_dma_tx = data; in omap_mcbsp_tx_dma_callback() 182 struct omap_mcbsp *mcbsp_dma_rx = data; in omap_mcbsp_rx_dma_callback() [all …]
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | mcbsp.c | 62 struct omap_mcbsp *mcbsp; in omap2_mcbsp_set_clks_src() 164 mcbsp_ptr = kzalloc(omap_mcbsp_count * sizeof(struct omap_mcbsp *), in omap2_mcbsp_init()
|
/linux-2.6.39/arch/arm/plat-omap/include/plat/ |
D | mcbsp.h | 35 static struct platform_device omap_mcbsp##port_nr = { \ 418 struct omap_mcbsp { struct 467 extern struct omap_mcbsp **mcbsp_ptr; argument
|
/linux-2.6.39/arch/arm/mach-omap1/ |
D | mcbsp.c | 384 mcbsp_ptr = kzalloc(omap_mcbsp_count * sizeof(struct omap_mcbsp *), in omap1_mcbsp_init()
|
/linux-2.6.39/sound/soc/omap/ |
D | omap-mcbsp.c | 637 omap_mcbsp##id##_set_st_ch##channel##_volume(struct snd_kcontrol *kc, \ 655 omap_mcbsp##id##_get_st_ch##channel##_volume(struct snd_kcontrol *kc, \
|