Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/net/ethernet/broadcom/genet/
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()
295 dev_info(kdev, "configuring instance for %s\n", phy_name); in bcmgenet_mii_config()
[all …]
/linux-6.12.1/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.12.1/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.12.1/drivers/gpu/drm/i915/display/
Dintel_combo_phy.c101 phy_name(phy), in check_phy_reg()
323 phy_name(phy), procmon->name); in icl_combo_phys_init()
389 phy_name(phy)); in icl_combo_phys_uninit()
393 phy_name(phy)); in icl_combo_phys_uninit()
Dintel_cx0_phy.c140 drm_err_once(&i915->drm, "Failed to bring PHY %c to idle.\n", phy_name(phy)); in intel_cx0_bus_reset()
161 phy_name(phy), *val); in intel_cx0_wait_for_ack()
167 phy_name(phy)); in intel_cx0_wait_for_ack()
174 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()
181 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()
203 … Timeout waiting for previous transaction to complete. Reset the bus and retry.\n", phy_name(phy)); in __intel_cx0_read_once()
247 phy_name(phy), addr, i); in __intel_cx0_read()
273 …PHY %c Timeout waiting for previous transaction to complete. Resetting the bus.\n", phy_name(phy)); in __intel_cx0_write_once()
289 "PHY %c Timeout waiting for write to complete. Resetting the bus.\n", phy_name(phy)); in __intel_cx0_write_once()
301 "PHY %c Error occurred during write command.\n", phy_name(phy)); in __intel_cx0_write_once()
[all …]
Dintel_ddi.c4905 port_name(port), phy_name(phy)); in intel_ddi_init()
4936 phy_name(phy)); in intel_ddi_init()
4953 phy_name(phy)); in intel_ddi_init()
4963 tc_port != TC_PORT_NONE ? tc_port_name(tc_port) : phy_name(phy)); in intel_ddi_init()
4973 tc_port != TC_PORT_NONE ? tc_port_name(tc_port) : phy_name(phy)); in intel_ddi_init()
4977 "DDI %c/PHY %c", port_name(port), phy_name(phy)); in intel_ddi_init()
Dintel_display.h208 #define phy_name(a) ((a) + 'A') macro
Dintel_snps_phy.c1870 drm_dbg_kms(&dev_priv->drm, "Port %c PLL not locked\n", phy_name(phy)); in intel_mpllb_enable()
1910 drm_err(&i915->drm, "Port %c PLL not locked\n", phy_name(phy)); in intel_mpllb_disable()
/linux-6.12.1/drivers/usb/dwc3/
Dcore.c1494 char phy_name[9]; in dwc3_core_get_phy() local
1524 snprintf(phy_name, sizeof(phy_name), "usb2-phy"); in dwc3_core_get_phy()
1526 snprintf(phy_name, sizeof(phy_name), "usb2-%u", i); in dwc3_core_get_phy()
1528 dwc->usb2_generic_phy[i] = devm_phy_get(dev, phy_name); in dwc3_core_get_phy()
1535 phy_name); in dwc3_core_get_phy()
1541 snprintf(phy_name, sizeof(phy_name), "usb3-phy"); in dwc3_core_get_phy()
1543 snprintf(phy_name, sizeof(phy_name), "usb3-%u", i); in dwc3_core_get_phy()
1545 dwc->usb3_generic_phy[i] = devm_phy_get(dev, phy_name); in dwc3_core_get_phy()
1552 phy_name); in dwc3_core_get_phy()
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.12.1/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.12.1/drivers/gpu/drm/bridge/imx/
Dimx8mp-hdmi-tx.c94 plat_data->phy_name = "SAMSUNG HDMI TX PHY"; in imx8mp_dw_hdmi_probe()
/linux-6.12.1/include/drm/bridge/
Ddw_hdmi.h153 const char *phy_name; member
/linux-6.12.1/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.12.1/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c460 .phy_name = "inno_dw_hdmi_phy2",
496 .phy_name = "inno_dw_hdmi_phy2",
/linux-6.12.1/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.12.1/drivers/gpu/drm/xlnx/
Dzynqmp_dp.c460 char phy_name[16]; in zynqmp_dp_phy_probe() local
463 snprintf(phy_name, sizeof(phy_name), "dp-phy%d", i); in zynqmp_dp_phy_probe()
464 phy = devm_phy_get(dp->dev, phy_name); in zynqmp_dp_phy_probe()
/linux-6.12.1/drivers/net/fddi/skfp/h/
Dsmc.h206 char phy_name ; member
/linux-6.12.1/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()
3547 snprintf(phy_name, sizeof(phy_name), "usb3-%d", j); in tegra_xudc_phy_get()
3548 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
/linux-6.12.1/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c581 plat_data->phy_name = "sun8i_dw_hdmi_phy"; in sun8i_hdmi_phy_set_ops()
/linux-6.12.1/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c777 dw_plat_data->phy_name = "meson_dw_hdmi_phy"; in meson_dw_hdmi_bind()
/linux-6.12.1/drivers/net/ethernet/freescale/
Dfec_main.c2416 char phy_name[MII_BUS_ID_SIZE + 3]; in fec_enet_mii_probe() local
2445 snprintf(phy_name, sizeof(phy_name), in fec_enet_mii_probe()
2447 phy_dev = phy_connect(ndev, phy_name, &fec_enet_adjust_link, in fec_enet_mii_probe()
/linux-6.12.1/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c3199 if (!hdmi->plat_data->phy_ops || !hdmi->plat_data->phy_name) { in dw_hdmi_detect_phy()
3207 hdmi->phy.name = hdmi->plat_data->phy_name; in dw_hdmi_detect_phy()
/linux-6.12.1/Documentation/networking/
Dphy.rst187 phydev = phy_connect(dev, phy_name, &adjust_link, interface);

12