Home
last modified time | relevance | path

Searched defs:serial_struct (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/shell/
Dcttyhack.c81 struct serial_struct { struct
82 int type;
83 int line;
84 unsigned int port;
85 int irq;
86 int flags;
110 struct serial_struct sr; in cttyhack_main() argument
/busybox-1.35.0/miscutils/
Dsetserial.c188 struct serial_struct { struct
189 int type;
190 int line;
191 unsigned int port;
192 int irq;
193 int flags;
194 int xmit_fifo_size;
195 int custom_divisor;
196 int baud_base;
197 unsigned short close_delay;
[all …]