Lines Matching refs:data
176 /* Private per-port data structure */
254 * data. If we reach the last BD (WRAP=1), then we know we've scanned
306 * transmission of data. Instead, it tells the QE to not generate an
399 the data. */
408 * Start transmitting data
410 * This function will start transmitting any available data, if the port
411 * isn't already transmitting data.
428 * Stop transmitting data
565 static irqreturn_t qe_uart_int(int irq, void *data)
567 struct uart_qe_port *qe_port = (struct uart_qe_port *) data;
859 * sum of: 1 start bit, number of data bits, 0 or 1 parity bit,
1005 * Allocate the transmit and receive data buffers.
1060 * Verify that the data in serial_struct is suitable for this device.
1171 firmware = (struct qe_firmware *) fw->data;