/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-pci.h | 84 void (*hw_reset)(struct sdhci_host *host); member
|
D | sdhci-pci-core.c | 366 slot->hw_reset = sdhci_pci_int_hw_reset; in byt_emmc_probe_slot() 1400 if (slot->hw_reset) in sdhci_pci_hw_reset() 1401 slot->hw_reset(host); in sdhci_pci_hw_reset() 1424 .hw_reset = sdhci_pci_hw_reset, 1693 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 | 544 void (*hw_reset)(struct sdhci_host *host); member
|
D | sdhci.c | 1714 if (host->ops && host->ops->hw_reset) in sdhci_hw_reset() 1715 host->ops->hw_reset(host); in sdhci_hw_reset() 2224 .hw_reset = sdhci_hw_reset,
|
D | sunxi-mmc.c | 897 .hw_reset = sunxi_mmc_hw_reset,
|
D | mtk-sd.c | 1459 .hw_reset = msdc_hw_reset,
|
/linux-4.4.14/drivers/misc/mei/ |
D | mei_dev.h | 313 int (*hw_reset)(struct mei_device *dev, bool enable); member 705 return dev->ops->hw_reset(dev, enable); in mei_hw_reset()
|
D | hw-txe.c | 1149 .hw_reset = mei_txe_hw_reset,
|
D | hw-me.c | 1224 .hw_reset = mei_me_hw_reset,
|
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 138 void (*hw_reset)(struct mmc_host *host); member
|
/linux-4.4.14/sound/aoa/core/ |
D | gpio-feature.c | 174 v = SWITCH_GPIO(hw_reset, v, on); in ftr_gpio_set_hw_reset()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.h | 223 hw_reset_t hw_reset; member
|
D | bnx2x_link.c | 11520 .hw_reset = (hw_reset_t)NULL, 11555 .hw_reset = (hw_reset_t)NULL, 11591 .hw_reset = (hw_reset_t)NULL, 11629 .hw_reset = (hw_reset_t)bnx2x_warpcore_hw_reset, 11660 .hw_reset = (hw_reset_t)bnx2x_7101_hw_reset, 11691 .hw_reset = (hw_reset_t)NULL, 11719 .hw_reset = (hw_reset_t)NULL, 11748 .hw_reset = (hw_reset_t)NULL, 11780 .hw_reset = (hw_reset_t)NULL, 11811 .hw_reset = (hw_reset_t)bnx2x_8727_hw_reset, [all …]
|
D | bnx2x_sp.h | 1281 struct bnx2x_func_hw_reset_params hw_reset; member
|
D | bnx2x_sp.c | 5889 u32 reset_phase = params->params.hw_reset.reset_phase; in bnx2x_func_hw_reset()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_download.c | 688 local->func->hw_reset(dev); in prism2_download_nonvolatile()
|
D | hostap_wlan.h | 592 void (*hw_reset)(struct net_device *dev); member
|
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.4.14/drivers/mmc/core/ |
D | mmc.c | 1978 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_reset() 1986 host->ops->hw_reset(host); in mmc_reset()
|
D | core.c | 2431 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_hw_reset_for_init() 2433 host->ops->hw_reset(host); in mmc_hw_reset_for_init()
|
/linux-4.4.14/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()
|