Lines Matching defs:st_rc_device
18 struct st_rc_device { struct
19 struct device *dev;
20 int irq;
21 int irq_wake;
22 struct clk *sys_clock;
23 void __iomem *base; /* Register base address */
24 void __iomem *rx_base;/* RX Register base address */
25 struct rc_dev *rdev;
26 bool overclocking;
27 int sample_mult;
28 int sample_div;
29 bool rxuhfmode;
30 struct reset_control *rstc;