'\" t
.\"     Title: z8530_rtsdtr
.\"    Author: 
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: January 2017
.\"    Manual: Internal Functions
.\"    Source: Kernel Hackers Manual 4.8.15
.\"  Language: English
.\"
.TH "Z8530_RTSDTR" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Internal Functions"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
z8530_rtsdtr \- Control the outgoing DTS/RTS line
.SH "SYNOPSIS"
.HP \w'void\ z8530_rtsdtr('u
.BI "void z8530_rtsdtr(struct\ z8530_channel\ *\ " "c" ", int\ " "set" ");"
.SH "ARGUMENTS"
.PP
\fIc\fR
.RS 4
The Z8530 channel to control;
.RE
.PP
\fIset\fR
.RS 4
1 to set, 0 to clear
.RE
.SH "DESCRIPTION"
.PP
Sets or clears DTR/RTS on the requested line\&. All locking is handled by the caller\&. For now we assume all boards use the actual RTS/DTR on the chip\&. Apparently one or two don\*(Aqt\&. We\*(Aqll scream about them later\&.
.SH "AUTHOR"
.PP
\fBAlan Cox\fR <\&alan@lxorguk.ukuu.org.uk\&>
.RS 4
Author.
.RE
.SH "COPYRIGHT"
.br
