/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-pci.h | 74 void (*hw_reset)(struct sdhci_host *host); member
|
D | sdhci-pci.c | 276 slot->hw_reset = sdhci_pci_int_hw_reset; in byt_emmc_probe_slot() 1203 if (slot->hw_reset) in sdhci_pci_hw_reset() 1204 slot->hw_reset(host); in sdhci_pci_hw_reset() 1213 .hw_reset = sdhci_pci_hw_reset, 1481 slot->hw_reset = sdhci_pci_gpio_hw_reset; in sdhci_pci_probe_slot()
|
D | sdhci-acpi.c | 142 .hw_reset = sdhci_acpi_int_hw_reset,
|
D | sdhci.h | 539 void (*hw_reset)(struct sdhci_host *host); member
|
D | sdhci.c | 1732 if (host->ops && host->ops->hw_reset) in sdhci_hw_reset() 1733 host->ops->hw_reset(host); in sdhci_hw_reset() 2234 .hw_reset = sdhci_hw_reset,
|
D | sunxi-mmc.c | 884 .hw_reset = sunxi_mmc_hw_reset,
|
/linux-4.1.27/drivers/misc/mei/ |
D | mei_dev.h | 297 int (*hw_reset)(struct mei_device *dev, bool enable); member 738 return dev->ops->hw_reset(dev, enable); in mei_hw_reset()
|
D | hw-me.c | 873 .hw_reset = mei_me_hw_reset,
|
D | hw-txe.c | 1149 .hw_reset = mei_txe_hw_reset,
|
/linux-4.1.27/include/linux/mmc/ |
D | host.h | 135 void (*hw_reset)(struct mmc_host *host); member
|
/linux-4.1.27/sound/aoa/core/ |
D | gpio-feature.c | 174 v = SWITCH_GPIO(hw_reset, v, on); in ftr_gpio_set_hw_reset()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.h | 221 hw_reset_t hw_reset; member
|
D | bnx2x_link.c | 11389 .hw_reset = (hw_reset_t)NULL, 11424 .hw_reset = (hw_reset_t)NULL, 11460 .hw_reset = (hw_reset_t)NULL, 11496 .hw_reset = (hw_reset_t)bnx2x_warpcore_hw_reset, 11527 .hw_reset = (hw_reset_t)bnx2x_7101_hw_reset, 11558 .hw_reset = (hw_reset_t)NULL, 11586 .hw_reset = (hw_reset_t)NULL, 11615 .hw_reset = (hw_reset_t)NULL, 11647 .hw_reset = (hw_reset_t)NULL, 11678 .hw_reset = (hw_reset_t)bnx2x_8727_hw_reset, [all …]
|
D | bnx2x_sp.h | 1264 struct bnx2x_func_hw_reset_params hw_reset; member
|
D | bnx2x_sp.c | 5627 u32 reset_phase = params->params.hw_reset.reset_phase; in bnx2x_func_hw_reset()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_wlan.h | 592 void (*hw_reset)(struct net_device *dev); member
|
D | hostap_download.c | 688 local->func->hw_reset(dev); in prism2_download_nonvolatile()
|
D | hostap_hw.c | 3132 local->func->hw_reset = prism2_hw_reset; in prism2_init_local_data()
|
D | hostap_ioctl.c | 2958 local->func->hw_reset(dev); in prism2_ioctl_priv_reset()
|
/linux-4.1.27/drivers/mmc/core/ |
D | mmc.c | 1819 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_reset() 1828 host->ops->hw_reset(host); in mmc_reset()
|
D | core.c | 2313 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_hw_reset_for_init() 2316 host->ops->hw_reset(host); in mmc_hw_reset_for_init()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 3753 static void hw_reset(struct ksz_hw *hw) in hw_reset() function 4938 hw_reset(hw); in netdev_tx_timeout() 5468 hw_reset(hw); in prepare_hardware()
|