Lines Matching defs:cmdif

382 struct cmdif {
419 struct cmdif *cif;
484 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
486 static int getsourcesink(struct cmdif *cif, unsigned char source,
490 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
668 static int senddata(struct cmdif *cif, const unsigned char *in, u32 offset)
692 static int loadfirmware(struct cmdif *cif, const unsigned char *img,
737 alloclbuspath(struct cmdif *cif, unsigned char source,
776 freelbuspath(struct cmdif *cif, unsigned char source, const unsigned char *path)
797 static int writearm(struct cmdif *cif, u32 addr, u32 data, u32 mask)
821 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
923 setmixer(struct cmdif *cif, short num, unsigned short rval, unsigned short lval)
939 static int getpaths(struct cmdif *cif, unsigned char *o)
956 getsourcesink(struct cmdif *cif, unsigned char source, unsigned char sink,
971 getsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int *rate)
1002 setsampleformat(struct cmdif *cif,
1025 setsamplerate(struct cmdif *cif, unsigned char *intdec, unsigned int rate)
1058 getmixer(struct cmdif *cif, short num, unsigned short *rval,
1074 struct cmdif *cif = chip->cif;
1175 static int try_to_load_firmware(struct cmdif *cif, struct snd_riptide *chip)
1243 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip)
1354 struct cmdif *cif = chip->cif;
1387 struct cmdif *cif = chip->cif;
1449 struct cmdif *cif = chip->cif;
1574 struct cmdif *cif = chip->cif;
1707 struct cmdif *cif = chip->cif;
1732 struct cmdif *cif = chip->cif;
1752 struct cmdif *cif = chip->cif;
1766 struct cmdif *cif;
1775 cif = kzalloc(sizeof(struct cmdif), GFP_KERNEL);
1804 struct cmdif *cif;
1870 struct cmdif *cif = NULL;