Searched defs:st_rc_device (Results 1 – 1 of 1) sorted by relevance
20 struct st_rc_device { struct21 struct device *dev;22 int irq;23 int irq_wake;24 struct clk *sys_clock;25 void __iomem *base; /* Register base address */26 void __iomem *rx_base;/* RX Register base address */27 struct rc_dev *rdev;28 bool overclocking;29 int sample_mult;[all …]