Lines Matching defs:cmdif
383 struct cmdif {
420 struct cmdif *cif;
485 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
487 static int getsourcesink(struct cmdif *cif, unsigned char source,
491 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
669 static int senddata(struct cmdif *cif, const unsigned char *in, u32 offset)
693 static int loadfirmware(struct cmdif *cif, const unsigned char *img,
738 alloclbuspath(struct cmdif *cif, unsigned char source,
777 freelbuspath(struct cmdif *cif, unsigned char source, const unsigned char *path)
798 static int writearm(struct cmdif *cif, u32 addr, u32 data, u32 mask)
822 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
924 setmixer(struct cmdif *cif, short num, unsigned short rval, unsigned short lval)
940 static int getpaths(struct cmdif *cif, unsigned char *o)
957 getsourcesink(struct cmdif *cif, unsigned char source, unsigned char sink,
972 getsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int *rate)
1003 setsampleformat(struct cmdif *cif,
1026 setsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int rate)
1059 getmixer(struct cmdif *cif, short num, unsigned short *rval,
1075 struct cmdif *cif = chip->cif;
1170 static int try_to_load_firmware(struct cmdif *cif, struct snd_riptide *chip)
1238 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip)
1349 struct cmdif *cif = chip->cif;
1382 struct cmdif *cif = chip->cif;
1444 struct cmdif *cif = chip->cif;
1569 struct cmdif *cif = chip->cif;
1702 struct cmdif *cif = chip->cif;
1727 struct cmdif *cif = chip->cif;
1747 struct cmdif *cif = chip->cif;
1761 struct cmdif *cif;
1770 if ((cif = kzalloc(sizeof(struct cmdif), GFP_KERNEL)) == NULL)
1796 struct cmdif *cif;
1893 struct cmdif *cif = NULL;