Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h113076 struct uart_8250_dma { struct
113077 int (*tx_dma)(struct uart_8250_port *);
113078 int (*rx_dma)(struct uart_8250_port *);
113079 dma_filter_fn fn;
113080 void *rx_param;
113081 void *tx_param;
113082 struct dma_slave_config rxconf;
113083 struct dma_slave_config txconf;
113084 struct dma_chan *rxchan;
113085 struct dma_chan *txchan;
[all …]