Searched refs:clk_ext (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/socionext/ |
H A D | phy-uniphier-usb3ss.c | 57 struct clk *clk, *clk_ext, *clk_parent, *clk_parent_gio; member 112 ret = clk_prepare_enable(priv->clk_ext); in uniphier_u3ssphy_power_on() 137 clk_disable_unprepare(priv->clk_ext); in uniphier_u3ssphy_power_on() 151 clk_disable_unprepare(priv->clk_ext); in uniphier_u3ssphy_power_off() 241 priv->clk_ext = devm_clk_get_optional(dev, "phy-ext"); in uniphier_u3ssphy_probe() 242 if (IS_ERR(priv->clk_ext)) in uniphier_u3ssphy_probe() 243 return PTR_ERR(priv->clk_ext); in uniphier_u3ssphy_probe()
|
H A D | phy-uniphier-usb3hs.c | 71 struct clk *clk, *clk_parent, *clk_ext, *clk_parent_gio; member 208 ret = clk_prepare_enable(priv->clk_ext); in uniphier_u3hsphy_power_on() 233 clk_disable_unprepare(priv->clk_ext); in uniphier_u3hsphy_power_on() 247 clk_disable_unprepare(priv->clk_ext); in uniphier_u3hsphy_power_off() 349 priv->clk_ext = devm_clk_get_optional(dev, "phy-ext"); in uniphier_u3hsphy_probe() 350 if (IS_ERR(priv->clk_ext)) in uniphier_u3hsphy_probe() 351 return PTR_ERR(priv->clk_ext); in uniphier_u3hsphy_probe()
|
/kernel/linux/linux-6.6/drivers/phy/socionext/ |
H A D | phy-uniphier-usb3ss.c | 57 struct clk *clk, *clk_ext, *clk_parent, *clk_parent_gio; member 112 ret = clk_prepare_enable(priv->clk_ext); in uniphier_u3ssphy_power_on() 137 clk_disable_unprepare(priv->clk_ext); in uniphier_u3ssphy_power_on() 151 clk_disable_unprepare(priv->clk_ext); in uniphier_u3ssphy_power_off() 241 priv->clk_ext = devm_clk_get_optional(dev, "phy-ext"); in uniphier_u3ssphy_probe() 242 if (IS_ERR(priv->clk_ext)) in uniphier_u3ssphy_probe() 243 return PTR_ERR(priv->clk_ext); in uniphier_u3ssphy_probe()
|
H A D | phy-uniphier-usb3hs.c | 71 struct clk *clk, *clk_parent, *clk_ext, *clk_parent_gio; member 208 ret = clk_prepare_enable(priv->clk_ext); in uniphier_u3hsphy_power_on() 233 clk_disable_unprepare(priv->clk_ext); in uniphier_u3hsphy_power_on() 247 clk_disable_unprepare(priv->clk_ext); in uniphier_u3hsphy_power_off() 349 priv->clk_ext = devm_clk_get_optional(dev, "phy-ext"); in uniphier_u3hsphy_probe() 350 if (IS_ERR(priv->clk_ext)) in uniphier_u3hsphy_probe() 351 return PTR_ERR(priv->clk_ext); in uniphier_u3hsphy_probe()
|
/kernel/linux/linux-5.10/arch/mips/lantiq/xway/ |
H A D | sysctrl.c | 360 struct clk *clk_ext = kzalloc(sizeof(struct clk), GFP_KERNEL); in clkdev_add_pci() local 377 if (clk_ext) { in clkdev_add_pci() 378 clk_ext->cl.dev_id = "17000000.pci"; in clkdev_add_pci() 379 clk_ext->cl.con_id = "external"; in clkdev_add_pci() 380 clk_ext->cl.clk = clk_ext; in clkdev_add_pci() 381 clk_ext->enable = pci_ext_enable; in clkdev_add_pci() 382 clk_ext->disable = pci_ext_disable; in clkdev_add_pci() 383 clkdev_add(&clk_ext->cl); in clkdev_add_pci()
|
/kernel/linux/linux-6.6/arch/mips/lantiq/xway/ |
H A D | sysctrl.c | 359 struct clk *clk_ext = kzalloc(sizeof(struct clk), GFP_KERNEL); in clkdev_add_pci() local 376 if (clk_ext) { in clkdev_add_pci() 377 clk_ext->cl.dev_id = "17000000.pci"; in clkdev_add_pci() 378 clk_ext->cl.con_id = "external"; in clkdev_add_pci() 379 clk_ext->cl.clk = clk_ext; in clkdev_add_pci() 380 clk_ext->enable = pci_ext_enable; in clkdev_add_pci() 381 clk_ext->disable = pci_ext_disable; in clkdev_add_pci() 382 clkdev_add(&clk_ext->cl); in clkdev_add_pci()
|
Completed in 5 milliseconds