| /Linux-v5.4/drivers/net/ | 
| D | sungem_phy.c | 51 static inline int __sungem_phy_read(struct mii_phy* phy, int id, int reg)  in __sungem_phy_read()56 static inline void __sungem_phy_write(struct mii_phy* phy, int id, int reg, int val)  in __sungem_phy_write()
 61 static inline int sungem_phy_read(struct mii_phy* phy, int reg)  in sungem_phy_read()
 66 static inline void sungem_phy_write(struct mii_phy* phy, int reg, int val)  in sungem_phy_write()
 71 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id)  in reset_one_mii_phy()
 95 static int bcm5201_init(struct mii_phy* phy)  in bcm5201_init()
 108 static int bcm5201_suspend(struct mii_phy* phy)  in bcm5201_suspend()
 116 static int bcm5221_init(struct mii_phy* phy)  in bcm5221_init()
 139 static int bcm5221_suspend(struct mii_phy* phy)  in bcm5221_suspend()
 154 static int bcm5241_init(struct mii_phy* phy)  in bcm5241_init()
 [all …]
 
 | 
| /Linux-v5.4/drivers/phy/ | 
| D | phy-core.c | 30 	struct phy *phy = *(struct phy **)res;  in devm_phy_release()  local44 	struct phy *phy = *(struct phy **)res;  in devm_phy_consume()  local
 51 	struct phy **phy = res;  in devm_phy_match()  local
 64 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id)  in phy_create_lookup()
 96 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id)  in phy_remove_lookup()
 148 int phy_pm_runtime_get(struct phy *phy)  in phy_pm_runtime_get()
 166 int phy_pm_runtime_get_sync(struct phy *phy)  in phy_pm_runtime_get_sync()
 184 int phy_pm_runtime_put(struct phy *phy)  in phy_pm_runtime_put()
 196 int phy_pm_runtime_put_sync(struct phy *phy)  in phy_pm_runtime_put_sync()
 208 void phy_pm_runtime_allow(struct phy *phy)  in phy_pm_runtime_allow()
 [all …]
 
 | 
| /Linux-v5.4/include/linux/phy/ | 
| D | phy.h | 130 struct phy {  struct133 	const struct phy_ops	*ops;  argument
 137 	struct phy_attrs	attrs;  argument
 142  * struct phy_provider - represents the phy provider  argument
 169 	struct phy *phy;  member
 186 static inline void phy_set_drvdata(struct phy *phy, void *data)  in phy_set_drvdata()
 191 static inline void *phy_get_drvdata(struct phy *phy)  in phy_get_drvdata()
 208 #define phy_set_mode(phy, mode) \  argument
 214 static inline enum phy_mode phy_get_mode(struct phy *phy)  in phy_get_mode()
 220 static inline int phy_get_bus_width(struct phy *phy)  in phy_get_bus_width()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | ael1002.c | 84 static int set_phy_regs(struct cphy *phy, const struct reg_val *rv)  in set_phy_regs()100 static void ael100x_txon(struct cphy *phy)  in ael100x_txon()
 113 static int ael_i2c_rd(struct cphy *phy, int dev_addr, int word_addr)  in ael_i2c_rd()
 141 static int ael1002_power_down(struct cphy *phy, int enable)  in ael1002_power_down()
 153 static int ael1002_reset(struct cphy *phy, int wait)  in ael1002_reset()
 168 static int ael1002_intr_noop(struct cphy *phy)  in ael1002_intr_noop()
 176 static int get_link_status_r(struct cphy *phy, int *link_ok, int *speed,  in get_link_status_r()
 212 int t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter,  in t3_ael1002_phy_prep()
 222 static int ael1006_reset(struct cphy *phy, int wait)  in ael1006_reset()
 238 int t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter,  in t3_ael1006_phy_prep()
 [all …]
 
 | 
| D | aq100x.c | 65 static int aq100x_reset(struct cphy *phy, int wait)  in aq100x_reset()80 static int aq100x_intr_enable(struct cphy *phy)  in aq100x_intr_enable()
 90 static int aq100x_intr_disable(struct cphy *phy)  in aq100x_intr_disable()
 95 static int aq100x_intr_clear(struct cphy *phy)  in aq100x_intr_clear()
 105 static int aq100x_intr_handler(struct cphy *phy)  in aq100x_intr_handler()
 120 static int aq100x_power_down(struct cphy *phy, int off)  in aq100x_power_down()
 127 static int aq100x_autoneg_enable(struct cphy *phy)  in aq100x_autoneg_enable()
 140 static int aq100x_autoneg_restart(struct cphy *phy)  in aq100x_autoneg_restart()
 153 static int aq100x_advertise(struct cphy *phy, unsigned int advertise_map)  in aq100x_advertise()
 194 static int aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable)  in aq100x_set_loopback()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/sun4i/ | 
| D | sun8i_hdmi_phy.c | 134 				      struct sun8i_hdmi_phy *phy,  in sun8i_hdmi_phy_config_a83t()196 				    struct sun8i_hdmi_phy *phy,  in sun8i_hdmi_phy_config_h3()
 346 	struct sun8i_hdmi_phy *phy = (struct sun8i_hdmi_phy *)data;  in sun8i_hdmi_phy_config()  local
 365 					struct sun8i_hdmi_phy *phy)  in sun8i_hdmi_phy_disable_a83t()
 375 				      struct sun8i_hdmi_phy *phy)  in sun8i_hdmi_phy_disable_h3()
 386 	struct sun8i_hdmi_phy *phy = (struct sun8i_hdmi_phy *)data;  in sun8i_hdmi_phy_disable()  local
 399 static void sun8i_hdmi_phy_unlock(struct sun8i_hdmi_phy *phy)  in sun8i_hdmi_phy_unlock()
 410 static void sun50i_hdmi_phy_init_h6(struct sun8i_hdmi_phy *phy)  in sun50i_hdmi_phy_init_h6()
 420 static void sun8i_hdmi_phy_init_a83t(struct sun8i_hdmi_phy *phy)  in sun8i_hdmi_phy_init_a83t()
 437 static void sun8i_hdmi_phy_init_h3(struct sun8i_hdmi_phy *phy)  in sun8i_hdmi_phy_init_h3()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/ibm/emac/ | 
