Home
last modified time | relevance | path

Searched refs:set_source (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/python-augeas/
H A D0001-Use-CFFI-in-out-of-line-API-mode-49.patch67 -ffi.set_source("augeas",
70 +ffi.set_source("_augeas",
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Ddmtimer-omap.h31 int (*set_source)(struct omap_dm_timer *timer, int source); member
/OK3568_Linux_fs/buildroot/package/python-autobahn/
H A D0002-Build-with-nvx-by-default-and-don-t-publish-universa.patch30 ffi.set_source(
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-omap-dmtimer.c402 omap->pdata->set_source(omap->dm_timer, v); in pwm_omap_dmtimer_probe()
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Domap_remoteproc.c165 ret = timer->timer_ops->set_source(timer->odt, OMAP_TIMER_SRC_SYS_CLK); in omap_rproc_request_timer()
363 !timer_ops->set_source || !timer_ops->set_load || in omap_rproc_enable_timers()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-ti-dm.c898 .set_source = omap_dm_timer_set_source,