Searched defs:qcom_geni_serial_port (Results 1 – 1 of 1) sorted by relevance
101 struct qcom_geni_serial_port { struct102 struct uart_port uport;103 struct geni_se se;104 char name[20];105 u32 tx_fifo_depth;106 u32 tx_fifo_width;107 u32 rx_fifo_depth;108 bool setup;109 int (*handle_rx)(struct uart_port *uport, u32 bytes, bool drop);110 unsigned int baud;[all …]