Home
last modified time | relevance | path

Searched refs:hw_reset (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Dsdhci-pci.h74 void (*hw_reset)(struct sdhci_host *host); member
Dsdhci-pci.c276 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()
Dsdhci-acpi.c142 .hw_reset = sdhci_acpi_int_hw_reset,
Dsdhci.h539 void (*hw_reset)(struct sdhci_host *host); member
Dsdhci.c1732 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,
Dsunxi-mmc.c884 .hw_reset = sunxi_mmc_hw_reset,
/linux-4.1.27/drivers/misc/mei/
Dmei_dev.h297 int (*hw_reset)(struct mei_device *dev, bool enable); member
738 return dev->ops->hw_reset(dev, enable); in mei_hw_reset()
Dhw-me.c873 .hw_reset = mei_me_hw_reset,
Dhw-txe.c1149 .hw_reset = mei_txe_hw_reset,
/linux-4.1.27/include/linux/mmc/
Dhost.h135 void (*hw_reset)(struct mmc_host *host); member
/linux-4.1.27/sound/aoa/core/
Dgpio-feature.c174 v = SWITCH_GPIO(hw_reset, v, on); in ftr_gpio_set_hw_reset()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h221 hw_reset_t hw_reset; member
Dbnx2x_link.c11389 .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 …]
Dbnx2x_sp.h1264 struct bnx2x_func_hw_reset_params hw_reset; member
Dbnx2x_sp.c5627 u32 reset_phase = params->params.hw_reset.reset_phase; in bnx2x_func_hw_reset()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_wlan.h592 void (*hw_reset)(struct net_device *dev); member
Dhostap_download.c688 local->func->hw_reset(dev); in prism2_download_nonvolatile()
Dhostap_hw.c3132 local->func->hw_reset = prism2_hw_reset; in prism2_init_local_data()
Dhostap_ioctl.c2958 local->func->hw_reset(dev); in prism2_ioctl_priv_reset()
/linux-4.1.27/drivers/mmc/core/
Dmmc.c1819 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_reset()
1828 host->ops->hw_reset(host); in mmc_reset()
Dcore.c2313 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/
Dksz884x.c3753 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()