Searched refs:serial (Results 1 - 25 of 1811) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dserial.h1 #include <asm-generic/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dserial.h1 #include <asm-generic/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/microblaze/include/asm/
H A Dserial.h1 #include <asm-generic/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dserial.h1 #include <asm-generic/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dserial.h1 #include <asm-generic/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dserial.h1 #include <asm-generic/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dserial.h1 /* Remote serial support interface definitions for GDB, the GNU Debugger.
36 struct serial;
38 /* Try to open NAME. Returns a new `struct serial *' on success, NULL
44 extern struct serial *serial_open (const char *name);
46 /* Find an already opened serial stream using a file handle. */
48 extern struct serial *serial_for_fd (int fd);
50 /* Open a new serial stream using a file handle. */
52 extern struct serial *serial_fdopen (const int fd);
56 extern void serial_close (struct serial *scb);
60 extern void serial_un_fdopen (struct serial *sc
189 struct serial struct
[all...]
H A Dser-base.h1 /* Generic serial interface functions.
23 struct serial;
26 extern int generic_readchar (struct serial *scb, int timeout,
27 int (*do_readchar) (struct serial *scb,
29 extern void reschedule (struct serial *scb);
30 extern int ser_base_flush_output (struct serial *scb);
31 extern int ser_base_flush_input (struct serial *scb);
32 extern int ser_base_send_break (struct serial *scb);
33 extern void ser_base_raw (struct serial *scb);
34 extern serial_ttystate ser_base_get_tty_state (struct serial *sc
[all...]
H A Dser-tcp.h23 struct serial;
25 extern int net_open (struct serial *scb, const char *name);
26 extern void net_close (struct serial *scb);
27 extern int net_read_prim (struct serial *scb, size_t count);
28 extern int net_write_prim (struct serial *scb, const void *buf, size_t count);
H A Dser-unix.h23 extern int ser_unix_read_prim (struct serial *scb, size_t count);
24 extern int ser_unix_write_prim (struct serial *scb, const void *buf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dserial.h1 /* Remote serial support interface definitions for GDB, the GNU Debugger.
36 struct serial;
38 /* Try to open NAME. Returns a new `struct serial *' on success, NULL
44 extern struct serial *serial_open (const char *name);
46 /* Find an already opened serial stream using a file handle. */
48 extern struct serial *serial_for_fd (int fd);
50 /* Open a new serial stream using a file handle. */
52 extern struct serial *serial_fdopen (const int fd);
56 extern void serial_close (struct serial *scb);
60 extern void serial_un_fdopen (struct serial *sc
189 struct serial struct
[all...]
H A Dser-base.h1 /* Generic serial interface functions.
23 struct serial;
26 extern int generic_readchar (struct serial *scb, int timeout,
27 int (*do_readchar) (struct serial *scb,
29 extern void reschedule (struct serial *scb);
30 extern int ser_base_flush_output (struct serial *scb);
31 extern int ser_base_flush_input (struct serial *scb);
32 extern int ser_base_send_break (struct serial *scb);
33 extern void ser_base_raw (struct serial *scb);
34 extern serial_ttystate ser_base_get_tty_state (struct serial *sc
[all...]
H A Dser-tcp.h23 struct serial;
25 extern int net_open (struct serial *scb, const char *name);
26 extern void net_close (struct serial *scb);
27 extern int net_read_prim (struct serial *scb, size_t count);
28 extern int net_write_prim (struct serial *scb, const void *buf, size_t count);
H A Dser-unix.h23 extern int ser_unix_read_prim (struct serial *scb, size_t count);
24 extern int ser_unix_write_prim (struct serial *scb, const void *buf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dserial.h1 /* Remote serial support interface definitions for GDB, the GNU Debugger.
36 struct serial;
38 /* Try to open NAME. Returns a new `struct serial *' on success, NULL
44 extern struct serial *serial_open (const char *name);
46 /* Find an already opened serial stream using a file handle. */
48 extern struct serial *serial_for_fd (int fd);
50 /* Open a new serial stream using a file handle. */
52 extern struct serial *serial_fdopen (const int fd);
56 extern void serial_close (struct serial *scb);
60 extern void serial_un_fdopen (struct serial *sc
189 struct serial struct
[all...]
H A Dser-base.h1 /* Generic serial interface functions.
23 struct serial;
26 extern int generic_readchar (struct serial *scb, int timeout,
27 int (*do_readchar) (struct serial *scb,
29 extern void reschedule (struct serial *scb);
30 extern int ser_base_flush_output (struct serial *scb);
31 extern int ser_base_flush_input (struct serial *scb);
32 extern int ser_base_send_break (struct serial *scb);
33 extern void ser_base_raw (struct serial *scb);
34 extern serial_ttystate ser_base_get_tty_state (struct serial *sc
[all...]
H A Dser-tcp.h23 struct serial;
25 extern int net_open (struct serial *scb, const char *name);
26 extern void net_close (struct serial *scb);
27 extern int net_read_prim (struct serial *scb, size_t count);
28 extern int net_write_prim (struct serial *scb, const void *buf, size_t count);
H A Dser-unix.h23 extern int ser_unix_read_prim (struct serial *scb, size_t count);
24 extern int ser_unix_write_prim (struct serial *scb, const void *buf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/include/asm/
H A Dserial.h2 * include/asm-xtensa/serial.h
4 * Configuration details for 8250, 16450, 16550, etc. serial ports
16 #include <platform/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dserial.h2 * include/asm-xtensa/serial.h
4 * Configuration details for 8250, 16450, 16550, etc. serial ports
16 #include <platform/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dserial.h1 #include <asm-generic/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dserial.h1 #include <asm-generic/serial.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/include/asm/
H A Dserial.h2 * serial.h
7 * Based on linux/include/asm-i386/serial.h
9 #include <asm/serial-regs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/include/asm/
H A Dserial.h2 * serial.h
7 * Based on linux/include/asm-i386/serial.h
9 #include <asm/serial-regs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/usb/
H A Dhso.c36 * The multiplexed serial ports are using the interrupt and
73 #include <linux/serial.h>
235 on which serial port it is used on. */
263 int (*write_data) (struct hso_serial *serial);
266 * working on the serial receive buffers
330 static int put_rxbuf_data(struct urb *urb, struct hso_serial *serial);
331 static void hso_kick_transmit(struct hso_serial *serial);
348 static int hso_mux_serial_read(struct hso_serial *serial);
406 /* serial structures */
546 static int hso_urb_to_index(struct hso_serial *serial, struc argument
632 struct hso_serial *serial = NULL; local
661 set_serial_by_index(unsigned index, struct hso_serial *serial) argument
1127 struct hso_serial *serial = get_serial_by_tty(tty); local
1155 hso_resubmit_rx_bulk_urb(struct hso_serial *serial, struct urb *urb) argument
1178 put_rxbuf_data_and_resubmit_bulk_urb(struct hso_serial *serial) argument
1197 put_rxbuf_data_and_resubmit_ctrl_urb(struct hso_serial *serial) argument
1222 struct hso_serial *serial = urb->context; local
1277 hso_unthrottle_tasklet(struct hso_serial *serial) argument
1291 struct hso_serial *serial = get_serial_by_tty(tty); local
1298 struct hso_serial *serial = local
1307 struct hso_serial *serial = get_serial_by_index(tty->index); local
1367 struct hso_serial *serial = tty->driver_data; local
1413 struct hso_serial *serial = get_serial_by_tty(tty); local
1445 struct hso_serial *serial = get_serial_by_tty(tty); local
1460 struct hso_serial *serial = get_serial_by_tty(tty); local
1481 struct hso_serial *serial = get_serial_by_tty(tty); local
1495 tiocmget_submit_urb(struct hso_serial *serial, struct hso_tiocmget *tiocmget, struct usb_device *usb) argument
1522 struct hso_serial *serial = urb->context; local
1600 hso_wait_modem_status(struct hso_serial *serial, unsigned long arg) argument
1648 hso_get_count(struct hso_serial *serial, struct serial_icounter_struct __user *icnt) argument
1682 struct hso_serial *serial = get_serial_by_tty(tty); local
1716 struct hso_serial *serial = get_serial_by_tty(tty); local
1756 struct hso_serial *serial = get_serial_by_tty(tty); local
1780 hso_kick_transmit(struct hso_serial *serial) argument
1815 mux_device_request(struct hso_serial *serial, u8 type, u16 port, struct urb *ctrl_urb, struct usb_ctrlrequest *ctrl_req, u8 *ctrl_urb_data, u32 size) argument
1875 hso_mux_serial_read(struct hso_serial *serial) argument
1902 struct hso_serial *serial; local
1954 hso_mux_serial_write_data(struct hso_serial *serial) argument
1970 struct hso_serial *serial = urb->context; local
2000 hso_std_serial_write_data(struct hso_serial *serial) argument
2026 struct hso_serial *serial = urb->context; local
2069 put_rxbuf_data(struct urb *urb, struct hso_serial *serial) argument
2219 struct hso_serial *serial = dev2ser(hso_dev); local
2266 struct hso_serial *serial = dev2ser(hso_dev); local
2305 hso_serial_common_free(struct hso_serial *serial) argument
2326 hso_serial_common_create(struct hso_serial *serial, int num_urbs, int rx_size, int tx_size) argument
2654 hso_free_tiomget(struct hso_serial *serial) argument
2671 struct hso_serial *serial = dev2ser(hso_dev); local
2696 struct hso_serial *serial; local
2780 struct hso_serial *serial; local
[all...]

Completed in 142 milliseconds

1234567891011>>