Lines Matching refs:mcbsp
329 void omap_mcbsp_config(struct omap_mcbsp *mcbsp,
331 void omap_mcbsp_set_tx_threshold(struct omap_mcbsp *mcbsp, u16 threshold);
332 void omap_mcbsp_set_rx_threshold(struct omap_mcbsp *mcbsp, u16 threshold);
333 u16 omap_mcbsp_get_tx_delay(struct omap_mcbsp *mcbsp);
334 u16 omap_mcbsp_get_rx_delay(struct omap_mcbsp *mcbsp);
335 int omap_mcbsp_get_dma_op_mode(struct omap_mcbsp *mcbsp);
336 int omap_mcbsp_request(struct omap_mcbsp *mcbsp);
337 void omap_mcbsp_free(struct omap_mcbsp *mcbsp);
338 void omap_mcbsp_start(struct omap_mcbsp *mcbsp, int tx, int rx);
339 void omap_mcbsp_stop(struct omap_mcbsp *mcbsp, int tx, int rx);
342 int omap2_mcbsp_set_clks_src(struct omap_mcbsp *mcbsp, u8 fck_src_id);
345 int omap_st_set_chgain(struct omap_mcbsp *mcbsp, int channel, s16 chgain);
346 int omap_st_get_chgain(struct omap_mcbsp *mcbsp, int channel, s16 *chgain);
347 int omap_st_enable(struct omap_mcbsp *mcbsp);
348 int omap_st_disable(struct omap_mcbsp *mcbsp);
349 int omap_st_is_enabled(struct omap_mcbsp *mcbsp);
352 void omap_mcbsp_sysfs_remove(struct omap_mcbsp *mcbsp);