Searched refs:srcimp_mgr_commit_write (Results 1 – 4 of 4) sorted by relevance
132 int (*srcimp_mgr_commit_write)(struct hw *hw, void *blk); member
563 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write() function2210 .srcimp_mgr_commit_write = srcimp_mgr_commit_write,
561 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write() function2280 .srcimp_mgr_commit_write = srcimp_mgr_commit_write,
790 hw->srcimp_mgr_commit_write(mgr->hw, mgr->ctrl_blk); in srcimp_map_op()