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); 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.c1036 static int daio_mgr_set_imapnxt(void *blk, unsigned int next) in daio_mgr_set_imapnxt() function
2358 .daio_mgr_set_imapnxt = daio_mgr_set_imapnxt,
H A Dctdaio.c635 hw->daio_mgr_set_imapnxt(mgr->ctrl_blk, entry->next); in daio_imap_delete()