Searched refs:dao_get_spos (Results 1 – 4 of 4) sorted by relevance
165 int (*dao_get_spos)(void *blk, unsigned int *spos); member
928 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() function2312 .dao_get_spos = dao_get_spos,
943 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() function2242 .dao_get_spos = dao_get_spos,
143 dao->hw->dao_get_spos(dao->ctrl_blk, spos); in dao_spdif_get_spos()