sc_power          128 dev/cardbus/if_acx_cardbus.c 	sc->sc_power = acx_cardbus_power;
sc_power          155 dev/cardbus/if_ath_cardbus.c 	sc->sc_power = ath_cardbus_power;
sc_power          160 dev/cardbus/if_atw_cardbus.c 	sc->sc_power = atw_cardbus_power;
sc_power          104 dev/cardbus/if_malo_cardbus.c 	sc->sc_power = malo_cardbus_power;
sc_power          113 dev/cardbus/if_pgt_cardbus.c 	sc->sc_power = pgt_cardbus_power;
sc_power          143 dev/cardbus/if_ral_cardbus.c 	sc->sc_power = ral_cardbus_power;
sc_power          218 dev/cardbus/if_rtw_cardbus.c 	sc->sc_power = rtw_cardbus_power;
sc_power          374 dev/ic/acxvar.h 	void			(*sc_power)(struct acx_softc *, int);
sc_power          518 dev/ic/ath.c   	if (sc->sc_power != NULL)
sc_power          519 dev/ic/ath.c   		(*sc->sc_power)(sc, why);
sc_power          534 dev/ic/ath.c   		if (sc->sc_power != NULL)
sc_power          535 dev/ic/ath.c   			(*sc->sc_power)(sc, why);
sc_power          204 dev/ic/athvar.h 	void			(*sc_power)(struct ath_softc *, int);
sc_power         4041 dev/ic/atw.c   		if (sc->sc_power != NULL)
sc_power         4042 dev/ic/atw.c   			(*sc->sc_power)(sc, why);
sc_power         4046 dev/ic/atw.c   			if (sc->sc_power != NULL)
sc_power         4047 dev/ic/atw.c   				(*sc->sc_power)(sc, why);
sc_power          202 dev/ic/atwvar.h 	void			(*sc_power)(struct atw_softc *, int);
sc_power         3329 dev/ic/pgt.c   		if (sc->sc_power != NULL)
sc_power         3330 dev/ic/pgt.c   			(*sc->sc_power)(sc, why);
sc_power         3333 dev/ic/pgt.c   		if (sc->sc_power != NULL)
sc_power         3334 dev/ic/pgt.c   			(*sc->sc_power)(sc, why);
sc_power          180 dev/ic/pgtvar.h 	void			(*sc_power)(struct pgt_softc *, int);
sc_power         2742 dev/ic/rt2560.c 		if (sc->sc_power != NULL)
sc_power         2743 dev/ic/rt2560.c 			(*sc->sc_power)(sc, why);
sc_power         2748 dev/ic/rt2560.c 			if (sc->sc_power != NULL)
sc_power         2749 dev/ic/rt2560.c 				(*sc->sc_power)(sc, why);
sc_power          107 dev/ic/rt2560var.h 	void			(*sc_power)(struct rt2560_softc *, int);
sc_power         2932 dev/ic/rt2661.c 		if (sc->sc_power != NULL)
sc_power         2933 dev/ic/rt2661.c 			(*sc->sc_power)(sc, why);
sc_power         2938 dev/ic/rt2661.c 			if (sc->sc_power != NULL)
sc_power         2939 dev/ic/rt2661.c 				(*sc->sc_power)(sc, why);
sc_power          100 dev/ic/rt2661var.h 	void				(*sc_power)(struct rt2661_softc *, int);
sc_power         3643 dev/ic/rtw.c   		if (sc->sc_power != NULL)
sc_power         3644 dev/ic/rtw.c   			(*sc->sc_power)(sc, why);
sc_power         3648 dev/ic/rtw.c   			if (sc->sc_power != NULL)
sc_power         3649 dev/ic/rtw.c   				(*sc->sc_power)(sc, why);
sc_power          404 dev/ic/rtwvar.h 	void			(*sc_power)(struct rtw_softc *, int);