Symbol: power_off
sys/bus/mmc/mmc.c
600
mmcbr_set_power_mode(dev, power_off);
sys/dev/disk/sdhci/sdhci.c
960
if (ios->power_mode == power_off) {
sys/dev/disk/sdhci/sdhci.c
966
sdhci_set_power(slot, (ios->power_mode == power_off) ? 0 : ios->vdd);
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
222
adev->acp.acp_genpd->gpd.power_off = acp_poweroff;
sys/dev/netif/ath/ath_hal/ah.h
1364
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c
340
ar5210ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
37
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c
463
ar5211ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
33
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c
676
ar5212ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
34
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
521
ar5416ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
533
if (power_off) { /* Power-off */
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
426
ar9280ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
445
if (power_off) { /* Power-off */
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
65
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
400
ar9285ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
437
if (power_off) { /* Power-off */
sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c
70
HAL_BOOL power_off);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
371
ar9287ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off)
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
69
HAL_BOOL power_off);