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