Searched defs:omap_uart_port_info (Results 1 – 1 of 1) sorted by relevance
29 struct omap_uart_port_info { struct30 bool dma_enabled; /* To specify DMA Mode */31 unsigned int uartclk; /* UART clock rate */32 upf_t flags; /* UPF_* flags */33 unsigned int dma_rx_buf_size;34 unsigned int dma_rx_timeout;35 unsigned int autosuspend_timeout;36 unsigned int dma_rx_poll_rate;38 int (*get_context_loss_count)(struct device *);39 void (*enable_wakeup)(struct device *, bool);