Searched refs:counter_dw_timer_drv_data (Results 1 – 1 of 1) sorted by relevance
40 #define DEV_DATA(_dev) ((struct counter_dw_timer_drv_data *const)(_dev)->data)67 struct counter_dw_timer_drv_data { struct88 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_irq_handler() argument166 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_set_top_value()220 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_set_alarm()272 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_cancel_alarm()290 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_get_freq()324 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_init()376 static struct counter_dw_timer_drv_data timer_data_##inst; \