Lines Matching defs:cmdif

382 struct cmdif {
420 struct cmdif *cif;
483 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
485 static int getsourcesink(struct cmdif *cif, unsigned char source,
489 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
667 static int senddata(struct cmdif *cif, const unsigned char *in, u32 offset)
691 static int loadfirmware(struct cmdif *cif, const unsigned char *img,
736 alloclbuspath(struct cmdif *cif, unsigned char source,
775 freelbuspath(struct cmdif *cif, unsigned char source, const unsigned char *path)
796 static int writearm(struct cmdif *cif, u32 addr, u32 data, u32 mask)
820 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
922 setmixer(struct cmdif *cif, short num, unsigned short rval, unsigned short lval)
938 static int getpaths(struct cmdif *cif, unsigned char *o)
955 getsourcesink(struct cmdif *cif, unsigned char source, unsigned char sink,
970 getsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int *rate)
1001 setsampleformat(struct cmdif *cif,
1024 setsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int rate)
1057 getmixer(struct cmdif *cif, short num, unsigned short *rval,
1073 struct cmdif *cif = chip->cif;
1169 static int try_to_load_firmware(struct cmdif *cif, struct snd_riptide *chip)
1237 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip)
1348 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 cif = kzalloc(sizeof(struct cmdif), GFP_KERNEL);
1800 struct cmdif *cif;
1866 struct cmdif *cif = NULL;