Searched refs:srcimp_mgr_commit_write (Results 1 – 4 of 4) sorted by relevance
131 int (*srcimp_mgr_commit_write)(struct hw *hw, void *blk);129 int (*srcimp_mgr_commit_write)(struct hw *hw, void *blk); global() member
559 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write() function2174 .srcimp_mgr_commit_write = srcimp_mgr_commit_write,
557 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write() function2316 .srcimp_mgr_commit_write = srcimp_mgr_commit_write,
775 hw->srcimp_mgr_commit_write(mgr->hw, mgr->ctrl_blk); in srcimp_map_op()