Home
last modified time | relevance | path

Searched refs:presetn (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/adc/
H A Drzg2l_adc.c84 struct reset_control *presetn; member
450 adc->presetn = devm_reset_control_get_exclusive_deasserted(dev, "presetn"); in rzg2l_adc_probe()
451 if (IS_ERR(adc->presetn)) in rzg2l_adc_probe()
452 return dev_err_probe(dev, PTR_ERR(adc->presetn), in rzg2l_adc_probe()
535 { .rstc = adc->presetn }, in rzg2l_adc_suspend()
561 { .rstc = adc->presetn }, in rzg2l_adc_resume()
/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-core.c255 cru->presetn = devm_reset_control_get_shared(dev, "presetn"); in rzg2l_cru_probe()
256 if (IS_ERR(cru->presetn)) in rzg2l_cru_probe()
257 return dev_err_probe(dev, PTR_ERR(cru->presetn), in rzg2l_cru_probe()
H A Drzg2l-csi2.c110 struct reset_control *presetn; member
922 csi2->presetn = devm_reset_control_get_shared(dev, "presetn"); in rzg2l_csi2_probe()
923 if (IS_ERR(csi2->presetn)) in rzg2l_csi2_probe()
924 return dev_err_probe(dev, PTR_ERR(csi2->presetn), in rzg2l_csi2_probe()
1016 reset_control_assert(csi2->presetn); in rzg2l_csi2_pm_runtime_suspend()
1025 return reset_control_deassert(csi2->presetn); in rzg2l_csi2_pm_runtime_resume()
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g043u.dtsi76 reset-names = "presetn", "aresetn";
107 reset-names = "presetn", "cmn-rstb";