Searched refs:daio_mgr_commit_write (Results 1 – 4 of 4) sorted by relevance
/linux/sound/pci/ctxfi/ |
H A D | ctdaio.c | 390 hw->daio_mgr_commit_write(hw, mgr->mgr.ctrl_blk); in dao_rsc_init() 397 hw->daio_mgr_commit_write(hw, mgr->mgr.ctrl_blk); in dao_rsc_init() 618 hw->daio_mgr_commit_write(mgr->hw, mgr->ctrl_blk); in daio_mgr_dsb_daio() 657 static int daio_mgr_commit_write(struct daio_mgr *mgr) in daio_imap_add() 661 hw->daio_mgr_commit_write(hw, mgr->mgr.ctrl_blk); 699 daio_mgr->commit_write = daio_mgr_commit_write; in daio_mgr_create() 706 hw->daio_mgr_commit_write(hw, daio_mgr->mgr.ctrl_blk); in daio_mgr_create() 679 static int daio_mgr_commit_write(struct daio_mgr *mgr) daio_mgr_commit_write() function
|
H A D | cthardware.h | 175 int (*daio_mgr_commit_write)(struct hw *hw, void *blk); member
|
H A D | cthw20k2.c | 1051 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write() function 2317 .daio_mgr_commit_write = daio_mgr_commit_write,
|
H A D | cthw20k1.c | 1098 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write() function 2244 .daio_mgr_commit_write = daio_mgr_commit_write,
|