Home | History | Annotate | Download | only in hw

Lines Matching refs:dev

29     struct goldfish_device dev;
67 goldfish_device_set_irq(&s->dev, 0, 1);
101 goldfish_device_set_irq(&s->dev, 0, 1);
115 goldfish_device_set_irq(&s->dev, 0, 0);
127 goldfish_device_set_irq(&s->dev, 0, 1);
131 struct goldfish_device dev;
191 goldfish_device_set_irq(&s->dev, 0, 0);
199 .dev = {
208 .dev = {
242 timer_state.dev.base = timerbase;
243 timer_state.dev.irq = timerirq;
245 goldfish_device_add(&timer_state.dev, goldfish_timer_readfn, goldfish_timer_writefn, &timer_state);
249 goldfish_device_add(&rtc_state.dev, goldfish_rtc_readfn, goldfish_rtc_writefn, &rtc_state);