Searched refs:slave_ports (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 876 list_for_each_entry(os, &oh->slave_ports, node) { in _init_interface_clks() 988 list_for_each_entry(os, &oh->slave_ports, node) { in _enable_clocks() 1043 list_for_each_entry(os, &oh->slave_ports, node) { in _disable_clocks() 1128 list_for_each_entry(os, &oh->slave_ports, node) { in _save_mpu_port_index() 2372 list_for_each_entry(os, &oh->slave_ports, node) { in _setup_iclk_autoidle() 2574 INIT_LIST_HEAD(&oh->slave_ports); in _register() 2605 list_add(&oi->node, &oi->slave->slave_ports); in _add_link() 3423 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
|