| D | phy.c | 35 static inline int _phy_read(struct mii_phy *phy, int reg)  in _phy_read()40 static inline void _phy_write(struct mii_phy *phy, int reg, int val)  in _phy_write()
 45 static inline int gpcs_phy_read(struct mii_phy *phy, int reg)  in gpcs_phy_read()
 50 static inline void gpcs_phy_write(struct mii_phy *phy, int reg, int val)  in gpcs_phy_write()
 55 int emac_mii_reset_phy(struct mii_phy *phy)  in emac_mii_reset_phy()
 79 int emac_mii_reset_gpcs(struct mii_phy *phy)  in emac_mii_reset_gpcs()
 110 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise)  in genmii_setup_aneg()
 169 static int genmii_setup_forced(struct mii_phy *phy, int speed, int fd)  in genmii_setup_forced()
 206 static int genmii_poll_link(struct mii_phy *phy)  in genmii_poll_link()
 220 static int genmii_read_link(struct mii_phy *phy)  in genmii_read_link()
 [all …]
 
 | 
| /Linux-v5.4/drivers/phy/ti/ | 
| D | phy-omap-usb2.c | 45 	struct omap_usb	*phy;  in omap_usb2_set_comparator()  local59 	struct omap_usb *phy = phy_to_omapusb(otg->usb_phy);  in omap_usb_set_vbus()  local
 69 	struct omap_usb *phy = phy_to_omapusb(otg->usb_phy);  in omap_usb_start_srp()  local
 96 static int omap_usb_phy_power(struct omap_usb *phy, int on)  in omap_usb_phy_power()
 118 	struct omap_usb *phy = phy_get_drvdata(x);  in omap_usb_power_off()  local
 125 	struct omap_usb *phy = phy_get_drvdata(x);  in omap_usb_power_on()  local
 130 static int omap_usb2_disable_clocks(struct omap_usb *phy)  in omap_usb2_disable_clocks()
 139 static int omap_usb2_enable_clocks(struct omap_usb *phy)  in omap_usb2_enable_clocks()
 168 	struct omap_usb *phy = phy_get_drvdata(x);  in omap_usb_init()  local
 192 	struct omap_usb *phy = phy_get_drvdata(x);  in omap_usb_exit()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ | 
