Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dcthardware.h117 int (*src_mgr_enb_src)(void *blk, unsigned int idx); member
H A Dcthw20k2.c444 static int src_mgr_enb_src(void *blk, unsigned int idx) in src_mgr_enb_src() function
2263 .src_mgr_enb_src = src_mgr_enb_src,
H A Dcthw20k1.c444 static int src_mgr_enb_src(void *blk, unsigned int idx) in src_mgr_enb_src() function
2190 .src_mgr_enb_src = src_mgr_enb_src,
H A Dctsrc.c509 hw->src_mgr_enb_src(mgr->mgr.ctrl_blk, in src_enable()