Searched defs:omap_irda_config (Results 1 – 1 of 1) sorted by relevance
20 struct omap_irda_config { struct21 int transceiver_cap;22 int (*transceiver_mode)(struct device *dev, int mode);23 int (*select_irda)(struct device *dev, int state);24 int rx_channel;25 int tx_channel;26 unsigned long dest_start;27 unsigned long src_start;28 int tx_trigger;29 int rx_trigger;[all …]