Symbol: power_off
sys/arm/allwinner/aw_mmc.c
1355
case power_off:
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
414
if (ios->power_mode == power_off) {
sys/cam/mmc/mmc_xpt.c
620
cts->ios.power_mode = power_off;
sys/compat/linuxkpi/common/include/linux/platform_data/brcmfmac.h
178
void (*power_off)(void);
sys/dev/ath/ath_hal/ah.h
1255
HAL_BOOL power_off);
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
343
ar5210ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
37
HAL_BOOL power_off);
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
466
ar5211ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
33
HAL_BOOL power_off);
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
678
ar5212ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
34
HAL_BOOL power_off);
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
521
ar5416ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
533
if (power_off) { /* Power-off */
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
426
ar9280ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
444
if (power_off) { /* Power-off */
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
65
HAL_BOOL power_off);
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
400
ar9285ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
437
if (power_off) { /* Power-off */
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
70
HAL_BOOL power_off);
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
370
ar9287ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
69
HAL_BOOL power_off);
sys/dev/mmc/host/dwmmc.c
877
case power_off:
sys/dev/mmc/mmc.c
693
mmcbr_set_power_mode(dev, power_off);
sys/dev/mmc/mmc_fdt_helpers.c
358
case power_off:
sys/dev/mmc/mmcspi.c
820
if (power_off == slot->host.ios.power_mode) {
sys/dev/rtsx/rtsx.c
3214
case power_off:
sys/dev/sdhci/sdhci.c
1372
if (ios->power_mode == power_off) {
sys/dev/sdhci/sdhci.c
1378
sdhci_set_power(slot, (ios->power_mode == power_off) ? 0 : ios->vdd);
sys/dev/sdhci/sdhci.c
2845
if (ios->power_mode == power_off) {
sys/dev/sdhci/sdhci.c
2851
sdhci_set_power(slot, (ios->power_mode == power_off) ? 0 : ios->vdd);
sys/dev/sdhci/sdhci_fsl_fdt.c
616
case power_off:
sys/dev/sdhci/sdhci_xenon.c
342
case power_off: