Searched defs:dao (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/sound/pci/ctxfi/ |
D | ctdaio.c | 141 static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos) in dao_spdif_get_spos() 147 static int dao_spdif_set_spos(struct dao *dao, unsigned int spos) in dao_spdif_set_spos() 153 static int dao_commit_write(struct dao *dao) in dao_commit_write() 160 static int dao_set_left_input(struct dao *dao, struct rsc *input) in dao_set_left_input() 189 static int dao_set_right_input(struct dao *dao, struct rsc *input) in dao_set_right_input() 218 static int dao_clear_left_input(struct dao *dao) in dao_clear_left_input() 242 static int dao_clear_right_input(struct dao *dao) in dao_clear_right_input() 391 static int dao_rsc_init(struct dao *dao, in dao_rsc_init() 436 static int dao_rsc_uninit(struct dao *dao) in dao_rsc_uninit() 455 static int dao_rsc_reinit(struct dao *dao, const struct dao_desc *desc) in dao_rsc_reinit() [all …]
|
D | ctdaio.h | 51 struct dao { struct 53 struct dao_rsc_ops *ops; /* DAO specific operations */ argument 73 int (*set_spos)(struct dao *dao, unsigned int spos); argument
|
D | ctatc.c | 850 struct dao *dao = container_of(atc->daios[SPDIFOO], struct dao, daio); in spdif_passthru_playback_setup() local 890 struct dao *dao; in spdif_passthru_playback_prepare() local 1038 struct dao *dao = container_of(atc->daios[type], struct dao, daio); in atc_dao_get_status() local 1045 struct dao *dao = container_of(atc->daios[type], struct dao, daio); in atc_dao_set_status() local 1105 struct dao *dao; in atc_spdif_out_passthru() local 1138 struct dao *dao = NULL; in atc_release_resources() local 1484 struct dao *dao; in atc_connect_resources() local
|