Symbol: device_reset
drivers/accel/habanalabs/common/command_submission.c
819
bool skip_reset_on_timeout, device_reset = false;
drivers/accel/habanalabs/common/command_submission.c
840
device_reset = true;
drivers/accel/habanalabs/common/command_submission.c
890
if (device_reset) {
drivers/accel/habanalabs/common/device.c
2039
goto device_reset;
drivers/accel/habanalabs/common/device.c
2044
goto device_reset;
drivers/accel/habanalabs/common/device.c
2049
goto device_reset;
drivers/accel/habanalabs/common/device.c
2058
goto device_reset;
drivers/accel/habanalabs/common/device.c
2066
goto device_reset;
drivers/accel/habanalabs/common/device.c
2091
device_reset:
drivers/clk/meson/axg-audio.c
1357
ret = device_reset(dev);
drivers/gpu/ipu-v3/ipu-common.c
1373
ret = device_reset(&pdev->dev);
drivers/i2c/busses/i2c-mt7621.c
88
ret = device_reset(i2c->adap.dev.parent);
drivers/i2c/busses/i2c-tegra.c
744
err = device_reset(i2c_dev->dev);
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
4297
if (smmu->impl_ops && smmu->impl_ops->device_reset) {
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
4298
ret = smmu->impl_ops->device_reset(smmu);
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
719
int (*device_reset)(struct arm_smmu_device *smmu);
drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c
845
.device_reset = tegra241_cmdqv_hw_reset,
drivers/net/ethernet/mediatek/mtk_eth_soc.c
4116
ret = device_reset(eth->dev);
drivers/net/ethernet/qualcomm/qca_spi.c
622
qca->stats.device_reset++;
drivers/net/ethernet/qualcomm/qca_spi.h
54
u64 device_reset;
drivers/scsi/csiostor/csio_scsi.c
1458
static DEVICE_ATTR(device_reset, S_IWUSR, NULL, csio_device_reset);
drivers/scsi/smartpqi/smartpqi.h
54
__le32 device_reset;
drivers/scsi/smartpqi/smartpqi_init.c
10840
device_reset) != 0x90);
drivers/scsi/smartpqi/smartpqi_init.c
7698
reset_reg.all_bits = readl(&pqi_registers->device_reset);
drivers/scsi/smartpqi/smartpqi_init.c
7732
writel(reset_reg.all_bits, &ctrl_info->pqi_registers->device_reset);
drivers/spi/spi-mt7621.c
364
ret = device_reset(&pdev->dev);
drivers/spi/spi-tegra210-quad.c
1027
if (device_reset(tqspi->dev) < 0) {
drivers/spi/spi-tegra210-quad.c
1775
if (device_reset(tqspi->dev) < 0)
drivers/ufs/core/ufshcd-priv.h
235
if (hba->vops && hba->vops->device_reset)
drivers/ufs/core/ufshcd-priv.h
236
return hba->vops->device_reset(hba);
drivers/ufs/host/ufs-mediatek.c
2327
.device_reset = ufs_mtk_device_reset,
drivers/ufs/host/ufs-qcom.c
1411
host->device_reset = devm_gpiod_get_optional(dev, "reset",
drivers/ufs/host/ufs-qcom.c
1413
if (IS_ERR(host->device_reset)) {
drivers/ufs/host/ufs-qcom.c
1414
err = dev_err_probe(dev, PTR_ERR(host->device_reset),
drivers/ufs/host/ufs-qcom.c
2034
if (!host->device_reset)
drivers/ufs/host/ufs-qcom.c
2350
.device_reset = ufs_qcom_device_reset,
drivers/ufs/host/ufs-qcom.c
2371
.device_reset = ufs_qcom_fw_managed_device_reset,
drivers/ufs/host/ufs-qcom.c
746
if (!host->device_reset)
drivers/ufs/host/ufs-qcom.c
749
gpiod_set_value_cansleep(host->device_reset, asserted);
drivers/ufs/host/ufs-qcom.c
765
if (ufs_qcom_is_link_off(hba) && host->device_reset) {
drivers/ufs/host/ufs-qcom.h
305
struct gpio_desc *device_reset;
drivers/ufs/host/ufs-rockchip.c
236
.device_reset = ufs_rockchip_device_reset,
drivers/ufs/host/ufs-sprd.c
403
.device_reset = ufs_sprd_n6_device_reset,
drivers/ufs/host/ufshcd-pci.c
356
if (hba->vops->device_reset)
drivers/ufs/host/ufshcd-pci.c
359
if (hba->vops->device_reset)
drivers/ufs/host/ufshcd-pci.c
513
.device_reset = ufs_intel_device_reset,
drivers/ufs/host/ufshcd-pci.c
522
.device_reset = ufs_intel_device_reset,
drivers/ufs/host/ufshcd-pci.c
532
.device_reset = ufs_intel_device_reset,
drivers/usb/storage/scsiglue.c
628
.eh_device_reset_handler = device_reset,
include/ufs/ufshcd.h
366
int (*device_reset)(struct ufs_hba *hba);
sound/soc/meson/aiu.c
258
ret = device_reset(dev);
sound/soc/meson/g12a-toacodec.c
313
ret = device_reset(dev);
sound/soc/meson/g12a-tohdmitx.c
252
ret = device_reset(dev);
sound/soc/meson/t9015.c
267
ret = device_reset(dev);