Searched refs:parent_hwmod (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2664 if (oh->parent_hwmod) { in _setup() 2667 r = _enable(oh->parent_hwmod); in _setup() 2669 oh->name, oh->parent_hwmod->name); in _setup() 2677 if (oh->parent_hwmod) { in _setup() 2680 postsetup_state = oh->parent_hwmod->_postsetup_state; in _setup() 2683 _idle(oh->parent_hwmod); in _setup() 2685 _shutdown(oh->parent_hwmod); in _setup() 2688 oh->parent_hwmod->name, postsetup_state); in _setup()
|
D | omap_hwmod_54xx_data.c | 425 .parent_hwmod = &omap54xx_dss_hwmod, 467 .parent_hwmod = &omap54xx_dss_hwmod, 488 .parent_hwmod = &omap54xx_dss_hwmod, 528 .parent_hwmod = &omap54xx_dss_hwmod, 568 .parent_hwmod = &omap54xx_dss_hwmod,
|
D | omap_hwmod_43xx_data.c | 502 .parent_hwmod = &am43xx_dss_core_hwmod, 517 .parent_hwmod = &am43xx_dss_core_hwmod,
|
D | omap_hwmod.h | 698 struct omap_hwmod *parent_hwmod; member
|
D | omap_hwmod_44xx_data.c | 654 .parent_hwmod = &omap44xx_dss_hwmod, 709 .parent_hwmod = &omap44xx_dss_hwmod, 743 .parent_hwmod = &omap44xx_dss_hwmod, 802 .parent_hwmod = &omap44xx_dss_hwmod, 849 .parent_hwmod = &omap44xx_dss_hwmod, 873 .parent_hwmod = &omap44xx_dss_hwmod,
|