Searched refs:nresets (Results 1 – 5 of 5) sorted by relevance
| /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 | 511 host->nresets = ARRAY_SIZE(host->resets); in host1x_get_resets() 514 host->dev, host->nresets, host->resets); in host1x_get_resets() 711 err = reset_control_bulk_assert(host->nresets, host->resets); in host1x_runtime_suspend() 721 reset_control_bulk_release(host->nresets, host->resets); in host1x_runtime_suspend() 738 err = reset_control_bulk_acquire(host->nresets, host->resets); in host1x_runtime_resume() 750 err = reset_control_bulk_deassert(host->nresets, host->resets); in host1x_runtime_resume() 765 reset_control_bulk_release(host->nresets, host->resets); in host1x_runtime_resume()
|
| H A D | dev.h | 142 unsigned int nresets; member
|
| /linux/sound/isa/msnd/ |
| H A D | msnd.h | 254 int nresets; member
|
| /linux/sound/soc/tegra/ |
| H A D | tegra30_ahub.h | 515 unsigned int nresets; member
|