Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c198 const char *phy_name = NULL; in bcmgenet_mii_config() local
205 phy_name = "internal PHY"; in bcmgenet_mii_config()
218 if (!phy_name) { in bcmgenet_mii_config()
219 phy_name = "MoCA"; in bcmgenet_mii_config()
227 phy_name = "external MII"; in bcmgenet_mii_config()
233 phy_name = "external RvMII"; in bcmgenet_mii_config()
252 phy_name = "external RGMII (no delay)"; in bcmgenet_mii_config()
259 phy_name = "external RGMII (TX delay)"; in bcmgenet_mii_config()
264 phy_name = "external RGMII (RX delay)"; in bcmgenet_mii_config()
296 dev_info(kdev, "configuring instance for %s\n", phy_name); in bcmgenet_mii_config()
/linux/drivers/net/usb/
H A Dax88172a.c21 char phy_name[PHY_ID_SIZE]; member
245 priv->phy_name); in ax88172a_stop()
311 snprintf(priv->phy_name, sizeof(priv->phy_name), 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/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/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/drivers/usb/dwc3/
H A Dcore.c1538 char phy_name[9]; in dwc3_core_get_phy() local
1568 snprintf(phy_name, sizeof(phy_name), "usb2-phy"); in dwc3_core_get_phy()
1570 snprintf(phy_name, sizeof(phy_name), "usb2-%u", i); in dwc3_core_get_phy()
1572 dwc->usb2_generic_phy[i] = devm_phy_get(dev, phy_name); in dwc3_core_get_phy()
1579 phy_name); in dwc3_core_get_phy()
1585 snprintf(phy_name, sizeof(phy_name), "usb3-phy"); in dwc3_core_get_phy()
1587 snprintf(phy_name, sizeof(phy_name), "usb3-%u", i); in dwc3_core_get_phy()
1589 dwc->usb3_generic_phy[i] = devm_phy_get(dev, phy_name); in dwc3_core_get_phy()
1596 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/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/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/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/drivers/net/fddi/skfp/h/
H A Dsmc.h206 char phy_name ; member
/linux/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/drivers/usb/gadget/udc/
H A Dtegra-xudc.c3518 char phy_name[] = "usb.-."; in tegra_xudc_phy_get() local
3521 snprintf(phy_name, sizeof(phy_name), "usb2-%d", i); in tegra_xudc_phy_get()
3522 xudc->utmi_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
3550 snprintf(phy_name, sizeof(phy_name), "usb3-%d", j); in tegra_xudc_phy_get()
3551 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
/linux/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/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c1874 phy_name(phy)); in xelpdp_aux_power_well_enable()
1901 phy_name(phy)); in xelpdp_aux_power_well_disable()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c364 const char *phy_name; member
3333 phy_defs->phy_name) < 0) in qed_grc_dump_phy()