Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/termios.h>
#include <linux/tty.h>
#include <linux/serial.h>
#include <asm/uaccess.h>
#include <net/irda/irda.h>
#include <net/irda/irmod.h>
#include <net/irda/ircomm_core.h>
#include <net/irda/ircomm_param.h>
#include <net/irda/ircomm_tty_attach.h>
#include <net/irda/ircomm_tty.h>
Go to the source code of this file.
Macros | |
#define | RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) |
Functions | |
void | ircomm_tty_set_termios (struct tty_struct *tty, struct ktermios *old_termios) |
int | ircomm_tty_tiocmget (struct tty_struct *tty) |
int | ircomm_tty_tiocmset (struct tty_struct *tty, unsigned int set, unsigned int clear) |
int | ircomm_tty_ioctl (struct tty_struct *tty, unsigned int cmd, unsigned long arg) |
Definition at line 47 of file ircomm_tty_ioctl.c.
int ircomm_tty_ioctl | ( | struct tty_struct * | tty, |
unsigned int | cmd, | ||
unsigned long | arg | ||
) |
Definition at line 374 of file ircomm_tty_ioctl.c.
void ircomm_tty_set_termios | ( | struct tty_struct * | tty, |
struct ktermios * | old_termios | ||
) |
Definition at line 148 of file ircomm_tty_ioctl.c.
int ircomm_tty_tiocmget | ( | struct tty_struct * | tty | ) |
Definition at line 198 of file ircomm_tty_ioctl.c.
int ircomm_tty_tiocmset | ( | struct tty_struct * | tty, |
unsigned int | set, | ||
unsigned int | clear | ||
) |
Definition at line 223 of file ircomm_tty_ioctl.c.