X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Fserial%2Fdriver;h=77ba0afbe4db2c227650441af43ab3c57f2e5a6f;hb=9c3973966fdd3f235466195189eca362557ef098;hp=88ad615dd338d75e2b282422c8f2d6f7f3af80b7;hpb=be967b7e2f7747a5ebf2a07ee627d9338491e784;p=~andy%2Flinux diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 88ad615dd33..77ba0afbe4d 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver @@ -186,6 +186,17 @@ hardware. Locking: port_sem taken. Interrupts: caller dependent. + flush_buffer(port) + Flush any write buffers, reset any DMA state and stop any + ongoing DMA transfers. + + This will be called whenever the port->info->xmit circular + buffer is cleared. + + Locking: port->lock taken. + Interrupts: locally disabled. + This call must not sleep + set_termios(port,termios,oldtermios) Change the port parameters, including word length, parity, stop bits. Update read_status_mask and ignore_status_mask to indicate