Home
last modified time | relevance | path

Searched refs:get_fclk (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/platform_data/
H A Ddmtimer-omap.h27 struct clk *(*get_fclk)(struct omap_dm_timer *timer); member
/openbmc/linux/drivers/pwm/
H A Dpwm-omap-dmtimer.c168 fclk = omap->pdata->get_fclk(omap->dm_timer); in pwm_omap_dmtimer_config()
354 !pdata->get_fclk || in pwm_omap_dmtimer_probe()
/openbmc/linux/drivers/clocksource/
H A Dtimer-ti-dm.c1234 .get_fclk = omap_dm_timer_get_fclk,