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

/linux-master/include/net/
H A Dcfg802154.h514 #define to_phy(_dev) container_of(_dev, struct wpan_phy, dev) macro
/linux-master/include/linux/phy/
H A Dphy.h201 #define to_phy(a) (container_of((a), struct phy, dev)) macro
/linux-master/drivers/phy/
H A Dphy-core.c758 phy = to_phy(dev);
1278 phy = to_phy(dev);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c774 static int hdmi_clk_set_parents(struct hdmi_context *hdata, bool to_phy) argument
783 ret = clk_set_parent(c[2], c[to_phy]);
789 hdata->drv_data->clk_muxes.data[i + to_phy], ret);

Completed in 105 milliseconds