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