Home
last modified time | relevance | path

Searched defs:to_phy (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/phy/
Dphy.h196 #define to_phy(a) (container_of((a), struct phy, dev)) macro
/Linux-v6.6/include/net/
Dcfg802154.h483 #define to_phy(_dev) container_of(_dev, struct wpan_phy, dev) macro
/Linux-v6.6/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()