Searched refs:dao_commit_write (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/pci/ctxfi/ |
D | ctdaio.c | 149 static int dao_commit_write(struct dao *dao) in dao_commit_write() function 151 dao->hw->dao_commit_write(dao->hw, in dao_commit_write() 264 .commit_write = dao_commit_write,
|
D | cthardware.h | 161 int (*dao_commit_write)(struct hw *hw, unsigned int idx, void *blk); member
|
D | cthw20k2.c | 908 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write() function 2304 .dao_commit_write = dao_commit_write,
|
D | cthw20k1.c | 924 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write() function 2231 .dao_commit_write = dao_commit_write,
|