Home
last modified time | relevance | path

Searched refs:devm_reset_control_get_optional_shared (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/mtd/nand/raw/
H A Ddenali_dt.c160 dt->rst = devm_reset_control_get_optional_shared(dev, "nand"); in denali_dt_probe()
164 dt->rst_reg = devm_reset_control_get_optional_shared(dev, "reg"); in denali_dt_probe()
/linux/drivers/tty/serial/8250/
H A D8250_tegra.c84 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
H A D8250_of.c153 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
/linux/drivers/phy/amlogic/
H A Dphy-meson-gxl-usb2.c263 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
H A Dphy-meson8b-usb2.c264 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
/linux/drivers/pwm/
H A Dpwm-sun4i.c433 sun4ichip->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
/linux/drivers/ata/
H A Dahci_brcm.c461 priv->rcdev_rescal = devm_reset_control_get_optional_shared( in brcm_ahci_probe()
/linux/include/linux/
H A Dreset.h880 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
/linux/drivers/watchdog/
H A Ddw_wdt.c591 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
/linux/sound/soc/codecs/
H A Dak4458.c746 ak4458->reset = devm_reset_control_get_optional_shared(ak4458->dev, NULL); in ak4458_i2c_probe()
H A Dwsa884x.c2025 wsa884x->sd_reset = devm_reset_control_get_optional_shared(dev, NULL); in wsa884x_get_reset()
/linux/drivers/spi/
H A Dspi-bcm63xx.c526 reset = devm_reset_control_get_optional_shared(dev, NULL); in bcm63xx_spi_probe()
H A Dspi-bcm63xx-hsspi.c748 reset = devm_reset_control_get_optional_shared(dev, NULL); in bcm63xx_hsspi_probe()
/linux/drivers/i2c/muxes/
H A Di2c-mux-pca954x.c527 data->reset_cont = devm_reset_control_get_optional_shared(dev, NULL); in pca954x_get_reset()
/linux/Documentation/driver-api/
H A Dreset.rst140 devm_reset_control_get_optional_shared().
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c656 plat->stmmac_ahb_rst = devm_reset_control_get_optional_shared( in stmmac_probe_config_dt()
/linux/drivers/pinctrl/
H A Dpinctrl-microchip-sgpio.c927 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in microchip_sgpio_probe()
H A Dpinctrl-ocelot.c2290 reset = devm_reset_control_get_optional_shared(dev, "switch"); in ocelot_pinctrl_probe()
/linux/drivers/dma/
H A Dapple-admac.c847 ad->rstc = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in admac_probe()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c867 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in mchp_sparx5_probe()
/linux/sound/soc/apple/
H A Dmca.c1065 mca->rstc = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in apple_mca_probe()
/linux/drivers/i2c/busses/
H A Di2c-cadence.c1549 id->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in cdns_i2c_probe()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c1051 switch_reset = devm_reset_control_get_optional_shared(lan966x->dev, in lan966x_reset_switch()
/linux/drivers/pci/controller/
H A Dpcie-brcmstb.c1884 pcie->rescal = devm_reset_control_get_optional_shared(&pdev->dev, "rescal"); in brcm_pcie_probe()
/linux/drivers/bus/
H A Dti-sysc.c646 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets()

12