/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_combo_phy_regs.h | 17 #define _ICL_COMBOPHY(phy) _PICK(phy, _ICL_COMBOPHY_A, \ argument 24 #define _ICL_PORT_CL_DW(dw, phy) (_ICL_COMBOPHY(phy) + \ argument 27 #define ICL_PORT_CL_DW5(phy) _MMIO(_ICL_PORT_CL_DW(5, phy)) argument 31 #define ICL_PORT_CL_DW10(phy) _MMIO(_ICL_PORT_CL_DW(10, phy)) argument 46 #define ICL_PORT_CL_DW12(phy) _MMIO(_ICL_PORT_CL_DW(12, phy)) argument 51 _ICL_PORT_COMP_DW(dw,phy) global() argument 54 ICL_PORT_COMP_DW0(phy) global() argument 57 ICL_PORT_COMP_DW1(phy) global() argument 59 ICL_PORT_COMP_DW3(phy) global() argument 69 ICL_PORT_COMP_DW8(phy) global() argument 72 ICL_PORT_COMP_DW9(phy) global() argument 74 ICL_PORT_COMP_DW10(phy) global() argument 80 _ICL_PORT_PCS_DW_AUX(dw,phy) global() argument 82 _ICL_PORT_PCS_DW_GRP(dw,phy) global() argument 84 _ICL_PORT_PCS_DW_LN(dw,ln,phy) global() argument 86 ICL_PORT_PCS_DW1_AUX(phy) global() argument 87 ICL_PORT_PCS_DW1_GRP(phy) global() argument 88 ICL_PORT_PCS_DW1_LN(ln,phy) global() argument 100 _ICL_PORT_TX_DW_AUX(dw,phy) global() argument 102 _ICL_PORT_TX_DW_GRP(dw,phy) global() argument 104 _ICL_PORT_TX_DW_LN(dw,ln,phy) global() argument 107 ICL_PORT_TX_DW2_AUX(phy) global() argument 108 ICL_PORT_TX_DW2_GRP(phy) global() argument 109 ICL_PORT_TX_DW2_LN(ln,phy) global() argument 119 ICL_PORT_TX_DW4_AUX(phy) global() argument 120 ICL_PORT_TX_DW4_GRP(phy) global() argument 121 ICL_PORT_TX_DW4_LN(ln,phy) global() argument 130 ICL_PORT_TX_DW5_AUX(phy) global() argument 131 ICL_PORT_TX_DW5_GRP(phy) global() argument 132 ICL_PORT_TX_DW5_LN(ln,phy) global() argument 141 ICL_PORT_TX_DW6_AUX(phy) global() argument 142 ICL_PORT_TX_DW6_GRP(phy) global() argument 143 ICL_PORT_TX_DW6_LN(ln,phy) global() argument 148 ICL_PORT_TX_DW7_AUX(phy) global() argument 149 ICL_PORT_TX_DW7_GRP(phy) global() argument 150 ICL_PORT_TX_DW7_LN(ln,phy) global() argument 154 ICL_PORT_TX_DW8_AUX(phy) global() argument 155 ICL_PORT_TX_DW8_GRP(phy) global() argument 156 ICL_PORT_TX_DW8_LN(ln,phy) global() argument [all...] |
H A D | intel_snps_phy_regs.h | 13 #define _SNPS_PHY(phy) _PHY(phy, \ argument 16 #define _SNPS2(phy, reg) (_SNPS_PHY(phy) - \ argument 18 #define _MMIO_SNPS(phy, reg) _MMIO(_SNPS2(phy, reg)) argument 19 #define _MMIO_SNPS_LN(ln, phy, reg) _MMIO(_SNPS2(phy, \ argument 22 #define SNPS_PHY_MPLLB_CP(phy) _MMIO_SNPS(phy, 0x168000) argument 28 #define SNPS_PHY_MPLLB_DIV(phy) _MMIO_SNPS(phy, 0x168004) argument 41 #define SNPS_PHY_MPLLB_FRACN1(phy) _MMIO_SNPS(phy, 0x168008) argument 46 #define SNPS_PHY_MPLLB_FRACN2(phy) _MMIO_SNPS(phy, 0x16800C) argument 50 #define SNPS_PHY_MPLLB_SSCEN(phy) _MMIO_SNPS(phy, 0x168014) argument 55 #define SNPS_PHY_MPLLB_SSCSTEP(phy) _MMIO_SNPS(phy, 0x168018) argument [all …]
|
H A D | bxt_dpio_phy_regs.h | 15 #define BXT_PHY_BASE(phy) \ argument 20 #define _BXT_PHY(phy, reg) \ argument 23 #define _BXT_PHY_CH(phy, ch, reg_ch0, reg_ch1) \ argument 26 #define _MMIO_BXT_PHY_CH(phy, ch, reg_ch0, reg_ch1) \ argument 30 #define _MMIO_BXT_PHY_CH_LN(phy, ch, lane, reg_ch0, reg_ch1) \ argument 51 #define BXT_PORT_PLL_EBB_0(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 60 #define BXT_PORT_PLL_EBB_4(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 95 #define _PORT_PLL_BASE(phy, ch) _BXT_PHY_CH(phy, ch, \ argument 98 #define BXT_PORT_PLL(phy, ch, idx) _MMIO(_PORT_PLL_BASE(phy, ch) + \ argument 106 #define BXT_PORT_CL1CM_DW0(phy) _BXT_PHY((phy), _PORT_CL1CM_DW0_BC) argument [all …]
|
H A D | intel_dpio_phy.c | 237 bxt_get_phy_info(struct intel_display *display, enum dpio_phy phy) in bxt_get_phy_info() argument 247 enum dpio_phy *phy, enum dpio_channel *ch) in bxt_port_to_phy_channel() argument 301 enum dpio_phy phy; bxt_dpio_phy_set_signal_levels() local 356 bxt_dpio_phy_is_enabled(struct intel_display * display,enum dpio_phy phy) bxt_dpio_phy_is_enabled() argument 383 bxt_get_grc(struct intel_display * display,enum dpio_phy phy) bxt_get_grc() argument 391 bxt_phy_wait_grc_done(struct intel_display * display,enum dpio_phy phy) bxt_phy_wait_grc_done() argument 397 _bxt_dpio_phy_init(struct intel_display * display,enum dpio_phy phy) _bxt_dpio_phy_init() argument 477 bxt_dpio_phy_uninit(struct intel_display * display,enum dpio_phy phy) bxt_dpio_phy_uninit() argument 488 bxt_dpio_phy_init(struct intel_display * display,enum dpio_phy phy) bxt_dpio_phy_init() argument 514 __phy_reg_verify_state(struct intel_display * display,enum dpio_phy phy,i915_reg_t reg,u32 mask,u32 expected,const char * reg_fmt,...) __phy_reg_verify_state() argument 541 bxt_dpio_phy_verify_state(struct intel_display * display,enum dpio_phy phy) bxt_dpio_phy_verify_state() argument 618 enum dpio_phy phy; bxt_dpio_phy_set_lane_optim_mask() local 640 enum dpio_phy phy; bxt_dpio_phy_get_lane_lat_optim_mask() local 723 enum dpio_phy phy = vlv_dig_port_to_phy(dig_port); chv_set_phy_signal_level() local 818 enum dpio_phy phy = vlv_dig_port_to_phy(dig_port); chv_data_lane_soft_reset() local 864 enum dpio_phy phy = vlv_dig_port_to_phy(dig_port); chv_phy_pre_pll_enable() local 945 enum dpio_phy phy = vlv_dig_port_to_phy(dig_port); chv_phy_pre_encoder_enable() local 1031 enum dpio_phy phy = vlv_dig_port_to_phy(enc_to_dig_port(encoder)); chv_phy_post_pll_disable() local 1070 enum dpio_phy phy = vlv_dig_port_to_phy(dig_port); vlv_set_phy_signal_level() local 1096 enum dpio_phy phy = vlv_dig_port_to_phy(dig_port); vlv_phy_pre_pll_enable() local 1126 enum dpio_phy phy = vlv_dig_port_to_phy(dig_port); vlv_phy_pre_encoder_enable() local 1152 enum dpio_phy phy = vlv_dig_port_to_phy(dig_port); vlv_phy_reset_lanes() local [all...] |
H A D | intel_combo_phy.c | 56 icl_get_procmon_ref_values(struct intel_display *display, enum phy phy) in icl_get_procmon_ref_values() argument 79 enum phy phy) in icl_set_procmon_ref_values() argument 93 enum phy ph in check_phy_reg() argument 111 icl_verify_procmon_ref_values(struct drm_i915_private * dev_priv,enum phy phy) icl_verify_procmon_ref_values() argument 128 has_phy_misc(struct drm_i915_private * i915,enum phy phy) has_phy_misc() argument 150 icl_combo_phy_enabled(struct drm_i915_private * dev_priv,enum phy phy) icl_combo_phy_enabled() argument 190 phy_is_master(struct drm_i915_private * dev_priv,enum phy phy) phy_is_master() argument 219 icl_combo_phy_verify_state(struct drm_i915_private * dev_priv,enum phy phy) icl_combo_phy_verify_state() argument 261 intel_combo_phy_power_up_lanes(struct drm_i915_private * dev_priv,enum phy phy,bool is_dsi,int lane_count,bool lane_reversal) intel_combo_phy_power_up_lanes() argument 311 enum phy phy; icl_combo_phys_init() local 377 enum phy phy; icl_combo_phys_uninit() local [all...] |
/linux/drivers/net/ |
H A D | sungem_phy.c | 47 static inline int __sungem_phy_read(struct mii_phy* phy, int id, int reg) in __sungem_phy_read() 52 static inline void __sungem_phy_write(struct mii_phy* phy, int id, int reg, int val) in __sungem_phy_write() 57 static inline int sungem_phy_read(struct mii_phy* phy, int reg) in sungem_phy_read() 62 static inline void sungem_phy_write(struct mii_phy* phy, int reg, int val) in sungem_phy_write() 67 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id) in reset_one_mii_phy() 91 static int bcm5201_init(struct mii_phy* phy) in bcm5201_init() 104 static int bcm5201_suspend(struct mii_phy* phy) in bcm5201_suspend() 112 static int bcm5221_init(struct mii_phy* phy) in bcm5221_init() 135 static int bcm5221_suspend(struct mii_phy* phy) in bcm5221_suspend() 150 static int bcm5241_init(struct mii_phy* phy) in bcm5241_init() [all …]
|
/linux/drivers/phy/ |
H A D | phy-core.c | 37 struct phy *phy = *(struct phy **)res; in devm_phy_release() local 51 struct phy *phy = *(struct phy **)res; in devm_phy_consume() local 58 struct phy **phy = res; in devm_phy_match() local 71 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() 103 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup() 157 int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get() 175 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() 193 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() 205 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() 217 void phy_pm_runtime_allow(struct phy *phy) in phy_pm_runtime_allow() [all …]
|
/linux/include/linux/phy/ |
H A D | phy.h | 158 struct phy { struct 161 const struct phy_ops *ops; argument 165 struct phy_attrs attrs; argument 171 * struct phy_provider - represents the phy provider argument 198 struct phy *phy; member 215 static inline void phy_set_drvdata(struct phy *phy, void *data) in phy_set_drvdata() 220 static inline void *phy_get_drvdata(struct phy *phy) in phy_get_drvdata() 237 #define phy_set_mode(phy, mode) \ argument 245 static inline enum phy_mode phy_get_mode(struct phy *phy) in phy_get_mode() 253 static inline int phy_get_bus_width(struct phy *phy) in phy_get_bus_width() [all …]
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A 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 …]
|
H A 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/drivers/net/ethernet/ibm/emac/ |
H A 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/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 127 static void sun8i_hdmi_phy_set_polarity(struct sun8i_hdmi_phy *phy, in sun8i_hdmi_phy_set_polarity() 147 struct sun8i_hdmi_phy *phy = data; in sun8i_a83t_hdmi_phy_config() local 211 struct sun8i_hdmi_phy *phy = data; in sun8i_a83t_hdmi_phy_disable() local 233 struct sun8i_hdmi_phy *phy = data; in sun8i_h3_hdmi_phy_config() local 385 struct sun8i_hdmi_phy *phy = data; in sun8i_h3_hdmi_phy_disable() local 402 static void sun8i_hdmi_phy_unlock(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_unlock() 413 static void sun50i_hdmi_phy_init_h6(struct sun8i_hdmi_phy *phy) in sun50i_hdmi_phy_init_h6() 423 static void sun8i_hdmi_phy_init_a83t(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_a83t() 440 static void sun8i_hdmi_phy_init_h3(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_h3() 518 int sun8i_hdmi_phy_init(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init() [all …]
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.c | 56 struct e1000_phy_info *phy = &hw->phy; in igb_get_phy_id() local 115 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 863 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_autoneg() local [all …]
|
/linux/drivers/usb/phy/ |
H A 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 243 static void otg_ulpi_init(struct usb_phy *phy, struct usb_otg *otg, in otg_ulpi_init() 262 struct usb_phy *phy; in otg_ulpi_create() local [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 196 static int mt76_led_init(struct mt76_phy *phy) in mt76_led_init() 243 static void mt76_led_cleanup(struct mt76_phy *phy) in mt76_led_cleanup() 251 static void mt76_init_stream_cap(struct mt76_phy *phy, in mt76_init_stream_cap() 293 void mt76_set_stream_caps(struct mt76_phy *phy, bool vht) in mt76_set_stream_caps() 305 mt76_init_sband(struct mt76_phy *phy, struct mt76_sband *msband, in mt76_init_sband() 362 mt76_init_sband_2g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_2g() 373 mt76_init_sband_5g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_5g() 384 mt76_init_sband_6g(struct mt76_phy *phy, struct ieee80211_rate *rates, in mt76_init_sband_6g() 395 mt76_check_sband(struct mt76_phy *phy, struct mt76_sband *msband, in mt76_check_sband() 427 mt76_phy_init(struct mt76_phy *phy, struct ieee80211_hw *hw) in mt76_phy_init() [all …]
|
H A D | channel.c | 22 mt76_phy_update_channel(struct mt76_phy *phy, in mt76_phy_update_channel() 36 struct mt76_phy *phy = hw->priv; in mt76_add_chanctx() local 62 struct mt76_phy *phy = hw->priv; in mt76_remove_chanctx() local 84 struct mt76_phy *phy = ctx->phy; in mt76_change_chanctx() local 109 struct mt76_phy *phy = ctx->phy; in mt76_assign_vif_chanctx() local 160 struct mt76_phy *phy = ctx->phy; in mt76_unassign_vif_chanctx() local 199 struct mt76_phy *phy = hw->priv; in mt76_switch_vif_chanctx() local 266 struct mt76_vif_link *mt76_get_vif_phy_link(struct mt76_phy *phy, in mt76_get_vif_phy_link() 301 void mt76_put_vif_phy_link(struct mt76_phy *phy, struct ieee80211_vif *vif, in mt76_put_vif_phy_link() 315 static void mt76_roc_complete(struct mt76_phy *phy) in mt76_roc_complete() [all …]
|
H A D | testmode.c | 31 void mt76_testmode_tx_pending(struct mt76_phy *phy) in mt76_testmode_tx_pending() 71 mt76_testmode_max_mpdu_len(struct mt76_phy *phy, u8 tx_rate_mode) in mt76_testmode_max_mpdu_len() 93 mt76_testmode_free_skb(struct mt76_phy *phy) in mt76_testmode_free_skb() 101 int mt76_testmode_alloc_skb(struct mt76_phy *phy, u32 len) in mt76_testmode_alloc_skb() 178 mt76_testmode_tx_init(struct mt76_phy *phy) in mt76_testmode_tx_init() 270 mt76_testmode_tx_start(struct mt76_phy *phy) in mt76_testmode_tx_start() 282 mt76_testmode_tx_stop(struct mt76_phy *phy) in mt76_testmode_tx_stop() 312 mt76_testmode_init_defaults(struct mt76_phy *phy) in mt76_testmode_init_defaults() 330 __mt76_testmode_set_state(struct mt76_phy *phy, enum mt76_testmode_state state) in __mt76_testmode_set_state() 364 int mt76_testmode_set_state(struct mt76_phy *phy, enum mt76_testmode_state state) in mt76_testmode_set_state() [all …]
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 101 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_read16() local 135 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 …]
|
H A D | phy.c | 118 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_calibrate() local 136 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 …]
|
/linux/drivers/scsi/libsas/ |
H A 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 71 struct asd_sas_phy *phy, bool wideport) in sas_form_port_add_phy() 104 static void sas_form_port(struct asd_sas_phy *phy) in sas_form_port() 209 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port() 276 struct asd_sas_phy *phy = ev->phy; in sas_porte_bytes_dmaed() local 284 struct asd_sas_phy *phy = ev->phy; in sas_porte_broadcast_rcvd() local 302 struct asd_sas_phy *phy = ev->phy; in sas_porte_link_reset_err() local 310 struct asd_sas_phy *phy = ev->phy; in sas_porte_timer_event() local [all …]
|
H A D | sas_phy.c | 20 struct asd_sas_phy *phy = ev->phy; in sas_phye_loss_of_signal() local 29 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/drivers/net/phy/ |
H A D | phy_led_triggers.c | 10 static struct phy_led_trigger *phy_speed_to_led_trigger(struct phy_device *phy, in phy_speed_to_led_trigger() 22 static void phy_led_trigger_no_link(struct phy_device *phy) in phy_led_trigger_no_link() 31 void phy_led_trigger_change_speed(struct phy_device *phy) in phy_led_trigger_change_speed() 62 static void phy_led_trigger_format_name(struct phy_device *phy, char *buf, in phy_led_trigger_format_name() 69 static int phy_led_trigger_register(struct phy_device *phy, in phy_led_trigger_register() 86 int phy_led_triggers_register(struct phy_device *phy) in phy_led_triggers_register() 144 void phy_led_triggers_unregister(struct phy_device *phy) in phy_led_triggers_unregister()
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 71 struct b43_phy *phy = &dev->phy; in generate_rfatt_list() local 166 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/drivers/net/ethernet/broadcom/bnx2x/ |
H A 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() 3171 static void bnx2x_cl45_read_or_write(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read_or_write() 3180 struct bnx2x_phy *phy, in bnx2x_cl45_read_and_write() 3221 static u8 bnx2x_get_warpcore_lane(struct bnx2x_phy *phy, in bnx2x_get_warpcore_lane() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | testmode.c | 38 mt7915_tm_set_tx_power(struct mt7915_phy *phy) in mt7915_tm_set_tx_power() 74 mt7915_tm_set_freq_offset(struct mt7915_phy *phy, bool en, u32 val) in mt7915_tm_set_freq_offset() 106 mt7915_tm_set_trx(struct mt7915_phy *phy, int type, bool en) in mt7915_tm_set_trx() 122 mt7915_tm_clean_hwq(struct mt7915_phy *phy, u8 wcid) in mt7915_tm_clean_hwq() 137 mt7915_tm_set_slot_time(struct mt7915_phy *phy, u8 slot_time, u8 sifs) in mt7915_tm_set_slot_time() 155 mt7915_tm_set_tam_arb(struct mt7915_phy *phy, bool enable, bool mu) in mt7915_tm_set_tam_arb() 171 mt7915_tm_set_wmm_qid(struct mt7915_phy *phy, u8 qid, u8 aifs, u8 cw_min, in mt7915_tm_set_wmm_qid() 190 mt7915_tm_set_ipg_params(struct mt7915_phy *phy, u32 ipg, u8 mode) in mt7915_tm_set_ipg_params() 255 mt7915_tm_set_tx_len(struct mt7915_phy *phy, u32 tx_time) in mt7915_tm_set_tx_len() 335 mt7915_tm_reg_backup_restore(struct mt7915_phy *phy) in mt7915_tm_reg_backup_restore() [all …]
|