Toggle navigation
/
Symbol
File
Text
Line
Symbol: dao
function parameter
Defined...
sound/pci/ctxfi/ctdaio.c:137:31-137:43
: static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos)
sound/pci/ctxfi/ctdaio.c:143:31-143:43
: static int dao_spdif_set_spos(struct dao *dao, unsigned int spos)
sound/pci/ctxfi/ctdaio.c:149:29-149:41
: static int dao_commit_write(struct dao *dao)
sound/pci/ctxfi/ctdaio.c:156:31-156:43
: static int dao_set_left_input(struct dao *dao, struct rsc *input)
sound/pci/ctxfi/ctdaio.c:185:32-185:44
: static int dao_set_right_input(struct dao *dao, struct rsc *input)
sound/pci/ctxfi/ctdaio.c:214:33-214:45
: static int dao_clear_left_input(struct dao *dao)
sound/pci/ctxfi/ctdaio.c:238:34-238:46
: static int dao_clear_right_input(struct dao *dao)
sound/pci/ctxfi/ctdaio.c:385:25-385:37
: static int dao_rsc_init(struct dao *dao,
sound/pci/ctxfi/ctdaio.c:431:27-431:39
: static int dao_rsc_uninit(struct dao *dao)
sound/pci/ctxfi/ctdaio.c:450:27-450:39
: static int dao_rsc_reinit(struct dao *dao, const struct dao_desc *desc)
record
Defined...
sound/pci/ctxfi/ctdaio.h:48:1-55:1
: struct dao {
variable
Defined...
sound/pci/ctxfi/ctatc.c:860:2-860:20
: struct dao *dao = container_of(atc->daios[SPDIFOO], struct dao, daio);
sound/pci/ctxfi/ctatc.c:900:2-900:14
: struct dao *dao;
sound/pci/ctxfi/ctatc.c:1048:2-1048:20
: struct dao *dao = container_of(atc->daios[type], struct dao, daio);
sound/pci/ctxfi/ctatc.c:1055:2-1055:20
: struct dao *dao = container_of(atc->daios[type], struct dao, daio);
sound/pci/ctxfi/ctatc.c:1115:2-1115:14
: struct dao *dao;
sound/pci/ctxfi/ctatc.c:1148:2-1148:20
: struct dao *dao = NULL;
sound/pci/ctxfi/ctatc.c:1492:2-1492:14
: struct dao *dao;
sound/pci/ctxfi/ctdaio.c:545:3-545:53
: struct dao *dao = kzalloc(sizeof(*dao), GFP_KERNEL);