Searched refs:slave_ports (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/arm/mach-omap2/ |
| D | omap_hwmod.c | 907 list_for_each_entry(os, &oh->slave_ports, node) { in _init_interface_clks() 1019 list_for_each_entry(os, &oh->slave_ports, node) { in _enable_clocks() 1074 list_for_each_entry(os, &oh->slave_ports, node) { in _disable_clocks() 1159 list_for_each_entry(os, &oh->slave_ports, node) { in _save_mpu_port_index() 2453 list_for_each_entry(os, &oh->slave_ports, node) { in _setup_iclk_autoidle() 2655 INIT_LIST_HEAD(&oh->slave_ports); in _register() 2686 list_add(&oi->node, &oi->slave->slave_ports); in _add_link() 3497 if (list_empty(&oh->slave_ports)) { in omap_hwmod_allocate_module()
|
| D | omap_hwmod.h | 591 struct list_head slave_ports; /* connect to *_TA */ member
|