Searched refs:daio_mgr_commit_write (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/sound/pci/ctxfi/ |
D | ctdaio.c | 417 hw->daio_mgr_commit_write(hw, mgr->mgr.ctrl_blk); in dao_rsc_init() 424 hw->daio_mgr_commit_write(hw, mgr->mgr.ctrl_blk); in dao_rsc_init() 648 hw->daio_mgr_commit_write(mgr->hw, mgr->ctrl_blk); in daio_map_op() 687 static int daio_mgr_commit_write(struct daio_mgr *mgr) in daio_mgr_commit_write() function 691 hw->daio_mgr_commit_write(hw, mgr->mgr.ctrl_blk); in daio_mgr_commit_write() 729 daio_mgr->commit_write = daio_mgr_commit_write; in daio_mgr_create() 735 ((struct hw *)hw)->daio_mgr_commit_write(hw, daio_mgr->mgr.ctrl_blk); in daio_mgr_create()
|
D | cthardware.h | 177 int (*daio_mgr_commit_write)(struct hw *hw, void *blk); member
|
D | cthw20k1.c | 1108 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write() function 2271 .daio_mgr_commit_write = daio_mgr_commit_write,
|
D | cthw20k2.c | 1061 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write() function 2341 .daio_mgr_commit_write = daio_mgr_commit_write,
|