Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dcthardware.h172 int (*daio_mgr_dao_init)(struct hw *hw, void *blk, unsigned int idx,
170 int (*daio_mgr_dao_init)(void *blk, unsigned int idx, global() member
H A Dcthw20k1.c1034 static int daio_mgr_dao_init(struct hw *hw __maybe_unused, void *blk, unsigned int idx, unsigned in… in daio_mgr_dao_init() function
2214 .daio_mgr_dao_init = daio_mgr_dao_init,
H A Dcthw20k2.c988 static int daio_mgr_dao_init(struct hw *hw, void *blk, unsigned int idx, unsigned int conf) in daio_mgr_dao_init() function
2356 .daio_mgr_dao_init = daio_mgr_dao_init,
H A Dctdaio.c411 hw->daio_mgr_dao_init(hw, mgr->mgr.ctrl_blk, idx, conf); in dao_rsc_uninit()