/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hif.h | 20 void (*power_down)(struct ath12k_base *sc); member 141 ab->hif.ops->power_down(ab); in ath12k_hif_power_down()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hif.h | 20 void (*power_down)(struct ath11k_base *sc); member 74 sc->hif.ops->power_down(sc); in ath11k_hif_power_down()
|
H A D | ahb.c | 768 .power_down = ath11k_ahb_power_down, 783 .power_down = ath11k_ahb_power_down,
|
H A D | pci.c | 721 .power_down = ath11k_pci_power_down,
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_ael1002.c | 339 .power_down = ael1002_power_down, 421 .power_down = ael1002_power_down, 1379 .power_down = ael1002_power_down, 2131 .power_down = ael1002_power_down, 2210 .power_down = ael1002_power_down, 2291 .power_down = xaui_direct_power_down,
|
H A D | cxgb_vsc8211.c | 362 .power_down = vsc8211_power_down, 376 .power_down = vsc8211_power_down,
|
H A D | cxgb_tn1010.c | 208 .power_down = tn1010_power_down,
|
H A D | cxgb_mv88e1xxx.c | 293 .power_down = mv88e1xxx_power_down,
|
H A D | cxgb_aq100x.c | 459 .power_down = aq100x_power_down,
|
H A D | cxgb_common.h | 568 int (*power_down)(struct cphy *phy, int enable); member
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hif.h | 88 void (*power_down)(struct ath10k *ar); member 191 ar->hif.ops->power_down(ar); in ath10k_hif_power_down()
|
H A D | ahb.c | 715 .power_down = ath10k_pci_hif_power_down,
|
H A D | usb.c | 739 .power_down = ath10k_usb_hif_power_down,
|
/freebsd/sys/dev/igc/ |
H A D | igc_api.c | 715 if (hw->phy.ops.power_down) in igc_power_down_phy() 716 hw->phy.ops.power_down(hw); in igc_power_down_phy()
|
H A D | igc_hw.h | 398 void (*power_down)(struct igc_hw *); member
|
H A D | igc_phy.c | 41 phy->ops.power_down = igc_null_phy_generic; in igc_init_phy_ops_generic()
|
H A D | igc_i225.c | 147 phy->ops.power_down = igc_power_down_phy_copper_base; in igc_init_phy_params_i225()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_api.c | 1424 if (hw->phy.ops.power_down) in e1000_power_down_phy() 1425 hw->phy.ops.power_down(hw); in e1000_power_down_phy()
|
H A D | e1000_82540.c | 87 phy->ops.power_down = e1000_power_down_phy_copper_82540; in e1000_init_phy_params_82540()
|
H A D | e1000_hw.h | 808 void (*power_down)(struct e1000_hw *); member
|
H A D | e1000_82541.c | 108 phy->ops.power_down = e1000_power_down_phy_copper_82541; in e1000_init_phy_params_82541()
|
H A D | e1000_82543.c | 96 phy->ops.power_down = e1000_power_down_phy_copper; in e1000_init_phy_params_82543()
|
H A D | e1000_80003es2lan.c | 99 phy->ops.power_down = e1000_power_down_phy_copper_80003es2lan; in e1000_init_phy_params_80003es2lan()
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe.c | 511 sc->prv.power_down = 0; in axgbe_attach()
|
H A D | xgbe.h | 1210 unsigned int power_down; member
|