Searched defs:to_send (Results 1 – 2 of 2) sorted by relevance
352 static void sc16is7xx_fifo_write(struct uart_port *port, u8 *txbuf, u8 to_send) in sc16is7xx_fifo_write()
450 int to_send = strlen(test_str) + 1; in TEST_F() local