Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/meta/
H A Ddistro-feed-configs.bb28 # confs = [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in archs ]
29 # return " ".join( confs )
/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/
H A Dsndio.h84 } confs[SIO_NCONF]; member
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-gemini.c57 const struct gemini_pin_conf *confs; member
2370 retconf = &pmx->confs[i]; in gemini_get_pin_conf()
2562 pmx->confs = gemini_confs_3512; in gemini_pmx_probe()
2569 pmx->confs = gemini_confs_3516; in gemini_pmx_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c904 const struct hdmiphy_configs *confs = &hdata->drv_data->phy_confs; in hdmi_find_phy_conf() local
907 for (i = 0; i < confs->count; i++) in hdmi_find_phy_conf()
908 if (confs->data[i].pixel_clock == pixel_clock) in hdmi_find_phy_conf()
/OK3568_Linux_fs/kernel/drivers/pinctrl/sirf/
H A Dpinctrl-atlas7.c305 struct atlas7_pad_config *confs; member
4768 .confs = (struct atlas7_pad_config *)atlas7_ioc_pad_confs,
5053 conf = &pmx->pctl_data->confs[pin]; in __atlas7_pmx_pin_enable()
5162 struct atlas7_pad_config *conf = &pmx->pctl_data->confs[pin]; in altas7_pinctrl_set_pull_sel()
5188 struct atlas7_pad_config *conf = &pmx->pctl_data->confs[pin]; in __altas7_pinctrl_set_drive_strength_sel()
5215 struct atlas7_pad_config *conf = &pmx->pctl_data->confs[pin]; in altas7_pinctrl_set_drive_strength_sel()
5487 conf = &pmx->pctl_data->confs[idx]; in atlas7_pinmux_suspend_noirq()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dkernel.bbclass58 # bitbake/distro confs: STAGING_KERNEL_DIR and STAGING_KERNEL_BUILDDIR.