Searched refs:devm_reset_control_get_optional (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/phy/intel/ |
| H A D | phy-intel-lgm-combo.c | 423 cbphy->core_rst = devm_reset_control_get_optional(dev, "core"); in intel_cbphy_fwnode_parse() 431 cbphy->phy_rst = devm_reset_control_get_optional(dev, "phy"); in intel_cbphy_fwnode_parse() 439 cbphy->iphy[0].app_rst = devm_reset_control_get_optional(dev, "iphy0"); in intel_cbphy_fwnode_parse() 447 cbphy->iphy[1].app_rst = devm_reset_control_get_optional(dev, "iphy1"); in intel_cbphy_fwnode_parse()
|
| /OK3568_Linux_fs/kernel/drivers/phy/qualcomm/ |
| H A D | phy-ath79-usb.c | 76 priv->no_suspend_override = devm_reset_control_get_optional( in ath79_usb_phy_probe()
|
| H A D | phy-qcom-ipq4019-usb.c | 121 phy->srif_rst = devm_reset_control_get_optional(phy->dev, "srif_rst"); in ipq4019_usb_phy_probe()
|
| /OK3568_Linux_fs/kernel/drivers/phy/lantiq/ |
| H A D | phy-lantiq-rcu-usb2.c | 202 priv->phy_reset = devm_reset_control_get_optional(dev, "phy"); in ltq_rcu_usb2_of_parse()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | platform.c | 275 hsotg->reset = devm_reset_control_get_optional(hsotg->dev, "dwc2"); in dwc2_lowlevel_hw_init() 284 hsotg->reset_ecc = devm_reset_control_get_optional(hsotg->dev, "dwc2-ecc"); in dwc2_lowlevel_hw_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | reset.h | 475 static inline struct reset_control *devm_reset_control_get_optional( in devm_reset_control_get_optional() function
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-core.c | 357 ss->reset = devm_reset_control_get_optional(&pdev->dev, "ahb"); in sun4i_ss_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-socfpga.c | 410 dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp"); in socfpga_dwmac_probe()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | ahci_brcm.c | 465 priv->rcdev = devm_reset_control_get_optional(&pdev->dev, reset_name); in brcm_ahci_probe()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-combphy.c | 359 priv->apb_rst = devm_reset_control_get_optional(dev, "combphy-apb"); in rockchip_combphy_parse_dt() 369 priv->phy_rst = devm_reset_control_get_optional(dev, "combphy"); in rockchip_combphy_parse_dt()
|
| H A D | phy-rockchip-inno-usb2.c | 2348 rphy->phy_reset = devm_reset_control_get_optional(dev, "phy"); in rockchip_usb2phy_probe()
|
| /OK3568_Linux_fs/kernel/drivers/phy/cadence/ |
| H A D | phy-cadence-sierra.c | 541 sp->apb_rst = devm_reset_control_get_optional(dev, "sierra_apb"); in cdns_sierra_phy_probe()
|
| H A D | phy-cadence-torrent.c | 2106 cdns_phy->apb_rst = devm_reset_control_get_optional(dev, "torrent_apb"); in cdns_torrent_phy_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | analogix_dp-rockchip.c | 513 dp->apb_reset = devm_reset_control_get_optional(dev, "apb"); in rockchip_dp_of_probe()
|
| H A D | rockchip_drm_vop2.c | 11281 vp->dclk_rst = devm_reset_control_get_optional(vop2->dev, clk_name); in vop2_create_crtc() 11951 vop2->ahb_rst = devm_reset_control_get_optional(vop2->dev, "ahb"); in vop2_bind() 11957 vop2->axi_rst = devm_reset_control_get_optional(vop2->dev, "axi"); in vop2_bind()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/ |
| H A D | vde.c | 1009 vde->rst_mc = devm_reset_control_get_optional(dev, "mc"); in tegra_vde_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_tcon.c | 1174 tcon->lvds_rst = devm_reset_control_get_optional(dev, "lvds"); in sun4i_tcon_bind()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | pl330.c | 3222 pl330->rstc = devm_reset_control_get_optional(&adev->dev, "dma"); in pl330_probe() 3233 pl330->rstc_ocp = devm_reset_control_get_optional(&adev->dev, "dma-ocp"); in pl330_probe()
|