| D | e1000_phy.c | 56 	struct e1000_phy_info *phy = &hw->phy;  in igb_get_phy_id()  local115 	struct e1000_phy_info *phy = &hw->phy;  in igb_read_phy_reg_mdic()  local
 171 	struct e1000_phy_info *phy = &hw->phy;  in igb_write_phy_reg_mdic()  local
 228 	struct e1000_phy_info *phy = &hw->phy;  in igb_read_phy_reg_i2c()  local
 273 	struct e1000_phy_info *phy = &hw->phy;  in igb_write_phy_reg_i2c()  local
 457 	struct e1000_phy_info *phy = &hw->phy;  in igb_copper_link_setup_82580()  local
 524 	struct e1000_phy_info *phy = &hw->phy;  in igb_copper_link_setup_m88()  local
 628 	struct e1000_phy_info *phy = &hw->phy;  in igb_copper_link_setup_m88_gen2()  local
 724 	struct e1000_phy_info *phy = &hw->phy;  in igb_copper_link_setup_igp()  local
 862 	struct e1000_phy_info *phy = &hw->phy;  in igb_copper_link_autoneg()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/phy/ | 
| D | phy_led_triggers.c | 8 static struct phy_led_trigger *phy_speed_to_led_trigger(struct phy_device *phy,  in phy_speed_to_led_trigger()20 static void phy_led_trigger_no_link(struct phy_device *phy)  in phy_led_trigger_no_link()
 29 void phy_led_trigger_change_speed(struct phy_device *phy)  in phy_led_trigger_change_speed()
 60 static void phy_led_trigger_format_name(struct phy_device *phy, char *buf,  in phy_led_trigger_format_name()
 67 static int phy_led_trigger_register(struct phy_device *phy,  in phy_led_trigger_register()
 84 int phy_led_triggers_register(struct phy_device *phy)  in phy_led_triggers_register()
 146 void phy_led_triggers_unregister(struct phy_device *phy)  in phy_led_triggers_unregister()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/msm/dsi/phy/ | 
| D | dsi_phy_28nm_8960.c | 11 static void dsi_28nm_dphy_set_timing(struct msm_dsi_phy *phy,  in dsi_28nm_dphy_set_timing()42 static void dsi_28nm_phy_regulator_init(struct msm_dsi_phy *phy)  in dsi_28nm_phy_regulator_init()
 54 static void dsi_28nm_phy_regulator_ctrl(struct msm_dsi_phy *phy)  in dsi_28nm_phy_regulator_ctrl()
 65 static void dsi_28nm_phy_calibration(struct msm_dsi_phy *phy)  in dsi_28nm_phy_calibration()
 95 static void dsi_28nm_phy_lane_config(struct msm_dsi_phy *phy)  in dsi_28nm_phy_lane_config()
 120 static int dsi_28nm_phy_enable(struct msm_dsi_phy *phy, int src_pll_id,  in dsi_28nm_phy_enable()
 165 static void dsi_28nm_phy_disable(struct msm_dsi_phy *phy)  in dsi_28nm_phy_disable()
 
 | 
| D | dsi_phy_10nm.c | 11 static int dsi_phy_hw_v3_0_is_pll_on(struct msm_dsi_phy *phy)  in dsi_phy_hw_v3_0_is_pll_on()22 static void dsi_phy_hw_v3_0_config_lpcdrx(struct msm_dsi_phy *phy, bool enable)  in dsi_phy_hw_v3_0_config_lpcdrx()
 39 static void dsi_phy_hw_v3_0_lane_settings(struct msm_dsi_phy *phy)  in dsi_phy_hw_v3_0_lane_settings()
 87 static int dsi_10nm_phy_enable(struct msm_dsi_phy *phy, int src_pll_id,  in dsi_10nm_phy_enable()
 193 static void dsi_10nm_phy_disable(struct msm_dsi_phy *phy)  in dsi_10nm_phy_disable()
 197 static int dsi_10nm_phy_init(struct msm_dsi_phy *phy)  in dsi_10nm_phy_init()
 
 | 
| /Linux-v5.4/drivers/usb/phy/ | 
| D | phy-ulpi.c | 42 static int ulpi_set_otg_flags(struct usb_phy *phy)  in ulpi_set_otg_flags()66 static int ulpi_set_fc_flags(struct usb_phy *phy)  in ulpi_set_fc_flags()
 108 static int ulpi_set_ic_flags(struct usb_phy *phy)  in ulpi_set_ic_flags()
 127 static int ulpi_set_flags(struct usb_phy *phy)  in ulpi_set_flags()
 142 static int ulpi_check_integrity(struct usb_phy *phy)  in ulpi_check_integrity()
 168 static int ulpi_init(struct usb_phy *phy)  in ulpi_init()
 201 	struct usb_phy *phy = otg->usb_phy;  in ulpi_set_host()  local
 227 	struct usb_phy *phy = otg->usb_phy;  in ulpi_set_vbus()  local
 247 	struct usb_phy *phy;  in otg_ulpi_create()  local
 
 | 
| D | phy-tegra-usb.c | 197 static void set_pts(struct tegra_usb_phy *phy, u8 pts_val)  in set_pts()215 static void set_phcd(struct tegra_usb_phy *phy, bool enable)  in set_phcd()
 237 static int utmip_pad_open(struct tegra_usb_phy *phy)  in utmip_pad_open()
 295 static int utmip_pad_close(struct tegra_usb_phy *phy)  in utmip_pad_close()
 318 static void utmip_pad_power_on(struct tegra_usb_phy *phy)  in utmip_pad_power_on()
 349 static int utmip_pad_power_off(struct tegra_usb_phy *phy)  in utmip_pad_power_off()
 384 static void utmi_phy_clk_disable(struct tegra_usb_phy *phy)  in utmi_phy_clk_disable()
 415 static void utmi_phy_clk_enable(struct tegra_usb_phy *phy)  in utmi_phy_clk_enable()
 448 static int utmi_phy_power_on(struct tegra_usb_phy *phy)  in utmi_phy_power_on()
 597 static int utmi_phy_power_off(struct tegra_usb_phy *phy)  in utmi_phy_power_off()
 [all …]
 
 | 
| /Linux-v5.4/drivers/scsi/libsas/ | 
| D | sas_port.c | 15 static bool phy_is_wideport_member(struct asd_sas_port *port, struct asd_sas_phy *phy)  in phy_is_wideport_member()26 static void sas_resume_port(struct asd_sas_phy *phy)  in sas_resume_port()
 60 				struct ex_phy *phy = &dev->ex_dev.ex_phy[i];  in sas_resume_port()  local
 77 static void sas_form_port(struct asd_sas_phy *phy)  in sas_form_port()
 199 void sas_deform_port(struct asd_sas_phy *phy, int gone)  in sas_deform_port()
 267 	struct asd_sas_phy *phy = ev->phy;  in sas_porte_bytes_dmaed()  local
 275 	struct asd_sas_phy *phy = ev->phy;  in sas_porte_broadcast_rcvd()  local
 293 	struct asd_sas_phy *phy = ev->phy;  in sas_porte_link_reset_err()  local
 301 	struct asd_sas_phy *phy = ev->phy;  in sas_porte_timer_event()  local
 309 	struct asd_sas_phy *phy = ev->phy;  in sas_porte_hard_reset()  local
 
 | 
| D | sas_phy.c | 20 	struct asd_sas_phy *phy = ev->phy;  in sas_phye_loss_of_signal()  local29 	struct asd_sas_phy *phy = ev->phy;  in sas_phye_oob_done()  local
 37 	struct asd_sas_phy *phy = ev->phy;  in sas_phye_oob_error()  local
 66 	struct asd_sas_phy *phy = ev->phy;  in sas_phye_spinup_hold()  local
 78 	struct asd_sas_phy *phy = ev->phy;  in sas_phye_resume_timeout()  local
 95 	struct asd_sas_phy *phy = ev->phy;  in sas_phye_shutdown()  local
 122 		struct asd_sas_phy *phy = sas_ha->sas_phy[i];  in sas_register_phys()  local
 
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/ | 
| D | phy.c | 118 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_calibrate()  local136 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_init_pctl()  local
 195 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_agcsetup()  local
 311 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_setupg()  local
 423 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_initb2()  local
 472 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_initb4()  local
 528 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_initb5()  local
 643 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_initb6()  local
 786 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_calc_loopback_gain()  local
 985 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_phy_initg()  local
 [all …]
 
 | 
| D | radio.c | 101 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_radio_read16()  local135 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_set_all_gains()  local
 171 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_set_original_gains()  local
 211 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_synth_pu_workaround()  local
 232 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_radio_aci_detect()  local
 266 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_radio_aci_scan()  local
 351 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_nrssi_mem_update()  local
 368 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_calc_nrssi_offset()  local
 538 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_calc_nrssi_slope()  local
 803 	struct b43legacy_phy *phy = &dev->phy;  in b43legacy_calc_nrssi_threshold()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/phy/mediatek/ | 
| D | phy-mtk-ufs.c | 41 static inline u32 mphy_readl(struct ufs_mtk_phy *phy, u32 reg)  in mphy_readl()46 static inline void mphy_writel(struct ufs_mtk_phy *phy, u32 val, u32 reg)  in mphy_writel()
 51 static void mphy_set_bit(struct ufs_mtk_phy *phy, u32 reg, u32 bit)  in mphy_set_bit()
 60 static void mphy_clr_bit(struct ufs_mtk_phy *phy, u32 reg, u32 bit)  in mphy_clr_bit()
 74 static int ufs_mtk_phy_clk_init(struct ufs_mtk_phy *phy)  in ufs_mtk_phy_clk_init()
 93 static void ufs_mtk_phy_set_active(struct ufs_mtk_phy *phy)  in ufs_mtk_phy_set_active()
 122 static void ufs_mtk_phy_set_deep_hibern(struct ufs_mtk_phy *phy)  in ufs_mtk_phy_set_deep_hibern()
 150 	struct ufs_mtk_phy *phy = get_ufs_mtk_phy(generic_phy);  in ufs_mtk_phy_power_on()  local
 177 	struct ufs_mtk_phy *phy = get_ufs_mtk_phy(generic_phy);  in ufs_mtk_phy_power_off()  local
 199 	struct ufs_mtk_phy *phy;  in ufs_mtk_phy_probe()  local
 
 | 
| /Linux-v5.4/drivers/nfc/s3fwrn5/ | 
| D | i2c.c | 40 	struct s3fwrn5_i2c_phy *phy = phy_id;  in s3fwrn5_i2c_set_wake()  local50 	struct s3fwrn5_i2c_phy *phy = phy_id;  in s3fwrn5_i2c_set_mode()  local
 78 	struct s3fwrn5_i2c_phy *phy = phy_id;  in s3fwrn5_i2c_get_mode()  local
 92 	struct s3fwrn5_i2c_phy *phy = phy_id;  in s3fwrn5_i2c_write()  local
 124 static int s3fwrn5_i2c_read(struct s3fwrn5_i2c_phy *phy)  in s3fwrn5_i2c_read()
 166 	struct s3fwrn5_i2c_phy *phy = phy_id;  in s3fwrn5_i2c_irq_thread_fn()  local
 197 	struct s3fwrn5_i2c_phy *phy = i2c_get_clientdata(client);  in s3fwrn5_i2c_parse_dt()  local
 217 	struct s3fwrn5_i2c_phy *phy;  in s3fwrn5_i2c_probe()  local
 261 	struct s3fwrn5_i2c_phy *phy = i2c_get_clientdata(client);  in s3fwrn5_i2c_remove()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/msm/edp/ | 
| D | edp_phy.c | 15 bool msm_edp_phy_ready(struct edp_phy *phy)  in msm_edp_phy_ready()36 void msm_edp_phy_ctrl(struct edp_phy *phy, int enable)  in msm_edp_phy_ctrl()
 55 void msm_edp_phy_vm_pe_init(struct edp_phy *phy)  in msm_edp_phy_vm_pe_init()
 62 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1)  in msm_edp_phy_vm_pe_cfg()
 68 void msm_edp_phy_lane_power_ctrl(struct edp_phy *phy, bool up, u32 max_lane)  in msm_edp_phy_lane_power_ctrl()
 89 	struct edp_phy *phy = NULL;  in msm_edp_phy_init()  local
 
 | 
| /Linux-v5.4/drivers/media/platform/omap3isp/ | 
| D | ispcsiphy.c | 23 static void csiphy_routing_cfg_3630(struct isp_csiphy *phy,  in csiphy_routing_cfg_3630()68 static void csiphy_routing_cfg_3430(struct isp_csiphy *phy, u32 iface, bool on,  in csiphy_routing_cfg_3430()
 101 static void csiphy_routing_cfg(struct isp_csiphy *phy,  in csiphy_routing_cfg()
 115 static void csiphy_power_autoswitch_enable(struct isp_csiphy *phy, bool enable)  in csiphy_power_autoswitch_enable()
 128 static int csiphy_set_power(struct isp_csiphy *phy, u32 power)  in csiphy_set_power()
 162 static int omap3isp_csiphy_config(struct isp_csiphy *phy)  in omap3isp_csiphy_config()
 260 int omap3isp_csiphy_acquire(struct isp_csiphy *phy, struct media_entity *entity)  in omap3isp_csiphy_acquire()
 303 void omap3isp_csiphy_release(struct isp_csiphy *phy)  in omap3isp_csiphy_release()
 
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ | 
| D | phy_g.c | 71 	struct b43_phy *phy = &dev->phy;  in generate_rfatt_list()  local166 	struct b43_phy *phy = &dev->phy;  in b43_synth_pu_workaround()  local
 189 	struct b43_phy *phy = &dev->phy;  in b43_gphy_set_baseband_attenuation()  local
 207 	struct b43_phy *phy = &dev->phy;  in b43_set_txpower_g()  local
 272 	struct b43_phy *phy = &dev->phy;  in b43_gphy_gain_lt_init()  local
 299 	struct b43_phy *phy = &dev->phy;  in b43_set_all_gains()  local
 330 	struct b43_phy *phy = &dev->phy;  in b43_set_original_gains()  local
 411 	struct b43_phy *phy = &dev->phy;  in b43_calc_nrssi_offset()  local
 558 	struct b43_phy *phy = &dev->phy;  in b43_calc_nrssi_slope()  local
 700 	struct b43_phy *phy = &dev->phy;  in b43_calc_nrssi_threshold()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_combo_phy.c | 46 cnl_get_procmon_ref_values(struct drm_i915_private *dev_priv, enum phy phy)  in cnl_get_procmon_ref_values()77 				       enum phy phy)  in cnl_set_procmon_ref_values()
 94 			  enum phy phy, i915_reg_t reg, u32 mask,  in check_phy_reg()
 111 					  enum phy phy)  in cnl_verify_procmon_ref_values()
 136 	enum phy phy = PHY_A;  in cnl_combo_phy_verify_state()  local
 183 				  enum phy phy)  in icl_combo_phy_enabled()
 195 				       enum phy phy)  in icl_combo_phy_verify_state()
 215 				    enum phy phy, bool is_dsi,  in intel_combo_phy_power_up_lanes()
 294 	enum phy phy;  in icl_combo_phys_init()  local
 348 	enum phy phy;  in icl_combo_phys_uninit()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_link.c | 2589 				       struct bnx2x_phy *phy,  in bnx2x_cl22_write()2624 				      struct bnx2x_phy *phy,  in bnx2x_cl22_read()
 2665 static int bnx2x_cl45_read(struct bnx2x *bp, struct bnx2x_phy *phy,  in bnx2x_cl45_read()
 2740 static int bnx2x_cl45_write(struct bnx2x *bp, struct bnx2x_phy *phy,  in bnx2x_cl45_write()
 2951 static int bnx2x_eee_disable(struct bnx2x_phy *phy,  in bnx2x_eee_disable()
 2967 static int bnx2x_eee_advertise(struct bnx2x_phy *phy,  in bnx2x_eee_advertise()
 3004 static void bnx2x_eee_an_resolve(struct bnx2x_phy *phy,  in bnx2x_eee_an_resolve()
 3167 static void bnx2x_cl45_read_or_write(struct bnx2x *bp, struct bnx2x_phy *phy,  in bnx2x_cl45_read_or_write()
 3176 				      struct bnx2x_phy *phy,  in bnx2x_cl45_read_and_write()
 3217 static u8 bnx2x_get_warpcore_lane(struct bnx2x_phy *phy,  in bnx2x_get_warpcore_lane()
 [all …]
 
 |