Searched refs:parent_hwmod (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2545 if (oh->parent_hwmod) { in _setup() 2548 r = _enable(oh->parent_hwmod); in _setup() 2550 oh->name, oh->parent_hwmod->name); in _setup() 2558 if (oh->parent_hwmod) { in _setup() 2561 postsetup_state = oh->parent_hwmod->_postsetup_state; in _setup() 2564 _idle(oh->parent_hwmod); in _setup() 2566 _shutdown(oh->parent_hwmod); in _setup() 2569 oh->parent_hwmod->name, postsetup_state); in _setup()
|
D | omap_hwmod_54xx_data.c | 411 .parent_hwmod = &omap54xx_dss_hwmod, 453 .parent_hwmod = &omap54xx_dss_hwmod, 474 .parent_hwmod = &omap54xx_dss_hwmod, 514 .parent_hwmod = &omap54xx_dss_hwmod, 554 .parent_hwmod = &omap54xx_dss_hwmod,
|
D | omap_hwmod_43xx_data.c | 513 .parent_hwmod = &am43xx_dss_core_hwmod, 528 .parent_hwmod = &am43xx_dss_core_hwmod,
|
D | omap_hwmod.h | 609 struct omap_hwmod *parent_hwmod; member
|
D | omap_hwmod_44xx_data.c | 625 .parent_hwmod = &omap44xx_dss_hwmod, 667 .parent_hwmod = &omap44xx_dss_hwmod, 688 .parent_hwmod = &omap44xx_dss_hwmod, 735 .parent_hwmod = &omap44xx_dss_hwmod, 776 .parent_hwmod = &omap44xx_dss_hwmod, 805 .parent_hwmod = &omap44xx_dss_hwmod,
|
D | omap_hwmod_7xx_data.c | 640 .parent_hwmod = &dra7xx_dss_hwmod, 682 .parent_hwmod = &dra7xx_dss_hwmod,
|