Home
last modified time | relevance | path

Searched refs:to_phy (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/net/
Dcfg802154.h374 #define to_phy(_dev) container_of(_dev, struct wpan_phy, dev) macro
/linux-6.1.9/drivers/phy/
Dphy-core.c709 phy = to_phy(dev); in of_phy_simple_xlate()
1218 phy = to_phy(dev); in phy_release()
/linux-6.1.9/include/linux/phy/
Dphy.h194 #define to_phy(a) (container_of((a), struct phy, dev)) macro
/linux-6.1.9/drivers/gpu/drm/exynos/
Dexynos_hdmi.c774 static int hdmi_clk_set_parents(struct hdmi_context *hdata, bool to_phy) in hdmi_clk_set_parents() argument
783 ret = clk_set_parent(c[2], c[to_phy]); in hdmi_clk_set_parents()
789 hdata->drv_data->clk_muxes.data[i + to_phy], ret); in hdmi_clk_set_parents()