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