Home
last modified time | relevance | path

Searched refs:omap_mcbsp_set_tx_threshold (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/arch/arm/plat-omap/include/plat/
Dmcbsp.h365 void omap_mcbsp_set_tx_threshold(unsigned int id, u16 threshold);
/linux-3.3/arch/arm/plat-omap/
Dmcbsp.c490 void omap_mcbsp_set_tx_threshold(unsigned int id, u16 threshold) in omap_mcbsp_set_tx_threshold() function
505 EXPORT_SYMBOL(omap_mcbsp_set_tx_threshold);
/linux-3.3/sound/soc/omap/
Domap-mcbsp.c100 omap_mcbsp_set_tx_threshold(mcbsp_data->bus_id, words); in omap_mcbsp_set_threshold()