Searched refs:mcd_send (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mcd/
H A Dmcd.c126 static int mcd_send(struct mcd_softc *, int cmd,int nretrys);
736 mcd_send(struct mcd_softc *sc, int cmd,int nretrys) function
740 /*MCD_TRACE("mcd_send: command = 0x%02x\n",cmd,0,0,0);*/
751 device_printf(sc->dev, "mcd_send retry cnt exceeded\n");
754 /*MCD_TRACE("mcd_send: done\n",0,0,0,0);*/
786 if (mcd_send(sc, MCD_CMDGETVOLINFO,MCD_RETRYS) < 0)
1189 if (mcd_send(sc, MCD_CMDSTOPAUDIO, MCD_RETRYS) < 0)
1380 if (mcd_send(sc, MCD_CMDSTOPAUDIO, MCD_RETRYS) < 0)
1390 if (mcd_send(sc, MCD_CMDGETQCHN, MCD_RETRYS) < 0)

Completed in 181 milliseconds