/linux-6.1.9/drivers/mtd/nand/raw/ ! |
D | denali_dt.c | 161 dt->rst = devm_reset_control_get_optional_shared(dev, "nand"); in denali_dt_probe() 165 dt->rst_reg = devm_reset_control_get_optional_shared(dev, "reg"); in denali_dt_probe()
|
/linux-6.1.9/drivers/usb/host/ ! |
D | ohci-st.c | 183 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ohci_platform_probe() 190 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ohci_platform_probe()
|
D | ehci-st.c | 202 devm_reset_control_get_optional_shared(&dev->dev, "power"); in st_ehci_platform_probe() 211 devm_reset_control_get_optional_shared(&dev->dev, "softreset"); in st_ehci_platform_probe()
|
/linux-6.1.9/drivers/tty/serial/8250/ ! |
D | 8250_tegra.c | 90 uart->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in tegra_uart_probe()
|
D | 8250_of.c | 150 info->rst = devm_reset_control_get_optional_shared(&ofdev->dev, NULL); in of_platform_serial_setup()
|
/linux-6.1.9/drivers/net/mdio/ ! |
D | mdio-aspeed.c | 179 ctx->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in aspeed_mdio_probe()
|
/linux-6.1.9/drivers/remoteproc/ ! |
D | wkup_m3_rproc.c | 172 wkupm3->rsts = devm_reset_control_get_optional_shared(dev, "rstctrl"); in wkup_m3_rproc_probe()
|
/linux-6.1.9/drivers/phy/amlogic/ ! |
D | phy-meson-gxl-usb2.c | 264 priv->reset = devm_reset_control_get_optional_shared(dev, "phy"); in phy_meson_gxl_usb2_probe()
|
D | phy-meson8b-usb2.c | 271 priv->reset = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in phy_meson8b_usb2_probe()
|
/linux-6.1.9/include/linux/ ! |
D | reset.h | 749 static inline struct reset_control *devm_reset_control_get_optional_shared( in devm_reset_control_get_optional_shared() function
|
/linux-6.1.9/drivers/pwm/ ! |
D | pwm-sun4i.c | 428 sun4ichip->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in sun4i_pwm_probe()
|
/linux-6.1.9/drivers/ata/ ! |
D | ahci_brcm.c | 460 priv->rcdev_rescal = devm_reset_control_get_optional_shared( in brcm_ahci_probe()
|
/linux-6.1.9/drivers/watchdog/ ! |
D | dw_wdt.c | 603 dw_wdt->rst = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in dw_wdt_drv_probe()
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ ! |
D | stmmac_platform.c | 614 plat->stmmac_ahb_rst = devm_reset_control_get_optional_shared( in stmmac_probe_config_dt()
|
/linux-6.1.9/Documentation/driver-api/ ! |
D | reset.rst | 140 devm_reset_control_get_optional_shared().
|
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/ ! |
D | sparx5_main.c | 749 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in mchp_sparx5_probe()
|
/linux-6.1.9/drivers/gpio/ ! |
D | gpio-dwapb.c | 635 gpio->rst = devm_reset_control_get_optional_shared(gpio->dev, NULL); in dwapb_get_reset()
|
/linux-6.1.9/drivers/pinctrl/ ! |
D | pinctrl-microchip-sgpio.c | 924 reset = devm_reset_control_get_optional_shared(&pdev->dev, "switch"); in microchip_sgpio_probe()
|
/linux-6.1.9/drivers/dma/ ! |
D | apple-admac.c | 830 ad->rstc = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in admac_probe()
|
/linux-6.1.9/sound/soc/apple/ ! |
D | mca.c | 1027 mca->rstc = devm_reset_control_get_optional_shared(&pdev->dev, NULL); in apple_mca_probe()
|
/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/ ! |
D | lan966x_main.c | 982 switch_reset = devm_reset_control_get_optional_shared(lan966x->dev, in lan966x_reset_switch()
|
/linux-6.1.9/drivers/usb/phy/ ! |
D | phy-tegra-usb.c | 1421 reset = devm_reset_control_get_optional_shared(&pdev->dev, in tegra_usb_phy_probe()
|
/linux-6.1.9/drivers/usb/gadget/udc/ ! |
D | renesas_usb3.c | 2876 usb3->drd_rstc = devm_reset_control_get_optional_shared(&pdev->dev, in renesas_usb3_probe() 2883 usb3->usbp_rstc = devm_reset_control_get_optional_shared(&pdev->dev, in renesas_usb3_probe()
|
/linux-6.1.9/drivers/pci/controller/ ! |
D | pcie-brcmstb.c | 1532 pcie->rescal = devm_reset_control_get_optional_shared(&pdev->dev, "rescal"); in brcm_pcie_probe()
|
/linux-6.1.9/drivers/bus/ ! |
D | ti-sysc.c | 634 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets()
|