Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fdt_reset_deassert_all
Function
fdt_reset_deassert_all
freebsd/mips/mediatek/fdt_reset.c:104–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
int
105
fdt_reset_deassert_all(device_t consumer)
106
{
107
108
return (assert_deassert_all(consumer, false));
109
}
110
111
void
112
fdt_reset_register_provider(device_t provider)
Callers
5
mtk_usb_phy_attach
Function · 0.85
mtk_soc_reset_device
Function · 0.85
mtk_soc_deassert_reset
Function · 0.85
mtk_pcie_phy_start
Function · 0.85
mtk_pcie_phy_stop
Function · 0.85
Calls
1
assert_deassert_all
Function · 0.85
Tested by
no test coverage detected