Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dcthardware.h175 int (*daio_mgr_set_imapnxt)(void *blk, unsigned int next);
173 int (*daio_mgr_set_imapnxt)(void *blk, unsigned int next); global() member
H A Dcthw20k1.c1080 static int daio_mgr_set_imapnxt(void *blk, unsigned int next) in daio_mgr_set_imapnxt() function
2216 .daio_mgr_set_imapnxt = daio_mgr_set_imapnxt,
H A Dcthw20k2.c1037 static int daio_mgr_set_imapnxt(void *blk, unsigned int next) in daio_mgr_set_imapnxt() function
2359 .daio_mgr_set_imapnxt = daio_mgr_set_imapnxt,
H A Dctdaio.c634 hw->daio_mgr_set_imapnxt(mgr->ctrl_blk, entry->next); in daio_map_op()