Searched refs:bcm2835_timer (Results 1 – 2 of 2) sorted by relevance
29 struct bcm2835_timer { struct46 struct bcm2835_timer *timer = container_of(evt_dev, in bcm2835_time_set_next_event() argument47 struct bcm2835_timer, evt); in bcm2835_time_set_next_event()55 struct bcm2835_timer *timer = dev_id; in bcm2835_time_interrupt()74 struct bcm2835_timer *timer; in bcm2835_timer_init()
31 obj-$(CONFIG_BCM2835_TIMER) += bcm2835_timer.o