Searched refs:clk_get_optional (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/clk/ |
| H A D | clk-devres.c | 84 return __devm_clk_get(dev, id, clk_get_optional, NULL, NULL); in devm_clk_get_optional() 90 return __devm_clk_get(dev, id, clk_get_optional, in devm_clk_get_optional_prepared() 97 return __devm_clk_get(dev, id, clk_get_optional, in devm_clk_get_optional_enabled()
|
| /linux/rust/helpers/ |
| H A D | clk.c | 57 return clk_get_optional(dev, id);
|
| /linux/rust/kernel/ |
| H A D | clk.rs | 307 /// Equivalent to the kernel's [`clk_get_optional`] API. in get() 309 /// [`clk_get_optional`]: in get() 310 /// https://docs.kernel.org/core-api/kernel-api.html#c.clk_get_optional in get() 314 // SAFETY: It is safe to call [`clk_get_optional`] for a valid device pointer. in get() 319 bindings::clk_get_optional(dev.as_raw(), con_id)
|
| /linux/drivers/phy/intel/ |
| H A D | phy-intel-lgm-emmc.c | 169 priv->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in intel_emmc_phy_init()
|
| H A D | phy-intel-keembay-emmc.c | 198 priv->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in keembay_emmc_phy_init()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mvmdio.c | 350 dev->clk[0] = clk_get_optional(&pdev->dev, NULL); in orion_mdio_probe()
|
| /linux/include/linux/ |
| H A D | clk.h | 1251 static inline struct clk *clk_get_optional(struct device *dev, const char *id) in clk_get_optional() function
|
| /linux/drivers/gpio/ |
| H A D | gpio-nomadik.c | 578 clk = clk_get_optional(gpio_dev, NULL); in nmk_gpio_populate_chip()
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l43.c | 2843 priv->mclk = clk_get_optional(cs42l43->dev, "mclk"); in cs42l43_codec_probe()
|