Searched refs:hw_reset (Results 1 – 19 of 19) sorted by relevance
/linux/drivers/media/platform/mediatek/jpeg/ |
H A D | mtk_jpeg_core.h | 73 void (*hw_reset)(void __iomem *base); member
|
/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | ishtp-dev.h | 110 int (*hw_reset)(struct ishtp_device *dev); member
|
H A D | bus.c | 906 return dev->ops->hw_reset(dev); in ish_hw_reset()
|
/linux/drivers/misc/mei/ |
H A D | mei_dev.h | 365 int (*hw_reset)(struct mei_device *dev, bool enable); member 764 return dev->ops->hw_reset(dev, enable); in mei_hw_reset()
|
H A D | platform-vsc.c | 268 .hw_reset = mei_vsc_hw_reset,
|
H A D | hw-txe.c | 1163 .hw_reset = mei_txe_hw_reset,
|
H A D | hw-me.c | 1500 .hw_reset = mei_me_hw_reset,
|
/linux/sound/aoa/core/ |
H A D | gpio-feature.c | 176 v = SWITCH_GPIO(hw_reset, v, on); in ftr_gpio_set_hw_reset()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.h | 224 hw_reset_t hw_reset; member
|
H A D | bnx2x_link.c | 11636 .hw_reset = NULL, 11671 .hw_reset = NULL, 11707 .hw_reset = NULL, 11745 .hw_reset = bnx2x_warpcore_hw_reset, 11776 .hw_reset = bnx2x_7101_hw_reset, 11807 .hw_reset = NULL, 11835 .hw_reset = NULL, 11864 .hw_reset = NULL, 11896 .hw_reset = NULL, 11927 .hw_reset = bnx2x_8727_hw_reset, [all …]
|
H A D | bnx2x_sp.h | 1293 struct bnx2x_func_hw_reset_params hw_reset; member
|
H A D | bnx2x_sp.c | 6108 u32 reset_phase = params->params.hw_reset.reset_phase; in bnx2x_func_hw_reset()
|
/linux/drivers/mmc/host/ |
H A D | dw_mmc.h | 590 void (*hw_reset)(struct dw_mci *host); member
|
H A D | sdhci-of-dwcmshc.c | 1145 .hw_reset = dwcmshc_bf3_hw_reset,
|
H A D | dw_mmc.c | 1630 if (drv_data && drv_data->hw_reset) { in dw_mci_hw_reset() 1631 drv_data->hw_reset(host); in dw_mci_hw_reset()
|
/linux/drivers/hid/intel-ish-hid/ipc/ |
H A D | ipc.c | 921 .hw_reset = _ish_hw_reset,
|
/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 3371 static void hw_reset(struct ksz_hw *hw) in hw_reset() function 4554 hw_reset(hw); in netdev_tx_timeout() 5078 hw_reset(hw); in prepare_hardware()
|
/linux/drivers/mmc/core/ |
H A D | sd.c | 1824 .hw_reset = mmc_sd_hw_reset,
|
H A D | mmc.c | 2285 .hw_reset = _mmc_hw_reset,
|