Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
board_ops Struct Reference

#include <jsm.h>

Data Fields

irq_handler_t intr
 
void(* uart_init )(struct jsm_channel *ch)
 
void(* uart_off )(struct jsm_channel *ch)
 
void(* param )(struct jsm_channel *ch)
 
void(* assert_modem_signals )(struct jsm_channel *ch)
 
void(* flush_uart_write )(struct jsm_channel *ch)
 
void(* flush_uart_read )(struct jsm_channel *ch)
 
void(* disable_receiver )(struct jsm_channel *ch)
 
void(* enable_receiver )(struct jsm_channel *ch)
 
void(* send_break )(struct jsm_channel *ch)
 
void(* clear_break )(struct jsm_channel *ch, int)
 
void(* send_start_character )(struct jsm_channel *ch)
 
void(* send_stop_character )(struct jsm_channel *ch)
 
void(* copy_data_from_queue_to_uart )(struct jsm_channel *ch)
 
u32(* get_uart_bytes_left )(struct jsm_channel *ch)
 
void(* send_immediate_char )(struct jsm_channel *ch, unsigned char)
 

Detailed Description

Definition at line 101 of file jsm.h.

Field Documentation

void(* assert_modem_signals)(struct jsm_channel *ch)

Definition at line 106 of file jsm.h.

void(* clear_break)(struct jsm_channel *ch, int)

Definition at line 112 of file jsm.h.

void(* copy_data_from_queue_to_uart)(struct jsm_channel *ch)

Definition at line 115 of file jsm.h.

void(* disable_receiver)(struct jsm_channel *ch)

Definition at line 109 of file jsm.h.

void(* enable_receiver)(struct jsm_channel *ch)

Definition at line 110 of file jsm.h.

void(* flush_uart_read)(struct jsm_channel *ch)

Definition at line 108 of file jsm.h.

void(* flush_uart_write)(struct jsm_channel *ch)

Definition at line 107 of file jsm.h.

u32(* get_uart_bytes_left)(struct jsm_channel *ch)

Definition at line 116 of file jsm.h.

Definition at line 102 of file jsm.h.

Definition at line 105 of file jsm.h.

void(* send_break)(struct jsm_channel *ch)

Definition at line 111 of file jsm.h.

void(* send_immediate_char)(struct jsm_channel *ch, unsigned char)

Definition at line 117 of file jsm.h.

void(* send_start_character)(struct jsm_channel *ch)

Definition at line 113 of file jsm.h.

void(* send_stop_character)(struct jsm_channel *ch)

Definition at line 114 of file jsm.h.

void(* uart_init)(struct jsm_channel *ch)

Definition at line 103 of file jsm.h.

void(* uart_off)(struct jsm_channel *ch)

Definition at line 104 of file jsm.h.


The documentation for this struct was generated from the following file: