Searched refs:dao_commit_write (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/sound/pci/ctxfi/ |
D | cthardware.h | 163 int (*dao_commit_write)(struct hw *hw, unsigned int idx, void *blk); member
|
D | ctdaio.c | 153 static int dao_commit_write(struct dao *dao) in dao_commit_write() function 155 ((struct hw *)dao->hw)->dao_commit_write(dao->hw, in dao_commit_write() 268 .commit_write = dao_commit_write,
|
D | cthw20k1.c | 934 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write() function 2258 .dao_commit_write = dao_commit_write,
|
D | cthw20k2.c | 918 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write() function 2328 .dao_commit_write = dao_commit_write,
|