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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Diuu_phoenix.c315 static int bulk_immediate(struct usb_serial_port *port, u8 *buf, u8 count) function
380 status = bulk_immediate(port, buf, 8);
471 status = bulk_immediate(port, (u8 *) priv->buf, Count);
580 status = bulk_immediate(port, (u8 *) priv->buf, Count);
599 status = bulk_immediate(port, &rxcmd, 1);
827 status = bulk_immediate(port, buf, 4);
851 status = bulk_immediate(port, buf, 1);
949 status = bulk_immediate(port, dataout, DataCount);
1201 status = bulk_immediate(port, buf, 5);

Completed in 44 milliseconds