Searched refs:bulk_immediate (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | iuu_phoenix.c | 269 static int bulk_immediate(struct usb_serial_port *port, u8 *buf, u8 count) in bulk_immediate() function 327 status = bulk_immediate(port, buf, 8); in iuu_led() 416 status = bulk_immediate(port, (u8 *) priv->buf, Count); in iuu_clk() 524 status = bulk_immediate(port, (u8 *) priv->buf, Count); in iuu_clk() 548 status = bulk_immediate(port, rxcmd, 1); in iuu_uart_flush() 758 status = bulk_immediate(port, buf, 4); in iuu_uart_on() 782 status = bulk_immediate(port, buf, 1); in iuu_uart_off() 880 status = bulk_immediate(port, dataout, DataCount); in iuu_uart_baud() 1098 status = bulk_immediate(port, buf, 5); in iuu_vcc_set()
|