Home
last modified time | relevance | path

Searched refs:power_up (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhif.h19 int (*power_up)(struct ath12k_base *sc); member
136 return ab->hif.ops->power_up(ab); in ath12k_hif_power_up()
H A Dpci.c1182 .power_up = ath12k_pci_power_up,
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhif.h19 int (*power_up)(struct ath11k_base *sc); member
69 return sc->hif.ops->power_up(sc); in ath11k_hif_power_up()
H A Dahb.c769 .power_up = ath11k_ahb_power_up,
784 .power_up = ath11k_ahb_power_up,
H A Dpci.c722 .power_up = ath11k_pci_power_up,
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhif.h83 int (*power_up)(struct ath10k *ar, enum ath10k_firmware_mode fw_mode); member
186 return ar->hif.ops->power_up(ar, fw_mode); in ath10k_hif_power_up()
H A Dahb.c714 .power_up = ath10k_ahb_hif_power_up,
H A Dusb.c738 .power_up = ath10k_usb_hif_power_up,
/freebsd/sys/dev/mmc/
H A Dbridge.h95 power_off = 0, power_up, power_on enumerator
H A Dmmc_fdt_helpers.c361 case power_up: in mmc_fdt_set_power()
/freebsd/sys/dev/igc/
H A Digc_api.c700 if (hw->phy.ops.power_up) in igc_power_up_phy()
701 hw->phy.ops.power_up(hw); in igc_power_up_phy()
H A Digc_hw.h397 void (*power_up)(struct igc_hw *); member
H A Digc_phy.c40 phy->ops.power_up = igc_null_phy_generic; in igc_init_phy_ops_generic()
H A Digc_i225.c146 phy->ops.power_up = igc_power_up_phy_copper; in igc_init_phy_params_i225()
/freebsd/sys/dev/e1000/
H A De1000_api.c1409 if (hw->phy.ops.power_up) in e1000_power_up_phy()
1410 hw->phy.ops.power_up(hw); in e1000_power_up_phy()
H A De1000_82540.c86 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82540()
H A De1000_hw.h807 void (*power_up)(struct e1000_hw *); member
H A De1000_82541.c107 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82541()
H A De1000_82543.c95 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82543()
H A De1000_80003es2lan.c98 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_80003es2lan()
H A De1000_82571.c111 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82571()
/freebsd/sys/dev/sdhci/
H A Dsdhci_xenon.c351 case power_up: in sdhci_xenon_update_ios()
H A Dsdhci_fsl_fdt.c625 case power_up: in sdhci_fsl_fdt_update_ios()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c403 if (ios->power_mode == power_up) { in bcm_sdhci_update_ios()
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c640 cts->ios.power_mode = power_up; in mmcprobe_start()

12