Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/ufs/host/
H A 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,
H A Dufs-qcom.c722 if (!host->device_reset) in ufs_qcom_device_reset_ctrl()
725 gpiod_set_value_cansleep(host->device_reset, asserted); in ufs_qcom_device_reset_ctrl()
1224 host->device_reset = devm_gpiod_get_optional(dev, "reset", in ufs_qcom_init()
1226 if (IS_ERR(host->device_reset)) { in ufs_qcom_init()
1227 err = PTR_ERR(host->device_reset); in ufs_qcom_init()
1607 if (!host->device_reset) in ufs_qcom_device_reset()
1887 .device_reset = ufs_qcom_device_reset,
H A Dufs-qcom.h228 struct gpio_desc *device_reset; member
H A Dufs-sprd.c403 .device_reset = ufs_sprd_n6_device_reset,
H A Dufs-mediatek.c1684 .device_reset = ufs_mtk_device_reset,
/openbmc/linux/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h66 u64 device_reset; member
H A Dqca_spi.c629 qca->stats.device_reset++; in qcaspi_spi_thread()
/openbmc/linux/drivers/usb/storage/
H A Dscsiglue.c469 static int device_reset(struct scsi_cmnd *srb) in device_reset() function
635 .eh_device_reset_handler = device_reset,
/openbmc/linux/drivers/ufs/core/
H A 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()
/openbmc/linux/sound/soc/meson/
H A Dt9015.c267 ret = device_reset(dev); in t9015_probe()
H A Dg12a-tohdmitx.c256 ret = device_reset(dev); in g12a_tohdmitx_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()
/openbmc/linux/drivers/spi/
H A Dspi-mt7621.c370 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()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-mt7621.c88 ret = device_reset(i2c->adap.dev.parent); in mtk_i2c_reset()
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx.c185 static int device_reset(struct scsi_cmnd *srb) in device_reset() function
205 .eh_device_reset_handler = device_reset,
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddevice.c1913 goto device_reset; in hl_device_cond_reset()
1918 goto device_reset; in hl_device_cond_reset()
1923 goto device_reset; in hl_device_cond_reset()
1931 goto device_reset; in hl_device_cond_reset()
1954 device_reset: in hl_device_cond_reset()
H A 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()
/openbmc/linux/include/linux/
H A Dreset.h211 static inline int __must_check device_reset(struct device *dev) in device_reset() function
/openbmc/linux/include/ufs/
H A Dufshcd.h359 int (*device_reset)(struct ufs_hba *hba); member
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h54 __le32 device_reset; member
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-common.c1411 ret = device_reset(&pdev->dev); in ipu_probe()
/openbmc/linux/drivers/clk/meson/
H A Daxg-audio.c1774 ret = device_reset(dev); in axg_audio_clkc_probe()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c1458 static DEVICE_ATTR(device_reset, S_IWUSR, NULL, csio_device_reset);

12