Searched refs:clk_get_optional (Results 1 – 9 of 9) sorted by relevance
/linux/rust/helpers/ |
H A D | clk.c | 55 return clk_get_optional(dev, id); in rust_helper_clk_get_optional()
|
/linux/rust/kernel/ |
H A D | clk.rs | 302 /// Equivalent to the kernel's [`clk_get_optional`] API. 304 /// [`clk_get_optional`]: 305 /// https://docs.kernel.org/core-api/kernel-api.html#c.clk_get_optional 309 // SAFETY: It is safe to call [`clk_get_optional`] for a valid device pointer. in get() 314 bindings::clk_get_optional(dev.as_raw(), con_id) in get()
|
/linux/drivers/phy/intel/ |
H A D | phy-intel-keembay-emmc.c | 198 priv->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in keembay_emmc_phy_init()
|
H A D | phy-intel-lgm-emmc.c | 169 priv->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in intel_emmc_phy_init()
|
/linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-emmc.c | 251 * The clock is optional, using clk_get_optional() to get the clock in rockchip_emmc_phy_init() 258 rk_phy->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in rockchip_emmc_phy_init()
|
/linux/include/linux/ |
H A D | clk.h | 1197 * clk_get_optional - lookup and obtain a reference to an optional clock 1205 static inline struct clk *clk_get_optional(struct device *dev, const char *id) in clk_get_optional() function
|
/linux/drivers/net/ethernet/marvell/ |
H A D | mvmdio.c | 351 dev->clk[0] = clk_get_optional(&pdev->dev, NULL); in orion_mdio_probe()
|
/linux/drivers/gpio/ |
H A D | gpio-nomadik.c | 574 clk = clk_get_optional(gpio_dev, NULL); in nmk_gpio_populate_chip()
|
/linux/sound/soc/codecs/ |
H A D | cs42l43.c | 2344 priv->mclk = clk_get_optional(cs42l43->dev, "mclk"); in cs42l43_codec_probe()
|