Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c194 const char *phy_name = NULL; in bcmgenet_mii_config() local
201 phy_name = "internal PHY"; in bcmgenet_mii_config()
214 if (!phy_name) { in bcmgenet_mii_config()
215 phy_name = "MoCA"; in bcmgenet_mii_config()
223 phy_name = "external MII"; in bcmgenet_mii_config()
229 phy_name = "external RvMII"; in bcmgenet_mii_config()
248 phy_name = "external RGMII (no delay)"; in bcmgenet_mii_config()
255 phy_name = "external RGMII (TX delay)"; in bcmgenet_mii_config()
260 phy_name = "external RGMII (RX delay)"; in bcmgenet_mii_config()
290 dev_info(kdev, "configuring instance for %s\n", phy_name); in bcmgenet_mii_config()
[all …]
/linux-6.6.21/drivers/net/usb/
Dax88172a.c21 char phy_name[20]; member
245 priv->phy_name); in ax88172a_stop()
311 snprintf(priv->phy_name, 20, PHY_ID_FMT, in ax88172a_reset()
314 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
319 priv->phy_name); in ax88172a_reset()
324 netdev_info(dev->net, "Connected to phy %s\n", priv->phy_name); in ax88172a_reset()
/linux-6.6.21/drivers/net/wireless/ralink/rt2x00/
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.6.21/drivers/gpu/drm/i915/display/
Dintel_combo_phy.c101 phy_name(phy), in check_phy_reg()
119 phy_name(phy), procmon->name); in icl_verify_procmon_ref_values()
320 phy_name(phy)); in icl_combo_phys_init()
388 phy_name(phy)); in icl_combo_phys_uninit()
392 phy_name(phy)); in icl_combo_phys_uninit()
Dintel_cx0_phy.c99 drm_err_once(&i915->drm, "Failed to bring PHY %c to idle.\n", phy_name(phy)); in intel_cx0_bus_reset()
118 phy_name(phy), *val); in intel_cx0_wait_for_ack()
124 drm_dbg_kms(&i915->drm, "PHY %c Error occurred during %s command. Status: 0x%x\n", phy_name(phy), in intel_cx0_wait_for_ack()
131 drm_dbg_kms(&i915->drm, "PHY %c Not a %s response. MSGBUS Status: 0x%x.\n", phy_name(phy), in intel_cx0_wait_for_ack()
151 … Timeout waiting for previous transaction to complete. Reset the bus and retry.\n", phy_name(phy)); in __intel_cx0_read_once()
187 phy_name(phy), addr, i); in __intel_cx0_read()
211 …PHY %c Timeout waiting for previous transaction to complete. Resetting the bus.\n", phy_name(phy)); in __intel_cx0_write_once()
227 "PHY %c Timeout waiting for write to complete. Resetting the bus.\n", phy_name(phy)); in __intel_cx0_write_once()
239 "PHY %c Error occurred during write command.\n", phy_name(phy)); in __intel_cx0_write_once()
266 "PHY %c Write %04x failed after %d retries.\n", phy_name(phy), addr, i); in __intel_cx0_write()
[all …]
Dintel_display.h211 #define phy_name(a) ((a) + 'A') macro
Dintel_ddi.c4756 port_name(port), phy_name(phy)); in intel_ddi_init()
4787 phy_name(phy)); in intel_ddi_init()
4804 phy_name(phy)); in intel_ddi_init()
4814 tc_port != TC_PORT_NONE ? tc_port_name(tc_port) : phy_name(phy)); in intel_ddi_init()
4824 tc_port != TC_PORT_NONE ? tc_port_name(tc_port) : phy_name(phy)); in intel_ddi_init()
4828 "DDI %c/PHY %c", port_name(port), phy_name(phy)); in intel_ddi_init()
Dintel_snps_phy.c1868 drm_dbg_kms(&dev_priv->drm, "Port %c PLL not locked\n", phy_name(phy)); in intel_mpllb_enable()
1908 drm_err(&i915->drm, "Port %c PLL not locked\n", phy_name(phy)); in intel_mpllb_disable()
/linux-6.6.21/drivers/net/fddi/skfp/
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.6.21/drivers/usb/dwc3/
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.6.21/include/drm/bridge/
Ddw_hdmi.h153 const char *phy_name; member
/linux-6.6.21/drivers/mmc/host/
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.6.21/drivers/net/ethernet/xilinx/
Dll_temac.h348 char phy_name[MII_BUS_ID_SIZE + 3]; member
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.6.21/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c459 .phy_name = "inno_dw_hdmi_phy2",
496 .phy_name = "inno_dw_hdmi_phy2",
/linux-6.6.21/drivers/net/ethernet/ti/
Dcpmac.c196 char phy_name[MII_BUS_ID_SIZE + 3]; member
1121 snprintf(priv->phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in cpmac_probe()
1124 phydev = phy_connect(dev, priv->phy_name, cpmac_adjust_link, in cpmac_probe()
1144 priv->phy_name, dev->dev_addr); in cpmac_probe()
/linux-6.6.21/drivers/gpu/drm/xlnx/
Dzynqmp_dp.c459 char phy_name[16]; in zynqmp_dp_phy_probe() local
462 snprintf(phy_name, sizeof(phy_name), "dp-phy%d", i); in zynqmp_dp_phy_probe()
463 phy = devm_phy_get(dp->dev, phy_name); in zynqmp_dp_phy_probe()
/linux-6.6.21/drivers/net/fddi/skfp/h/
Dsmc.h206 char phy_name ; member
/linux-6.6.21/drivers/usb/gadget/udc/
Dtegra-xudc.c3515 char phy_name[] = "usb.-."; in tegra_xudc_phy_get() local
3518 snprintf(phy_name, sizeof(phy_name), "usb2-%d", i); in tegra_xudc_phy_get()
3519 xudc->utmi_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
3546 snprintf(phy_name, sizeof(phy_name), "usb3-%d", usb3); in tegra_xudc_phy_get()
3547 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
/linux-6.6.21/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c581 plat_data->phy_name = "sun8i_dw_hdmi_phy"; in sun8i_hdmi_phy_set_ops()
/linux-6.6.21/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c785 dw_plat_data->phy_name = "meson_dw_hdmi_phy"; in meson_dw_hdmi_bind()
/linux-6.6.21/drivers/net/ethernet/freescale/
Dfec_main.c2329 char phy_name[MII_BUS_ID_SIZE + 3]; in fec_enet_mii_probe() local
2358 snprintf(phy_name, sizeof(phy_name), in fec_enet_mii_probe()
2360 phy_dev = phy_connect(ndev, phy_name, &fec_enet_adjust_link, in fec_enet_mii_probe()
/linux-6.6.21/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c3195 if (!hdmi->plat_data->phy_ops || !hdmi->plat_data->phy_name) { in dw_hdmi_detect_phy()
3203 hdmi->phy.name = hdmi->plat_data->phy_name; in dw_hdmi_detect_phy()
/linux-6.6.21/Documentation/networking/
Dphy.rst187 phydev = phy_connect(dev, phy_name, &adjust_link, interface);
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c364 const char *phy_name; member
3332 phy_defs->phy_name) < 0) in qed_grc_dump_phy()