Home
last modified time | relevance | path

Searched defs:edgeport_port (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/serial/
Dio_edgeport.c83 struct edgeport_port { struct
84 __u16 txCredits; /* our current credits for this port */
85 __u16 maxTxCredits; /* the max size of the port */
87 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */
88 struct urb *write_urb; /* write URB for this port */
89 bool write_in_progress; /* 'true' while a write URB is outstanding */
90 spinlock_t ep_lock;
92 __u8 shadowLCR; /* last LCR value received */
93 __u8 shadowMCR; /* last MCR value received */
94 __u8 shadowMSR; /* last MSR value received */
[all …]
Dio_ti.c95 struct edgeport_port { struct
96 __u16 uart_base;
97 __u16 dma_address;
98 __u8 shadow_msr;
99 __u8 shadow_mcr;
100 __u8 shadow_lsr;
101 __u8 lsr_mask;
102 __u32 ump_read_timeout; /*
107 int baud_rate;
108 int close_pending;
[all …]