MCPcopy 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
104int
105fdt_reset_deassert_all(device_t consumer)
106{
107
108 return (assert_deassert_all(consumer, false));
109}
110
111void
112fdt_reset_register_provider(device_t provider)

Callers 5

mtk_usb_phy_attachFunction · 0.85
mtk_soc_reset_deviceFunction · 0.85
mtk_soc_deassert_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