Lines Matching defs:st_rc_device
20 struct st_rc_device { struct
21 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;
30 int sample_div;
31 bool rxuhfmode;
32 struct reset_control *rstc;