Searched refs:slave_ports (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 879 list_for_each_entry(os, &oh->slave_ports, node) { in _init_interface_clks() 991 list_for_each_entry(os, &oh->slave_ports, node) { in _enable_clocks() 1046 list_for_each_entry(os, &oh->slave_ports, node) { in _disable_clocks() 1131 list_for_each_entry(os, &oh->slave_ports, node) { in _save_mpu_port_index() 2408 list_for_each_entry(os, &oh->slave_ports, node) { in _setup_iclk_autoidle() 2610 INIT_LIST_HEAD(&oh->slave_ports); in _register() 2641 list_add(&oi->node, &oi->slave->slave_ports); in _add_link() 3457 if (list_empty(&oh->slave_ports)) { in omap_hwmod_allocate_module()
|
D | omap_hwmod.h | 589 struct list_head slave_ports; /* connect to *_TA */ member
|