Lines Matching defs:id

32 #define omap_mcbsp_check_valid_id(id)	(id < omap_mcbsp_count)  argument
33 #define id_to_mcbsp_ptr(id) mcbsp_ptr[id]; argument
83 static void omap_mcbsp_dump_reg(u8 id) in omap_mcbsp_dump_reg()
159 void omap_mcbsp_config(unsigned int id, const struct omap_mcbsp_reg_cfg *config) in omap_mcbsp_config()
199 int omap_mcbsp_dma_ch_params(unsigned int id, unsigned int stream) in omap_mcbsp_dma_ch_params()
225 int omap_mcbsp_dma_reg_params(unsigned int id, unsigned int stream) in omap_mcbsp_dma_reg_params()
319 int omap_st_set_chgain(unsigned int id, int channel, s16 chgain) in omap_st_set_chgain()
352 int omap_st_get_chgain(unsigned int id, int channel, s16 *chgain) in omap_st_get_chgain()
399 int omap_st_enable(unsigned int id) in omap_st_enable()
438 int omap_st_disable(unsigned int id) in omap_st_disable()
464 int omap_st_is_enabled(unsigned int id) in omap_st_is_enabled()
490 void omap_mcbsp_set_tx_threshold(unsigned int id, u16 threshold) in omap_mcbsp_set_tx_threshold()
512 void omap_mcbsp_set_rx_threshold(unsigned int id, u16 threshold) in omap_mcbsp_set_rx_threshold()
533 u16 omap_mcbsp_get_max_tx_threshold(unsigned int id) in omap_mcbsp_get_max_tx_threshold()
551 u16 omap_mcbsp_get_max_rx_threshold(unsigned int id) in omap_mcbsp_get_max_rx_threshold()
565 u16 omap_mcbsp_get_fifo_size(unsigned int id) in omap_mcbsp_get_fifo_size()
582 u16 omap_mcbsp_get_tx_delay(unsigned int id) in omap_mcbsp_get_tx_delay()
607 u16 omap_mcbsp_get_rx_delay(unsigned int id) in omap_mcbsp_get_rx_delay()
637 int omap_mcbsp_get_dma_op_mode(unsigned int id) in omap_mcbsp_get_dma_op_mode()
654 int omap_mcbsp_request(unsigned int id) in omap_mcbsp_request()
744 void omap_mcbsp_free(unsigned int id) in omap_mcbsp_free()
788 void omap_mcbsp_start(unsigned int id, int tx, int rx) in omap_mcbsp_start()
853 void omap_mcbsp_stop(unsigned int id, int tx, int rx) in omap_mcbsp_stop()
900 int omap2_mcbsp_set_clks_src(u8 id, u8 fck_src_id) in omap2_mcbsp_set_clks_src()
1180 int id = pdev->id - 1; in omap_mcbsp_probe() local