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