Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fdt_reset_assert_all
Function
fdt_reset_assert_all
freebsd/mips/mediatek/fdt_reset.c:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
int
98
fdt_reset_assert_all(device_t consumer)
99
{
100
101
return (assert_deassert_all(consumer, true));
102
}
103
104
int
105
fdt_reset_deassert_all(device_t consumer)
Callers
6
mtk_usb_phy_attach
Function · 0.85
mtk_usb_phy_detach
Function · 0.85
mtk_soc_reset_device
Function · 0.85
mtk_soc_assert_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