Lines Matching refs:cmdif

397 struct cmdif {  struct
434 struct cmdif *cif;
500 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
502 static int getsourcesink(struct cmdif *cif, unsigned char source,
506 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
684 static int senddata(struct cmdif *cif, const unsigned char *in, u32 offset) in senddata()
708 static int loadfirmware(struct cmdif *cif, const unsigned char *img, in loadfirmware()
753 alloclbuspath(struct cmdif *cif, unsigned char source, in alloclbuspath()
792 freelbuspath(struct cmdif *cif, unsigned char source, unsigned char *path) in freelbuspath()
813 static int writearm(struct cmdif *cif, u32 addr, u32 data, u32 mask) in writearm()
837 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm, in sendcmd()
939 setmixer(struct cmdif *cif, short num, unsigned short rval, unsigned short lval) in setmixer()
955 static int getpaths(struct cmdif *cif, unsigned char *o) in getpaths()
972 getsourcesink(struct cmdif *cif, unsigned char source, unsigned char sink, in getsourcesink()
987 getsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int *rate) in getsamplerate()
1018 setsampleformat(struct cmdif *cif, in setsampleformat()
1041 setsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int rate) in setsamplerate()
1074 getmixer(struct cmdif *cif, short num, unsigned short *rval, in getmixer()
1090 struct cmdif *cif = chip->cif; in riptide_handleirq()
1184 static int try_to_load_firmware(struct cmdif *cif, struct snd_riptide *chip) in try_to_load_firmware()
1252 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip) in riptide_reset()
1363 struct cmdif *cif = chip->cif; in snd_riptide_pointer()
1396 struct cmdif *cif = chip->cif; in snd_riptide_trigger()
1458 struct cmdif *cif = chip->cif; in snd_riptide_prepare()
1584 struct cmdif *cif = chip->cif; in snd_riptide_hw_free()
1722 struct cmdif *cif = chip->cif; in snd_riptide_interrupt()
1746 struct cmdif *cif = chip->cif; in snd_riptide_codec_write()
1766 struct cmdif *cif = chip->cif; in snd_riptide_codec_read()
1780 struct cmdif *cif; in snd_riptide_initialize()
1789 if ((cif = kzalloc(sizeof(struct cmdif), GFP_KERNEL)) == NULL) in snd_riptide_initialize()
1815 struct cmdif *cif; in snd_riptide_free()
1911 struct cmdif *cif = NULL; in snd_riptide_proc_read()