/linux-6.12.1/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 197 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/ |
D | ax88172a.c | 21 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/ |
D | rt2x00leds.c | 118 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/ |
D | intel_combo_phy.c | 101 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()
|
D | intel_cx0_phy.c | 140 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 …]
|
D | intel_ddi.c | 4905 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()
|
D | intel_display.h | 208 #define phy_name(a) ((a) + 'A') macro
|
D | intel_snps_phy.c | 1870 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/ |
D | core.c | 1494 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()
|
D | dwc3-meson-g12a.c | 446 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/ |
D | pcmplc.c | 375 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/ |
D | imx8mp-hdmi-tx.c | 94 plat_data->phy_name = "SAMSUNG HDMI TX PHY"; in imx8mp_dw_hdmi_probe()
|
/linux-6.12.1/include/drm/bridge/ |
D | dw_hdmi.h | 153 const char *phy_name; member
|
/linux-6.12.1/drivers/mmc/host/ |
D | sdhci-xenon-phy.c | 849 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/ |
D | dw_hdmi-rockchip.c | 460 .phy_name = "inno_dw_hdmi_phy2", 496 .phy_name = "inno_dw_hdmi_phy2",
|
/linux-6.12.1/drivers/net/ethernet/xilinx/ |
D | ll_temac.h | 348 char phy_name[MII_BUS_ID_SIZE + 3]; member
|
D | ll_temac_main.c | 1170 } 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/ |
D | zynqmp_dp.c | 460 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/ |
D | smc.h | 206 char phy_name ; member
|
/linux-6.12.1/drivers/usb/gadget/udc/ |
D | tegra-xudc.c | 3515 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/ |
D | sun8i_hdmi_phy.c | 581 plat_data->phy_name = "sun8i_dw_hdmi_phy"; in sun8i_hdmi_phy_set_ops()
|
/linux-6.12.1/drivers/gpu/drm/meson/ |
D | meson_dw_hdmi.c | 777 dw_plat_data->phy_name = "meson_dw_hdmi_phy"; in meson_dw_hdmi_bind()
|
/linux-6.12.1/drivers/net/ethernet/freescale/ |
D | fec_main.c | 2416 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/ |
D | dw-hdmi.c | 3199 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/ |
D | phy.rst | 187 phydev = phy_connect(dev, phy_name, &adjust_link, interface);
|