Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Di915-kbl-skips.txt41 device_reset@unbind-reset-rebind
42 # [IGT] device_reset: starting subtest unbind-reset-rebind
50 # CPU: 4 UID: 0 PID: 472 Comm: device_reset Not tainted 6.13.0-rc2-ge95c88d68ac3 #1
102 # CPU: 1 UID: 0 PID: 472 Comm: device_reset Tainted: G W 6.13.0-rc2-ge95c88d68ac3 #1
H A Di915-apl-skips.txt24 device_reset.*
H A Damdgpu-stoney-skips.txt34 device_reset.*
/linux-6.15/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.c630 if (!host->device_reset) in ufs_qcom_device_reset_ctrl()
633 gpiod_set_value_cansleep(host->device_reset, asserted); in ufs_qcom_device_reset_ctrl()
1231 host->device_reset = devm_gpiod_get_optional(dev, "reset", in ufs_qcom_init()
1233 if (IS_ERR(host->device_reset)) { in ufs_qcom_init()
1234 err = dev_err_probe(dev, PTR_ERR(host->device_reset), in ufs_qcom_init()
1674 if (!host->device_reset) in ufs_qcom_device_reset()
1976 .device_reset = ufs_qcom_device_reset,
H A Dufs-qcom.h267 struct gpio_desc *device_reset; member
H A Dufs-rockchip.c226 .device_reset = ufs_rockchip_device_reset,
H A Dufs-sprd.c403 .device_reset = ufs_sprd_n6_device_reset,
/linux-6.15/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-6.15/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-6.15/drivers/ufs/core/
H A Dufshcd-priv.h228 if (hba->vops && hba->vops->device_reset) in ufshcd_vops_device_reset()
229 return hba->vops->device_reset(hba); in ufshcd_vops_device_reset()
/linux-6.15/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-6.15/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-6.15/drivers/i2c/busses/
H A Di2c-mt7621.c88 ret = device_reset(i2c->adap.dev.parent); in mtk_i2c_reset()
/linux-6.15/drivers/spi/
H A Dspi-mt7621.c365 ret = device_reset(&pdev->dev); in mt7621_spi_probe()
H A Dspi-tegra210-quad.c1002 if (device_reset(tqspi->dev) < 0) in tegra_qspi_handle_error()
1152 if (device_reset(tqspi->dev) < 0) in tegra_qspi_combined_seq_xfer()
1609 if (device_reset(tqspi->dev) < 0) in tegra_qspi_probe()
/linux-6.15/include/linux/
H A Dreset.h258 static inline int __must_check device_reset(struct device *dev) in device_reset() function
/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h718 int (*device_reset)(struct arm_smmu_device *smmu); member
H A Dtegra241-cmdqv.c682 .device_reset = tegra241_cmdqv_hw_reset,
/linux-6.15/include/ufs/
H A Dufshcd.h372 int (*device_reset)(struct ufs_hba *hba); member

12