Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
jsm_neo.c File Reference
#include <linux/delay.h>
#include <linux/serial_reg.h>
#include <linux/tty.h>
#include <linux/pci.h>
#include <asm/io.h>
#include "jsm.h"

Go to the source code of this file.

Variables

struct board_ops jsm_neo_ops
 

Variable Documentation

struct board_ops jsm_neo_ops
Initial value:
= {
.intr = neo_intr,
.uart_init = neo_uart_init,
.uart_off = neo_uart_off,
.param = neo_param,
.assert_modem_signals = neo_assert_modem_signals,
.flush_uart_write = neo_flush_uart_write,
.flush_uart_read = neo_flush_uart_read,
.disable_receiver = neo_disable_receiver,
.enable_receiver = neo_enable_receiver,
.send_break = neo_send_break,
.clear_break = neo_clear_break,
.send_start_character = neo_send_start_character,
.send_stop_character = neo_send_stop_character,
.copy_data_from_queue_to_uart = neo_copy_data_from_queue_to_uart,
.get_uart_bytes_left = neo_get_uart_bytes_left,
.send_immediate_char = neo_send_immediate_char
}

Definition at line 1396 of file jsm_neo.c.