Home
last modified time | relevance | path

Searched defs:omap_uart_port_info (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/platform_data/
Dserial-omap.h29 struct omap_uart_port_info { struct
30 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);
/kernel/linux/linux-4.19/include/linux/platform_data/
Dserial-omap.h33 struct omap_uart_port_info { struct
34 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);