/linux-6.6.21/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 194 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/ |
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.6.21/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.6.21/drivers/gpu/drm/i915/display/ |
D | intel_combo_phy.c | 101 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()
|
D | intel_cx0_phy.c | 99 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 …]
|
D | intel_display.h | 211 #define phy_name(a) ((a) + 'A') macro
|
D | intel_ddi.c | 4756 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()
|
D | intel_snps_phy.c | 1868 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/ |
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.6.21/drivers/usb/dwc3/ |
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.6.21/include/drm/bridge/ |
D | dw_hdmi.h | 153 const char *phy_name; member
|
/linux-6.6.21/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.6.21/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.6.21/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 459 .phy_name = "inno_dw_hdmi_phy2", 496 .phy_name = "inno_dw_hdmi_phy2",
|
/linux-6.6.21/drivers/net/ethernet/ti/ |
D | cpmac.c | 196 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/ |
D | zynqmp_dp.c | 459 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/ |
D | smc.h | 206 char phy_name ; member
|
/linux-6.6.21/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() 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/ |
D | sun8i_hdmi_phy.c | 581 plat_data->phy_name = "sun8i_dw_hdmi_phy"; in sun8i_hdmi_phy_set_ops()
|
/linux-6.6.21/drivers/gpu/drm/meson/ |
D | meson_dw_hdmi.c | 785 dw_plat_data->phy_name = "meson_dw_hdmi_phy"; in meson_dw_hdmi_bind()
|
/linux-6.6.21/drivers/net/ethernet/freescale/ |
D | fec_main.c | 2329 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/ |
D | dw-hdmi.c | 3195 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/ |
D | phy.rst | 187 phydev = phy_connect(dev, phy_name, &adjust_link, interface);
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 364 const char *phy_name; member 3332 phy_defs->phy_name) < 0) in qed_grc_dump_phy()
|