/openbmc/linux/drivers/ufs/host/ |
H A D | ufshcd-pci.c | 355 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 D | ufs-qcom.c | 722 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 D | ufs-qcom.h | 228 struct gpio_desc *device_reset; member
|
H A D | ufs-sprd.c | 403 .device_reset = ufs_sprd_n6_device_reset,
|
H A D | ufs-mediatek.c | 1684 .device_reset = ufs_mtk_device_reset,
|
/openbmc/linux/drivers/net/ethernet/qualcomm/ |
H A D | qca_spi.h | 66 u64 device_reset; member
|
H A D | qca_spi.c | 629 qca->stats.device_reset++; in qcaspi_spi_thread()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | scsiglue.c | 469 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 D | ufshcd-priv.h | 230 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 D | t9015.c | 267 ret = device_reset(dev); in t9015_probe()
|
H A D | g12a-tohdmitx.c | 256 ret = device_reset(dev); in g12a_tohdmitx_probe()
|
H A D | aiu.c | 258 ret = device_reset(dev); in aiu_probe()
|
H A D | g12a-toacodec.c | 315 ret = device_reset(dev); in g12a_toacodec_probe()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mt7621.c | 370 ret = device_reset(&pdev->dev); in mt7621_spi_probe()
|
H A D | spi-tegra210-quad.c | 1002 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 D | i2c-mt7621.c | 88 ret = device_reset(i2c->adap.dev.parent); in mtk_i2c_reset()
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx.c | 185 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 D | device.c | 1913 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 D | command_submission.c | 801 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 D | reset.h | 211 static inline int __must_check device_reset(struct device *dev) in device_reset() function
|
/openbmc/linux/include/ufs/ |
H A D | ufshcd.h | 359 int (*device_reset)(struct ufs_hba *hba); member
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi.h | 54 __le32 device_reset; member
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-common.c | 1411 ret = device_reset(&pdev->dev); in ipu_probe()
|
/openbmc/linux/drivers/clk/meson/ |
H A D | axg-audio.c | 1774 ret = device_reset(dev); in axg_audio_clkc_probe()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_scsi.c | 1458 static DEVICE_ATTR(device_reset, S_IWUSR, NULL, csio_device_reset);
|