Symbol: power_up
sys/arm/allwinner/aw_mmc.c
1375
case power_up:
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
404
if (ios->power_mode == power_up) {
sys/cam/mmc/mmc_xpt.c
640
cts->ios.power_mode = power_up;
sys/dev/e1000/e1000_80003es2lan.c
98
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82540.c
86
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82541.c
107
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82543.c
95
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82571.c
111
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_82575.c
174
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_api.c
1409
if (hw->phy.ops.power_up)
sys/dev/e1000/e1000_api.c
1410
hw->phy.ops.power_up(hw);
sys/dev/e1000/e1000_hw.h
807
void (*power_up)(struct e1000_hw *);
sys/dev/e1000/e1000_ich8lan.c
481
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_ich8lan.c
573
phy->ops.power_up = e1000_power_up_phy_copper;
sys/dev/e1000/e1000_phy.c
96
phy->ops.power_up = e1000_null_phy_generic;
sys/dev/igc/igc_api.c
702
if (hw->phy.ops.power_up)
sys/dev/igc/igc_api.c
703
hw->phy.ops.power_up(hw);
sys/dev/igc/igc_hw.h
397
void (*power_up)(struct igc_hw *);
sys/dev/igc/igc_i225.c
146
phy->ops.power_up = igc_power_up_phy_copper;
sys/dev/igc/igc_phy.c
40
phy->ops.power_up = igc_null_phy_generic;
sys/dev/mmc/host/dwmmc.c
880
case power_up:
sys/dev/mmc/mmc.c
668
mmcbr_set_power_mode(dev, power_up);
sys/dev/mmc/mmc_fdt_helpers.c
372
case power_up:
sys/dev/mmc/mmcspi.c
769
if (power_up == slot->host.ios.power_mode) {
sys/dev/rtsx/rtsx.c
3218
case power_up:
sys/dev/sdhci/sdhci_fsl_fdt.c
625
case power_up:
sys/dev/sdhci/sdhci_xenon.c
351
case power_up: