Home
last modified time | relevance | path

Searched refs:dao_set_spos (Results 1 – 4 of 4) sorted by relevance

/linux/sound/pci/ctxfi/
H A Dcthardware.h162 int (*dao_set_spos)(void *blk, unsigned int spos);
160 int (*dao_set_spos)(void *blk, unsigned int spos); global() member
H A Dcthw20k1.c917 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() function
2204 .dao_set_spos = dao_set_spos,
H A Dcthw20k2.c901 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() function
2346 .dao_set_spos = dao_set_spos,
H A Dctdaio.c151 dao->hw->dao_set_spos(dao->ctrl_blk, spos); in dao_commit_write()