Lines Matching refs:buffer
100 /* Size of tmp send buffer to card */
363 struct buffer {
364 u32 size; /* size is the length of the data buffer */
491 /* Setup pointers to different channels and also setup buffer sizes. */
750 * Return 1 - send buffer to card and ack.
751 * Return 0 - don't ack, don't send buffer to card.
945 DBG1("Data in buffer [%d], enable transmit! ",
949 DBG1("No data in buffer...");
1370 dev_err(&pdev->dev, "Could not allocate send buffer?\n");
1379 "Could not allocate kfifo buffer\n");
1620 static int ntty_write(struct tty_struct *tty, const unsigned char *buffer,
1633 rval = kfifo_in(&port->fifo_ul, (unsigned char *)buffer, count);
1805 /* Returns number of chars in buffer, called by tty layer */