Home
last modified time | relevance | path

Searched refs:device_reset (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/ufs/host/
H A Dufshcd-pci.c358 if (hba->vops->device_reset) in ufs_intel_common_init()
361 if (hba->vops->device_reset) in ufs_intel_common_init()
519 .device_reset = ufs_intel_device_reset,
528 .device_reset = ufs_intel_device_reset,
538 .device_reset = ufs_intel_device_reset,
H A Dufs-qcom.c609 if (!host->device_reset) in ufs_qcom_device_reset_ctrl()
612 gpiod_set_value_cansleep(host->device_reset, asserted); in ufs_qcom_device_reset_ctrl()
1163 host->device_reset = devm_gpiod_get_optional(dev, "reset", in ufs_qcom_init()
1165 if (IS_ERR(host->device_reset)) { in ufs_qcom_init()
1166 err = dev_err_probe(dev, PTR_ERR(host->device_reset), in ufs_qcom_init()
1607 if (!host->device_reset) in ufs_qcom_device_reset()
1879 .device_reset = ufs_qcom_device_reset,
H A Dufs-qcom.h212 struct gpio_desc *device_reset; member
H A Dufs-sprd.c403 .device_reset = ufs_sprd_n6_device_reset,
H A Dufs-mediatek.c1812 .device_reset = ufs_mtk_device_reset,
/linux/drivers/gpu/drm/ci/xfails/
H A Di915-apl-skips.txt24 device_reset.*
H A Damdgpu-stoney-skips.txt34 device_reset.*
/linux/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h54 u64 device_reset; member
H A Dqca_spi.c622 qca->stats.device_reset++; in qcaspi_spi_thread()
/linux/drivers/usb/storage/
H A Dscsiglue.c456 static int device_reset(struct scsi_cmnd *srb) in device_reset() function
628 .eh_device_reset_handler = device_reset,
/linux/drivers/ufs/core/
H A Dufshcd-priv.h226 if (hba->vops && hba->vops->device_reset) in ufshcd_vops_device_reset()
227 return hba->vops->device_reset(hba); in ufshcd_vops_device_reset()
/linux/sound/soc/meson/
H A Dg12a-tohdmitx.c256 ret = device_reset(dev); in g12a_tohdmitx_probe()
H A Dt9015.c267 ret = device_reset(dev); in t9015_probe()
H A Daiu.c258 ret = device_reset(dev); in aiu_probe()
H A Dg12a-toacodec.c315 ret = device_reset(dev); in g12a_toacodec_probe()
/linux/drivers/accel/habanalabs/common/
H A Ddevice.c2055 goto device_reset; in hl_device_cond_reset()
2060 goto device_reset; in hl_device_cond_reset()
2065 goto device_reset; in hl_device_cond_reset()
2074 goto device_reset; in hl_device_cond_reset()
2082 goto device_reset; in hl_device_cond_reset()
2107 device_reset: in hl_device_cond_reset()
H A Dcommand_submission.c819 bool skip_reset_on_timeout, device_reset = false; in cs_timedout() local
840 device_reset = true; in cs_timedout()
890 if (device_reset) { in cs_timedout()
/linux/drivers/spi/
H A Dspi-mt7621.c365 ret = device_reset(&pdev->dev); in mt7621_spi_probe()
/linux/include/ufs/
H A Dufshcd.h371 int (*device_reset)(struct ufs_hba *hba); member
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Dtegra241-cmdqv.c692 .device_reset = tegra241_cmdqv_hw_reset,
H A Darm-smmu-v3.c4186 if (smmu->impl_ops && smmu->impl_ops->device_reset) { in arm_smmu_device_reset()
4187 ret = smmu->impl_ops->device_reset(smmu); in arm_smmu_device_reset()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h54 __le32 device_reset; member
/linux/drivers/gpu/ipu-v3/
H A Dipu-common.c1411 ret = device_reset(&pdev->dev); in ipu_probe()
/linux/drivers/clk/meson/
H A Daxg-audio.c1805 ret = device_reset(dev); in axg_audio_clkc_probe()
/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c1458 static DEVICE_ATTR(device_reset, S_IWUSR, NULL, csio_device_reset);

12