Home
last modified time | relevance | path

Searched refs:set_match (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/platform_data/
H A Ddmtimer-omap.h34 int (*set_match)(struct omap_dm_timer *timer, int enable, member
/openbmc/linux/drivers/pwm/
H A Dpwm-omap-dmtimer.c232 omap->pdata->set_match(omap->dm_timer, true, match_value); in pwm_omap_dmtimer_config()
358 !pdata->set_match || in pwm_omap_dmtimer_probe()
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py468 set_match = _set_re_match(line)
469 if set_match:
470 name, val = set_match.groups()
/openbmc/linux/drivers/clocksource/
H A Dtimer-ti-dm.c1238 .set_match = omap_dm_timer_set_match,