Searched refs:reset_control_bulk_assert (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-google.c | 455 reset_control_bulk_assert(google->num_rsts, google->rsts); in dwc3_google_probe() 470 reset_control_bulk_assert(google->num_rsts, google->rsts); in dwc3_google_remove() 495 reset_control_bulk_assert(google->num_rsts, google->rsts); in dwc3_google_suspend()
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp-pcie-msm8996.c | 328 ret = reset_control_bulk_assert(cfg->num_resets, qmp->resets); in qmp_pcie_msm8996_com_init() 352 reset_control_bulk_assert(cfg->num_resets, qmp->resets); in qmp_pcie_msm8996_com_init() 381 reset_control_bulk_assert(cfg->num_resets, qmp->resets); in qmp_pcie_msm8996_com_exit()
|
| H A D | phy-qcom-qmp-usb-legacy.c | 779 ret = reset_control_bulk_assert(cfg->num_resets, qmp->resets); in qmp_usb_legacy_init() 802 reset_control_bulk_assert(cfg->num_resets, qmp->resets); in qmp_usb_legacy_init() 814 reset_control_bulk_assert(cfg->num_resets, qmp->resets); in qmp_usb_legacy_exit()
|
| /linux/drivers/reset/ |
| H A D | core.c | 558 int reset_control_bulk_assert(int num_rstcs, in reset_control_bulk_assert() function 576 EXPORT_SYMBOL_GPL(reset_control_bulk_assert); 1383 reset_control_bulk_assert(devres->num_rstcs, devres->rstcs); in devm_reset_control_bulk_release_deasserted()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | gr3d.c | 538 err = reset_control_bulk_assert(gr3d->nresets, gr3d->resets); in gr3d_runtime_suspend()
|
| /linux/sound/hda/controllers/ |
| H A D | tegra.c | 185 rc = reset_control_bulk_assert(hda->nresets, hda->resets); in hda_tegra_runtime_resume()
|
| /linux/drivers/gpu/host1x/ |
| H A D | dev.c | 711 err = reset_control_bulk_assert(host->nresets, host->resets); in host1x_runtime_suspend()
|
| /linux/drivers/net/pcs/ |
| H A D | pcs-rzn1-miic.c | 717 ret = reset_control_bulk_assert(miic->of_data->reset_count, miic->rsts); in miic_reset_control_bulk_assert()
|
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-usbdp.c | 449 return reset_control_bulk_assert(udphy->num_rsts, udphy->rsts); in rk_udphy_reset_assert_all()
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.c | 1485 err = reset_control_bulk_assert(eth->soc->num_xsi_rsts, eth->xsi_rsts); in airoha_hw_init() 1489 err = reset_control_bulk_assert(ARRAY_SIZE(eth->rsts), eth->rsts); in airoha_hw_init()
|