Lines Matching defs:edgeport_port
90 struct edgeport_port { struct
91 __u16 uart_base;
92 __u16 dma_address;
93 __u8 shadow_msr;
94 __u8 shadow_mcr;
95 __u8 shadow_lsr;
96 __u8 lsr_mask;
97 __u32 ump_read_timeout; /* Number of miliseconds the UMP will
100 int baud_rate;
101 int close_pending;
102 int lsr_event;
103 struct edgeport_uart_buf_desc tx;
104 struct async_icount icount;
105 wait_queue_head_t delta_msr_wait; /* for handling sleeping while
108 struct edgeport_serial *edge_serial;
109 struct usb_serial_port *port;