MCPcopy 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
97int
98fdt_reset_assert_all(device_t consumer)
99{
100
101 return (assert_deassert_all(consumer, true));
102}
103
104int
105fdt_reset_deassert_all(device_t consumer)

Callers 6

mtk_usb_phy_attachFunction · 0.85
mtk_usb_phy_detachFunction · 0.85
mtk_soc_reset_deviceFunction · 0.85
mtk_soc_assert_resetFunction · 0.85
mtk_pcie_phy_startFunction · 0.85
mtk_pcie_phy_stopFunction · 0.85

Calls 1

assert_deassert_allFunction · 0.85

Tested by

no test coverage detected