Searched refs:nresets (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/tegra/ |
| H A D | gr3d.c | 48 unsigned int nresets; member 447 gr3d->nresets = gr3d->soc->num_resets; in gr3d_get_resets() 450 dev, gr3d->nresets, gr3d->resets); in gr3d_get_resets() 457 WARN_ON(!gr3d->resets[RST_GR3D2].rstc && gr3d->nresets == 4)) in gr3d_get_resets() 538 err = reset_control_bulk_assert(gr3d->nresets, gr3d->resets); in gr3d_runtime_suspend() 553 reset_control_bulk_release(gr3d->nresets, gr3d->resets); in gr3d_runtime_suspend() 563 err = reset_control_bulk_acquire(gr3d->nresets, gr3d->resets); in gr3d_runtime_resume() 575 err = reset_control_bulk_deassert(gr3d->nresets, gr3d->resets); in gr3d_runtime_resume() 590 reset_control_bulk_release(gr3d->nresets, gr3d->resets); in gr3d_runtime_resume()
|
| /linux/sound/hda/controllers/ |
| H A D | tegra.c | 86 unsigned int nresets; member 185 rc = reset_control_bulk_assert(hda->nresets, hda->resets); in hda_tegra_runtime_resume() 204 rc = reset_control_bulk_deassert(hda->nresets, hda->resets); in hda_tegra_runtime_resume() 535 hda->resets[hda->nresets++].id = "hda"; in hda_tegra_probe() 542 hda->resets[hda->nresets++].id = "hda2hdmi"; in hda_tegra_probe() 550 hda->resets[hda->nresets++].id = "hda2codec_2x"; in hda_tegra_probe() 552 err = devm_reset_control_bulk_get_exclusive(&pdev->dev, hda->nresets, in hda_tegra_probe()
|
| /linux/drivers/gpu/host1x/ |
| H A D | dev.c | 502 host->nresets = ARRAY_SIZE(host->resets); in host1x_get_resets() 505 host->dev, host->nresets, host->resets); in host1x_get_resets() 708 err = reset_control_bulk_assert(host->nresets, host->resets); in host1x_runtime_suspend() 718 reset_control_bulk_release(host->nresets, host->resets); in host1x_runtime_suspend() 735 err = reset_control_bulk_acquire(host->nresets, host->resets); in host1x_runtime_resume() 747 err = reset_control_bulk_deassert(host->nresets, host->resets); in host1x_runtime_resume() 762 reset_control_bulk_release(host->nresets, host->resets); in host1x_runtime_resume()
|
| H A D | dev.h | 142 unsigned int nresets; member
|
| /linux/sound/soc/tegra/ |
| H A D | tegra30_ahub.c | 68 ret = reset_control_bulk_assert(ahub->nresets, ahub->resets); in tegra30_ahub_runtime_resume() 78 ret = reset_control_bulk_deassert(ahub->nresets, ahub->resets); in tegra30_ahub_runtime_resume() 533 ahub->nresets = soc_data->num_resets; in tegra30_ahub_probe() 544 ret = devm_reset_control_bulk_get_exclusive(&pdev->dev, ahub->nresets, in tegra30_ahub_probe()
|
| H A D | tegra30_ahub.h | 515 unsigned int nresets; member
|
| /linux/sound/isa/msnd/ |
| H A D | msnd.h | 254 int nresets; member
|
| H A D | msnd_pinnacle.c | 459 if (test_bit(F_RESETTING, &chip->flags) || ++chip->nresets > 10) in snd_msnd_dsp_full_reset()
|