Home
last modified time | relevance | path

Searched refs:srcimp_mgr_commit_write (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/pci/ctxfi/
Dcthardware.h132 int (*srcimp_mgr_commit_write)(struct hw *hw, void *blk); member
Dcthw20k1.c563 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write() function
2210 .srcimp_mgr_commit_write = srcimp_mgr_commit_write,
Dcthw20k2.c561 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write() function
2280 .srcimp_mgr_commit_write = srcimp_mgr_commit_write,
Dctsrc.c790 hw->srcimp_mgr_commit_write(mgr->hw, mgr->ctrl_blk); in srcimp_map_op()