Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ctxfi/
Dcthardware.h173 int (*daio_mgr_set_imapnxt)(void *blk, unsigned int next); member
Dcthw20k2.c1035 static int daio_mgr_set_imapnxt(void *blk, unsigned int next) in daio_mgr_set_imapnxt() function
2315 .daio_mgr_set_imapnxt = daio_mgr_set_imapnxt,
Dcthw20k1.c1080 static int daio_mgr_set_imapnxt(void *blk, unsigned int next) in daio_mgr_set_imapnxt() function
2242 .daio_mgr_set_imapnxt = daio_mgr_set_imapnxt,
Dctdaio.c638 hw->daio_mgr_set_imapnxt(mgr->ctrl_blk, entry->next); in daio_map_op()