Searched refs:power_up (Results 1 – 25 of 35) sorted by relevance
12
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hif.h | 19 int (*power_up)(struct ath12k_base *sc); member 136 return ab->hif.ops->power_up(ab); in ath12k_hif_power_up()
|
H A D | pci.c | 1182 .power_up = ath12k_pci_power_up,
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hif.h | 19 int (*power_up)(struct ath11k_base *sc); member 69 return sc->hif.ops->power_up(sc); in ath11k_hif_power_up()
|
H A D | ahb.c | 769 .power_up = ath11k_ahb_power_up, 784 .power_up = ath11k_ahb_power_up,
|
H A D | pci.c | 722 .power_up = ath11k_pci_power_up,
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hif.h | 83 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 D | ahb.c | 714 .power_up = ath10k_ahb_hif_power_up,
|
H A D | usb.c | 738 .power_up = ath10k_usb_hif_power_up,
|
/freebsd/sys/dev/mmc/ |
H A D | bridge.h | 95 power_off = 0, power_up, power_on enumerator
|
H A D | mmc_fdt_helpers.c | 361 case power_up: in mmc_fdt_set_power()
|
/freebsd/sys/dev/igc/ |
H A D | igc_api.c | 700 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 D | igc_hw.h | 397 void (*power_up)(struct igc_hw *); member
|
H A D | igc_phy.c | 40 phy->ops.power_up = igc_null_phy_generic; in igc_init_phy_ops_generic()
|
H A D | igc_i225.c | 146 phy->ops.power_up = igc_power_up_phy_copper; in igc_init_phy_params_i225()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_api.c | 1409 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 D | e1000_82540.c | 86 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82540()
|
H A D | e1000_hw.h | 807 void (*power_up)(struct e1000_hw *); member
|
H A D | e1000_82541.c | 107 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82541()
|
H A D | e1000_82543.c | 95 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82543()
|
H A D | e1000_80003es2lan.c | 98 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_80003es2lan()
|
H A D | e1000_82571.c | 111 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82571()
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_xenon.c | 351 case power_up: in sdhci_xenon_update_ios()
|
H A D | sdhci_fsl_fdt.c | 625 case power_up: in sdhci_fsl_fdt_update_ios()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_sdhci.c | 403 if (ios->power_mode == power_up) { in bcm_sdhci_update_ios()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_xpt.c | 641 cts->ios.power_mode = power_up; in mmcprobe_start()
|
12