Searched defs:qcom_geni_serial_port (Results 1 – 1 of 1) sorted by relevance
120 struct qcom_geni_serial_port { struct121 struct uart_port uport;122 struct geni_se se;123 const char *name;124 u32 tx_fifo_depth;125 u32 tx_fifo_width;126 u32 rx_fifo_depth;127 bool setup;128 int (*handle_rx)(struct uart_port *uport, u32 bytes, bool drop);129 unsigned int baud;[all …]