Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c184 const char *phy_name = NULL; in bcmgenet_mii_config() local
191 phy_name = "internal PHY"; in bcmgenet_mii_config()
204 if (!phy_name) { in bcmgenet_mii_config()
205 phy_name = "MoCA"; in bcmgenet_mii_config()
213 phy_name = "external MII"; in bcmgenet_mii_config()
219 phy_name = "external RvMII"; in bcmgenet_mii_config()
238 phy_name = "external RGMII (no delay)"; in bcmgenet_mii_config()
245 phy_name = "external RGMII (TX delay)"; in bcmgenet_mii_config()
250 phy_name = "external RGMII (RX delay)"; in bcmgenet_mii_config()
278 dev_info(kdev, "configuring instance for %s\n", phy_name); in bcmgenet_mii_config()
544 char phy_name[MII_BUS_ID_SIZE + 3]; bcmgenet_mii_pd_init() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/
H A 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()
587 char phy_name[MII_BUS_ID_SIZE + 3]; bcmgenet_mii_pd_init() local
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dax88172a.c21 char phy_name[20]; member
254 priv->phy_name); in ax88172a_stop()
320 snprintf(priv->phy_name, 20, PHY_ID_FMT, in ax88172a_reset()
323 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
328 priv->phy_name); in ax88172a_reset()
333 netdev_info(dev->net, "Connected to phy %s\n", priv->phy_name); in ax88172a_reset()
/kernel/linux/linux-6.6/drivers/net/usb/
H A 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A 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()
H A 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 "PHY %c 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(ph in __intel_cx0_write()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_combo_phy.c103 phy_name(phy), in check_phy_reg()
363 phy_name(phy)); in icl_combo_phys_init()
432 phy_name(phy)); in icl_combo_phys_uninit()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dpcmplc.c379 phy->phy_name = '0' + np - PM ; in pcm_init()
381 phy->phy_name = 'A' + np ; in pcm_init()
607 phy->phy_name, in pcm()
1013 DB_PCMN(1, "PCM %c : MAINT", phy->phy_name); in pcm_fsm()
1284 phy->phy_name); in pc_rcode_actions()
1307 phy->phy_name); in pc_rcode_actions()
1315 phy->phy_name); in pc_rcode_actions()
1365 phy->phy_name, in pc_rcode_actions()
1515 DB_PCMN(1, "PCM %c : E104 LCT failed", phy->phy_name); in pc_tcode_actions()
1823 phy->phy_name, "NS in plc_irq()
[all...]
/kernel/linux/linux-6.6/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, "NS in plc_irq()
[all...]
/kernel/linux/linux-5.10/include/drm/bridge/
H A Ddw_hdmi.h146 const char *phy_name; member
/kernel/linux/linux-6.6/include/drm/bridge/
H A Ddw_hdmi.h153 const char *phy_name; member
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c452 const char *phy_name; in dwc3_meson_g12a_get_phys() local
456 phy_name = priv->drvdata->phy_names[i]; in dwc3_meson_g12a_get_phys()
457 priv->phys[i] = devm_phy_optional_get(priv->dev, phy_name); in dwc3_meson_g12a_get_phys()
464 if (strstr(phy_name, "usb3")) in dwc3_meson_g12a_get_phys()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
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()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-xenon-phy.c815 const char *phy_name) in xenon_add_phy()
821 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()
825 phy_name); in xenon_add_phy()
814 xenon_add_phy(struct device_node *np, struct sdhci_host *host, const char *phy_name) xenon_add_phy() argument
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-xenon-phy.c849 const char *phy_name) in xenon_add_phy()
855 priv->phy_type = match_string(phy_types, NR_PHY_TYPES, phy_name); in xenon_add_phy()
859 phy_name); in xenon_add_phy()
848 xenon_add_phy(struct device *dev, struct sdhci_host *host, const char *phy_name) xenon_add_phy() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c413 .phy_name = "inno_dw_hdmi_phy2",
450 .phy_name = "inno_dw_hdmi_phy2",
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
H A Dll_temac.h338 char phy_name[MII_BUS_ID_SIZE + 3]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H A Dll_temac.h348 char phy_name[MII_BUS_ID_SIZE + 3]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpmac.c196 char phy_name[MII_BUS_ID_SIZE + 3]; member
1117 snprintf(priv->phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in cpmac_probe()
1120 phydev = phy_connect(dev, priv->phy_name, cpmac_adjust_link, in cpmac_probe()
1140 priv->phy_name, dev->dev_addr); in cpmac_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c466 char phy_name[16]; in zynqmp_dp_phy_probe() local
469 snprintf(phy_name, sizeof(phy_name), "dp-phy%d", i); in zynqmp_dp_phy_probe()
470 phy = devm_phy_get(dp->dev, phy_name); in zynqmp_dp_phy_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c459 .phy_name = "inno_dw_hdmi_phy2",
496 .phy_name = "inno_dw_hdmi_phy2",

Completed in 29 milliseconds

12