Home
last modified time | relevance | path

Searched refs:phy_name (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c197 const char *phy_name = NULL; in bcmgenet_mii_config() local
204 phy_name = "internal PHY"; in bcmgenet_mii_config()
217 if (!phy_name) { in bcmgenet_mii_config()
218 phy_name = "MoCA"; in bcmgenet_mii_config()
226 phy_name = "external MII"; in bcmgenet_mii_config()
232 phy_name = "external RvMII"; in bcmgenet_mii_config()
251 phy_name = "external RGMII (no delay)"; in bcmgenet_mii_config()
258 phy_name = "external RGMII (TX delay)"; in bcmgenet_mii_config()
263 phy_name = "external RGMII (RX delay)"; in bcmgenet_mii_config()
596 char phy_name[MII_BUS_ID_SIZE + 3]; in bcmgenet_mii_pd_init() local
[all …]
/linux-6.15/drivers/net/usb/
H A Dax88172a.c21 char phy_name[PHY_ID_SIZE]; member
249 priv->phy_name); in ax88172a_stop()
315 snprintf(priv->phy_name, sizeof(priv->phy_name), PHY_ID_FMT, in ax88172a_reset()
318 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
323 priv->phy_name); in ax88172a_reset()
328 netdev_info(dev->net, "Connected to phy %s\n", priv->phy_name); in ax88172a_reset()
/linux-6.15/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00leds.c118 const char *phy_name = wiphy_name(rt2x00dev->hw->wiphy); in rt2x00leds_register() local
122 rt2x00dev->ops->name, phy_name); in rt2x00leds_register()
133 rt2x00dev->ops->name, phy_name); in rt2x00leds_register()
144 rt2x00dev->ops->name, phy_name); in rt2x00leds_register()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_combo_phy.c102 phy_name(phy), in check_phy_reg()
322 phy_name(phy), procmon->name); in icl_combo_phys_init()
388 phy_name(phy)); in icl_combo_phys_uninit()
392 phy_name(phy)); in icl_combo_phys_uninit()
H A Dintel_cx0_phy.c149 phy_name(phy)); in intel_cx0_bus_reset()
171 phy_name(phy), *val); in intel_cx0_wait_for_ack()
177 phy_name(phy)); in intel_cx0_wait_for_ack()
186 phy_name(phy), in intel_cx0_wait_for_ack()
195 phy_name(phy), in intel_cx0_wait_for_ack()
263 phy_name(phy), addr, i); in __intel_cx0_read()
2823 phy_name(phy)); in intel_cx0_powerdown_change_sequence()
2837 phy_name(phy), XELPDP_PORT_RESET_START_TIMEOUT_US); in intel_cx0_powerdown_change_sequence()
2921 phy_name(phy), XELPDP_REFCLK_ENABLE_TIMEOUT_US); in intel_cx0_phy_lane_reset()
2934 phy_name(phy), XELPDP_PORT_RESET_END_TIMEOUT); in intel_cx0_phy_lane_reset()
[all …]
H A Dintel_display.h196 #define phy_name(a) ((a) + 'A') macro
H A Dintel_ddi.c5115 port_name(port), phy_name(phy)); in intel_ddi_init()
5146 phy_name(phy)); in intel_ddi_init()
5163 phy_name(phy)); in intel_ddi_init()
5173 tc_port != TC_PORT_NONE ? tc_port_name(tc_port) : phy_name(phy)); in intel_ddi_init()
5183 tc_port != TC_PORT_NONE ? tc_port_name(tc_port) : phy_name(phy)); in intel_ddi_init()
5187 "DDI %c/PHY %c", port_name(port), phy_name(phy)); in intel_ddi_init()
H A Dintel_snps_phy.c1865 drm_dbg_kms(display->drm, "Port %c PLL not locked\n", phy_name(phy)); in intel_mpllb_enable()
1905 drm_err(display->drm, "Port %c PLL not locked\n", phy_name(phy)); in intel_mpllb_disable()
/linux-6.15/drivers/net/ethernet/tehuti/
H A Dtn40_mdio.c134 snprintf(nodes->phy_name, sizeof(nodes->phy_name), "ethernet-phy@1"); in tn40_swnodes_register()
147 swnodes[SWNODE_PHY] = NODE_PAR_PROP(nodes->phy_name, in tn40_swnodes_register()
H A Dtn40.h128 char phy_name[32]; member
/linux-6.15/drivers/usb/dwc3/
H A Dcore.c1533 char phy_name[9]; in dwc3_core_get_phy() local
1563 snprintf(phy_name, sizeof(phy_name), "usb2-phy"); in dwc3_core_get_phy()
1565 snprintf(phy_name, sizeof(phy_name), "usb2-%u", i); in dwc3_core_get_phy()
1567 dwc->usb2_generic_phy[i] = devm_phy_get(dev, phy_name); in dwc3_core_get_phy()
1574 phy_name); in dwc3_core_get_phy()
1580 snprintf(phy_name, sizeof(phy_name), "usb3-phy"); in dwc3_core_get_phy()
1582 snprintf(phy_name, sizeof(phy_name), "usb3-%u", i); in dwc3_core_get_phy()
1584 dwc->usb3_generic_phy[i] = devm_phy_get(dev, phy_name); in dwc3_core_get_phy()
1591 phy_name); in dwc3_core_get_phy()
H A Ddwc3-meson-g12a.c446 const char *phy_name; in dwc3_meson_g12a_get_phys() local
450 phy_name = priv->drvdata->phy_names[i]; in dwc3_meson_g12a_get_phys()
451 priv->phys[i] = devm_phy_optional_get(priv->dev, phy_name); in dwc3_meson_g12a_get_phys()
458 if (strstr(phy_name, "usb3")) in dwc3_meson_g12a_get_phys()
/linux-6.15/drivers/net/fddi/skfp/
H A Dpcmplc.c375 phy->phy_name = '0' + np - PM ; in pcm_init()
377 phy->phy_name = 'A' + np ; in pcm_init()
603 phy->phy_name, in pcm()
1009 DB_PCMN(1, "PCM %c : MAINT", phy->phy_name); in pcm_fsm()
1280 phy->phy_name); in pc_rcode_actions()
1303 phy->phy_name); in pc_rcode_actions()
1311 phy->phy_name); in pc_rcode_actions()
1361 phy->phy_name, in pc_rcode_actions()
1511 DB_PCMN(1, "PCM %c : E104 LCT failed", phy->phy_name); in pc_tcode_actions()
1819 phy->phy_name, "NSE"); in plc_irq()
/linux-6.15/drivers/gpu/drm/bridge/imx/
H A Dimx8mp-hdmi-tx.c101 plat_data->phy_name = "SAMSUNG HDMI TX PHY"; in imx8mp_dw_hdmi_probe()
/linux-6.15/include/drm/bridge/
H A Ddw_hdmi.h153 const char *phy_name; member
/linux-6.15/drivers/mmc/host/
H A Dsdhci-xenon-phy.c849 const char *phy_name) in xenon_add_phy() argument
855 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()
859 phy_name); in xenon_add_phy()
/linux-6.15/drivers/net/ethernet/xilinx/
H A Dll_temac.h348 char phy_name[MII_BUS_ID_SIZE + 3]; member
H A Dll_temac_main.c1170 } else if (strlen(lp->phy_name) > 0) { in temac_open()
1171 phydev = phy_connect(lp->ndev, lp->phy_name, temac_adjust_link, in temac_open()
1600 snprintf(lp->phy_name, sizeof(lp->phy_name), in temac_probe()
/linux-6.15/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c439 .phy_name = "inno_dw_hdmi_phy2",
475 .phy_name = "inno_dw_hdmi_phy2",
/linux-6.15/drivers/net/fddi/skfp/h/
H A Dsmc.h206 char phy_name ; member
/linux-6.15/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c549 char phy_name[16]; in zynqmp_dp_phy_probe() local
552 snprintf(phy_name, sizeof(phy_name), "dp-phy%d", i); in zynqmp_dp_phy_probe()
553 phy = devm_phy_get(dp->dev, phy_name); in zynqmp_dp_phy_probe()
/linux-6.15/drivers/usb/gadget/udc/
H A Dtegra-xudc.c3519 char phy_name[] = "usb.-."; in tegra_xudc_phy_get() local
3522 snprintf(phy_name, sizeof(phy_name), "usb2-%d", i); in tegra_xudc_phy_get()
3523 xudc->utmi_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
3551 snprintf(phy_name, sizeof(phy_name), "usb3-%d", j); in tegra_xudc_phy_get()
3552 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
/linux-6.15/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c581 plat_data->phy_name = "sun8i_dw_hdmi_phy"; in sun8i_hdmi_phy_set_ops()
/linux-6.15/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c763 dw_plat_data->phy_name = "meson_dw_hdmi_phy"; in meson_dw_hdmi_bind()
/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec_main.c2459 char phy_name[MII_BUS_ID_SIZE + 3]; in fec_enet_mii_probe() local
2488 snprintf(phy_name, sizeof(phy_name), in fec_enet_mii_probe()
2490 phy_dev = phy_connect(ndev, phy_name, &fec_enet_adjust_link, in fec_enet_mii_probe()

12