/linux-6.1.9/drivers/phy/socionext/ |
D | phy-uniphier-ahci.c | 417 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_ahciphy_probe() 421 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_ahciphy_probe() 430 devm_reset_control_get_shared(dev, "gio"); in uniphier_ahciphy_probe() 434 priv->rst_pm = devm_reset_control_get_shared(dev, "pm"); in uniphier_ahciphy_probe() 438 priv->rst_tx = devm_reset_control_get_shared(dev, "tx"); in uniphier_ahciphy_probe() 442 priv->rst_rx = devm_reset_control_get_shared(dev, "rx"); in uniphier_ahciphy_probe()
|
D | phy-uniphier-pcie.c | 248 devm_reset_control_get_shared(dev, "gio"); in uniphier_pciephy_probe() 256 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pciephy_probe() 264 priv->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pciephy_probe()
|
D | phy-uniphier-usb3ss.c | 245 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3ssphy_probe() 254 devm_reset_control_get_shared(dev, "gio"); in uniphier_u3ssphy_probe() 263 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3ssphy_probe()
|
D | phy-uniphier-usb3hs.c | 353 priv->rst = devm_reset_control_get_shared(dev, "phy"); in uniphier_u3hsphy_probe() 363 devm_reset_control_get_shared(dev, "gio"); in uniphier_u3hsphy_probe() 372 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3hsphy_probe()
|
/linux-6.1.9/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 236 compo->rst_main = devm_reset_control_get_shared(dev, "compo-main"); in sti_compositor_probe() 241 compo->rst_aux = devm_reset_control_get_shared(dev, "compo-aux"); in sti_compositor_probe()
|
/linux-6.1.9/sound/soc/uniphier/ |
D | evea.c | 468 evea->rst = devm_reset_control_get_shared(&pdev->dev, "evea"); in evea_probe() 472 evea->rst_exiv = devm_reset_control_get_shared(&pdev->dev, "exiv"); in evea_probe() 502 evea->rst_adamv = devm_reset_control_get_shared(&pdev->dev, "adamv"); in evea_probe()
|
/linux-6.1.9/drivers/phy/st/ |
D | phy-stih407-usb.c | 104 phy_dev->rstc = devm_reset_control_get_shared(dev, "global"); in stih407_usb2_picophy_probe()
|
/linux-6.1.9/drivers/pci/controller/dwc/ |
D | pcie-uniphier-ep.c | 376 priv->rst_gio = devm_reset_control_get_shared(dev, "gio"); in uniphier_pcie_ep_probe() 385 priv->rst = devm_reset_control_get_shared(dev, "link"); in uniphier_pcie_ep_probe()
|
D | pcie-uniphier.c | 378 pcie->rst = devm_reset_control_get_shared(dev, NULL); in uniphier_pcie_probe()
|
D | pci-meson.c | 84 reset = devm_reset_control_get_shared(dev, id); in meson_pcie_get_reset()
|
/linux-6.1.9/drivers/phy/lantiq/ |
D | phy-lantiq-rcu-usb2.c | 195 priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl"); in ltq_rcu_usb2_of_parse()
|
D | phy-lantiq-vrx200-pcie.c | 453 priv->pcie_reset = devm_reset_control_get_shared(dev, "pcie"); in ltq_vrx200_pcie_phy_probe()
|
/linux-6.1.9/drivers/regulator/ |
D | uniphier-regulator.c | 72 priv->rst[i] = devm_reset_control_get_shared(dev, name); in uniphier_regulator_probe()
|
/linux-6.1.9/drivers/watchdog/ |
D | sunplus_wdt.c | 172 priv->rstc = devm_reset_control_get_shared(dev, NULL); in sp_wdt_probe()
|
/linux-6.1.9/drivers/mmc/host/ |
D | uniphier-sd.c | 570 priv->rst = devm_reset_control_get_shared(dev, "host"); in uniphier_sd_probe() 578 priv->rst_br = devm_reset_control_get_shared(dev, "bridge"); in uniphier_sd_probe()
|
/linux-6.1.9/drivers/usb/dwc3/ |
D | dwc3-st.c | 244 devm_reset_control_get_shared(dev, "softreset"); in st_dwc3_probe()
|
/linux-6.1.9/Documentation/driver-api/ |
D | reset.rst | 76 the reset control is requested, either via devm_reset_control_get_shared() or 183 devm_reset_control_get_shared().
|
/linux-6.1.9/drivers/usb/chipidea/ |
D | ci_hdrc_tegra.c | 105 rst = devm_reset_control_get_shared(dev, "usb"); in tegra_usb_reset_controller()
|
/linux-6.1.9/include/linux/ |
D | reset.h | 673 static inline struct reset_control *devm_reset_control_get_shared( in devm_reset_control_get_shared() function
|
/linux-6.1.9/drivers/phy/allwinner/ |
D | phy-sun6i-mipi-dphy.c | 425 dphy->reset = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_dphy_probe()
|
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-rzv2m.c | 415 rstc = devm_reset_control_get_shared(dev, NULL); in rzv2m_i2c_probe()
|
/linux-6.1.9/drivers/gpu/drm/sun4i/ |
D | sun8i_hdmi_phy.c | 721 phy->rst_phy = devm_reset_control_get_shared(dev, "phy"); in sun8i_hdmi_phy_probe()
|
/linux-6.1.9/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
D | sun6i_mipi_csi2.c | 670 csi2_dev->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_mipi_csi2_resources_setup()
|
/linux-6.1.9/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
D | sun8i_a83t_mipi_csi2.c | 744 csi2_dev->reset = devm_reset_control_get_shared(dev, NULL); in sun8i_a83t_mipi_csi2_resources_setup()
|
/linux-6.1.9/drivers/iio/adc/ |
D | aspeed_adc.c | 551 data->rst = devm_reset_control_get_shared(&pdev->dev, NULL); in aspeed_adc_probe()
|