Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_json.py16 def get_json_result(test_result, def_config, build_dir, json_path): argument
24 "defconfig": def_config,
47 "defconfig": def_config,
H A Dkunit.py120 def_config='kunit_defconfig',
H A Dkunit_tool_test.py260 def_config='kunit_defconfig',
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_pm_config.c297 struct rk_sleep_config *config, *def_config = &sleep_config[RK_PM_MEM]; in pm_config_prepare() local
311 else if (def_config->mode_config) in pm_config_prepare()
313 def_config->mode_config, 0); in pm_config_prepare()
318 else if (def_config->wakeup_config) in pm_config_prepare()
320 def_config->wakeup_config, 0); in pm_config_prepare()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/s-suite/
H A Ds-suite_git.bb20 install -m0755 ${S}/def_config.sh ${D}/opt/S-suite
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmarvell.c669 u16 def_config; in marvell_config_led() local
676 def_config = MII_88E1121_PHY_LED_DEF; in marvell_config_led()
685 def_config = MII_88E1510_PHY_LED0_LINK_LED1_ACTIVE; in marvell_config_led()
687 def_config = MII_88E1510_PHY_LED_DEF; in marvell_config_led()
694 def_config); in marvell_config_led()