Searched defs:ldc_channel_config (Results 1 – 1 of 1) sorted by relevance
21 struct ldc_channel_config { struct22 void (*event)(void *arg, int event);24 u32 mtu;25 unsigned int rx_irq;26 unsigned int tx_irq;27 u8 mode;55 const struct ldc_channel_config *cfgp, argument