Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/ufs/host/
Dufshcd-pci.c355 if (hba->vops->device_reset) in ufs_intel_common_init()
358 if (hba->vops->device_reset) in ufs_intel_common_init()
473 .device_reset = ufs_intel_device_reset,
482 .device_reset = ufs_intel_device_reset,
492 .device_reset = ufs_intel_device_reset,
Dufs-qcom.c719 if (!host->device_reset) in ufs_qcom_device_reset_ctrl()
722 gpiod_set_value_cansleep(host->device_reset, asserted); in ufs_qcom_device_reset_ctrl()
1216 host->device_reset = devm_gpiod_get_optional(dev, "reset", in ufs_qcom_init()
1218 if (IS_ERR(host->device_reset)) { in ufs_qcom_init()
1219 err = PTR_ERR(host->device_reset); in ufs_qcom_init()
1597 if (!host->device_reset) in ufs_qcom_device_reset()
1877 .device_reset = ufs_qcom_device_reset,
Dufs-qcom.h228 struct gpio_desc *device_reset; member
Dufs-sprd.c403 .device_reset = ufs_sprd_n6_device_reset,
Dufs-mediatek.c1684 .device_reset = ufs_mtk_device_reset,
/Linux-v6.6/drivers/net/ethernet/qualcomm/
Dqca_spi.h66 u64 device_reset; member
Dqca_spi.c615 qca->stats.device_reset++; in qcaspi_spi_thread()
/Linux-v6.6/drivers/usb/storage/
Dscsiglue.c462 static int device_reset(struct scsi_cmnd *srb) in device_reset() function
628 .eh_device_reset_handler = device_reset,
/Linux-v6.6/drivers/ufs/core/
Dufshcd-priv.h230 if (hba->vops && hba->vops->device_reset) in ufshcd_vops_device_reset()
231 return hba->vops->device_reset(hba); in ufshcd_vops_device_reset()
/Linux-v6.6/sound/soc/meson/
Dg12a-tohdmitx.c250 ret = device_reset(dev); in g12a_tohdmitx_probe()
Dt9015.c279 ret = device_reset(dev); in t9015_probe()
Daiu.c269 ret = device_reset(dev); in aiu_probe()
Dg12a-toacodec.c312 ret = device_reset(dev); in g12a_toacodec_probe()
/Linux-v6.6/drivers/spi/
Dspi-mt7621.c370 ret = device_reset(&pdev->dev); in mt7621_spi_probe()
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-v6.6/drivers/i2c/busses/
Di2c-mt7621.c88 ret = device_reset(i2c->adap.dev.parent); in mtk_i2c_reset()
/Linux-v6.6/drivers/staging/rts5208/
Drtsx.c185 static int device_reset(struct scsi_cmnd *srb) in device_reset() function
205 .eh_device_reset_handler = device_reset,
/Linux-v6.6/drivers/accel/habanalabs/common/
Ddevice.c1910 goto device_reset; in hl_device_cond_reset()
1915 goto device_reset; in hl_device_cond_reset()
1920 goto device_reset; in hl_device_cond_reset()
1928 goto device_reset; in hl_device_cond_reset()
1951 device_reset: in hl_device_cond_reset()
Dcommand_submission.c801 bool skip_reset_on_timeout, device_reset = false; in cs_timedout() local
822 device_reset = true; in cs_timedout()
872 if (device_reset) { in cs_timedout()
/Linux-v6.6/include/linux/
Dreset.h211 static inline int __must_check device_reset(struct device *dev) in device_reset() function
/Linux-v6.6/include/ufs/
Dufshcd.h359 int (*device_reset)(struct ufs_hba *hba); member
/Linux-v6.6/drivers/scsi/smartpqi/
Dsmartpqi.h54 __le32 device_reset; member
/Linux-v6.6/drivers/gpu/ipu-v3/
Dipu-common.c1411 ret = device_reset(&pdev->dev); in ipu_probe()
/Linux-v6.6/drivers/clk/meson/
Daxg-audio.c1774 ret = device_reset(dev); in axg_audio_clkc_probe()
/Linux-v6.6/drivers/scsi/csiostor/
Dcsio_scsi.c1458 static DEVICE_ATTR(device_reset, S_IWUSR, NULL, csio_device_reset);

12