Searched defs:st_rc_device (Results 1 – 1 of 1) sorted by relevance
17 struct st_rc_device { struct18 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;[all …]