/openbmc/u-boot/include/ |
H A D | reset.h | 195 int reset_deassert(struct reset_ctl *reset_ctl); 283 static inline int reset_deassert(struct reset_ctl *reset_ctl) in reset_deassert() function
|
/openbmc/u-boot/drivers/phy/ |
H A D | sti_usb_phy.c | 47 ret = reset_deassert(&phy->global_ctl); in sti_usb_phy_deassert() 53 ret = reset_deassert(&phy->port_ctl); in sti_usb_phy_deassert()
|
H A D | bcm6348-usbh-phy.c | 71 ret = reset_deassert(&rst_ctl); in bcm6348_usbh_probe()
|
H A D | bcm6358-usbh-phy.c | 71 ret = reset_deassert(&rst_ctl); in bcm6358_usbh_probe()
|
H A D | bcm6318-usbh-phy.c | 119 ret = reset_deassert(&rst_ctl); in bcm6318_usbh_probe()
|
H A D | bcm6368-usbh-phy.c | 160 ret = reset_deassert(&rst_ctl); in bcm6368_usbh_probe()
|
H A D | phy-stm32-usbphyc.c | 351 reset_deassert(&reset); in stm32_usbphyc_probe()
|
/openbmc/u-boot/board/st/stm32mp1/ |
H A D | stm32mp1.c | 101 reset_deassert(&usbotg_reset); in board_usb_init() 178 reset_deassert(&usbotg_reset); in board_usb_cleanup()
|
/openbmc/u-boot/drivers/misc/ |
H A D | aspeed_dp.c | 108 reset_deassert(&dp_reset_ctl); in aspeed_dp_probe() 109 reset_deassert(&dpmcu_reset_ctrl); in aspeed_dp_probe()
|
/openbmc/linux/include/linux/mfd/ |
H A D | janz.h | 39 u8 reset_deassert; member
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-uclass.c | 173 int reset_deassert(struct reset_ctl *reset_ctl) in reset_deassert() function 187 ret = reset_deassert(&bulk->resets[i]); in reset_deassert_bulk()
|
H A D | sandbox-reset-test.c | 49 return reset_deassert(&sbrt->ctl); in sandbox_reset_test_deassert()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | dwc3-sti-glue.c | 187 ret = reset_deassert(&plat->powerdown_ctl); in sti_dwc3_glue_probe() 193 ret = reset_deassert(&plat->softreset_ctl); in sti_dwc3_glue_probe()
|
H A D | ohci-generic.c | 124 err = reset_deassert(&priv->resets[i]); in ohci_usb_probe()
|
H A D | ehci-generic.c | 129 if (reset_deassert(&priv->resets[i])) { in ehci_usb_probe()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | aspeed_i2c_global.c | 61 reset_deassert(&i2c_global->reset); in aspeed_i2c_global_probe()
|
H A D | tegra_i2c.c | 66 reset_deassert(&i2c_bus->reset_ctl); in i2c_reset_controller() 86 ret = reset_deassert(&i2c_bus->reset_ctl); in i2c_init_clock()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_aspeed.c | 400 reset_deassert(&reset_ctl); in pcie_aspeed_probe() 433 reset_deassert(&rc0_reset_ctl); in pcie_aspeed_probe() 452 reset_deassert(&rc1_reset_ctl); in pcie_aspeed_probe()
|
H A D | pci_tegra.c | 591 ret = reset_deassert(&pcie->reset_afi); in tegra_pcie_power_on() 597 ret = reset_deassert(&pcie->reset_pex); in tegra_pcie_power_on() 777 err = reset_deassert(&pcie->reset_pcie_x);
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sti_sdhci.c | 43 ret = reset_deassert(&plat->reset); in sti_mmc_core_config()
|
/openbmc/u-boot/drivers/net/ |
H A D | aspeed_mdio.c | 194 reset_deassert(&reset_ctl); in aspeed_mdio_probe()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_stm32.c | 194 reset_deassert(&reset); in stm32_serial_probe()
|
/openbmc/u-boot/drivers/spi/ |
H A D | bcm63xx_hsspi.c | 375 ret = reset_deassert(&rst_ctl); in bcm63xx_hsspi_probe()
|
H A D | bcm63xx_spi.c | 401 ret = reset_deassert(&rst_ctl); in bcm63xx_spi_probe()
|
/openbmc/linux/drivers/staging/fieldbus/anybuss/ |
H A D | host.c | 395 static void reset_deassert(struct anybuss_host *cd) in reset_deassert() function 527 reset_deassert(cd); in task_fn_power_on() 1327 reset_deassert(cd); in anybuss_host_common_probe()
|