Home
last modified time | relevance | path

Searched refs:ft1000_receive_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/ft1000/ft1000-usb/
Dft1000_hw.c1299 static bool ft1000_receive_cmd(struct ft1000_device *dev, u16 *pbuffer, in ft1000_receive_cmd() function
1816 if ( ft1000_receive_cmd(dev, pdpram_blk->pbuffer, MAX_CMD_SQSIZE, &nxtph) ) { in ft1000_poll()
1844 … if ( ft1000_receive_cmd(dev, pdpram_blk->pbuffer, MAX_CMD_SQSIZE, &nxtph) ) { in ft1000_poll()
/linux-3.4.99/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_hw.c870 static bool ft1000_receive_cmd(struct net_device *dev, u16 *pbuffer, in ft1000_receive_cmd() function
989 if ( ft1000_receive_cmd(dev, &cmdbuffer[0], MAX_CMD_SQSIZE, &tempword) ) { in ft1000_proc_drvmsg()