Searched defs:dao (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/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() 389 static int dao_rsc_init(struct dao *dao,  in dao_rsc_init() 434 static int dao_rsc_uninit(struct dao *dao)  in dao_rsc_uninit() 453 static int dao_rsc_reinit(struct dao *dao, const struct dao_desc *desc)  in dao_rsc_reinit() [all …] 
 | 
| D | ctdaio.h | 52 struct dao {  struct 54 	struct dao_rsc_ops *ops;	/* DAO specific operations */  argument 74 	int (*set_spos)(struct dao *dao, unsigned int spos);  argument
  | 
| D | ctatc.c | 861 	struct dao *dao = container_of(atc->daios[SPDIFOO], struct dao, daio);  in spdif_passthru_playback_setup()  local 901 	struct dao *dao;  in spdif_passthru_playback_prepare()  local 1049 	struct dao *dao = container_of(atc->daios[type], struct dao, daio);  in atc_dao_get_status()  local 1056 	struct dao *dao = container_of(atc->daios[type], struct dao, daio);  in atc_dao_set_status()  local 1116 	struct dao *dao;  in atc_spdif_out_passthru()  local 1149 	struct dao *dao = NULL;  in atc_release_resources()  local 1493 	struct dao *dao;  in atc_connect_resources()  local
  |