| /Linux-v4.19/drivers/scsi/libsas/ |
| D | sas_init.c | 243 static int transport_sas_phy_reset(struct sas_phy *phy, int hard_reset) in transport_sas_phy_reset() argument 247 if (hard_reset) in transport_sas_phy_reset() 259 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0) in transport_sas_phy_reset() 267 if (ata_dev && !hard_reset) { in transport_sas_phy_reset() 309 int sas_phy_reset(struct sas_phy *phy, int hard_reset) in sas_phy_reset() argument 317 if (hard_reset) in sas_phy_reset() 469 d->reset_result = transport_sas_phy_reset(d->phy, d->hard_reset); in phy_reset_work() 495 static int queue_phy_reset(struct sas_phy *phy, int hard_reset) in queue_phy_reset() argument 508 d->hard_reset = hard_reset; in queue_phy_reset()
|
| D | sas_internal.h | 46 int hard_reset; member
|
| /Linux-v4.19/drivers/net/wireless/intersil/orinoco/ |
| D | orinoco.h | 63 int (*hard_reset)(struct orinoco_private *); member 185 int (*hard_reset)(struct orinoco_private *),
|
| D | main.c | 1752 if (priv->hard_reset) { in orinoco_reset() 1753 err = (*priv->hard_reset)(priv); in orinoco_reset() 2157 int (*hard_reset)(struct orinoco_private *), in alloc_orinocodev() 2188 priv->hard_reset = hard_reset; in alloc_orinocodev()
|
| /Linux-v4.19/drivers/usb/typec/ucsi/ |
| D | ucsi.h | 48 u8 hard_reset:1; member 84 (_ctrl_).con_rst.hard_reset = _hard_; \
|
| /Linux-v4.19/drivers/scsi/ |
| D | BusLogic.h | 294 bool hard_reset:1; /* Bit 7 */ member 1164 cr.cr.hard_reset = true; in blogic_hardreset() 1298 static int blogic_resetadapter(struct blogic_adapter *, bool hard_reset);
|
| D | scsi_transport_sas.c | 578 do_sas_phy_reset(struct device *dev, size_t count, int hard_reset) in do_sas_phy_reset() argument 585 error = i->f->phy_reset(phy, hard_reset); in do_sas_phy_reset() 606 static DEVICE_ATTR(hard_reset, S_IWUSR, NULL, store_sas_hard_reset); 1817 SETUP_OPTIONAL_PHY_ATTRIBUTE_WRONLY(hard_reset, phy_reset); in sas_attach_transport()
|
| D | BusLogic.c | 1199 static bool blogic_hwreset(struct blogic_adapter *adapter, bool hard_reset) in blogic_hwreset() argument 1209 fpinfo->softreset = !hard_reset; in blogic_hwreset() 1225 if (hard_reset) in blogic_hwreset() 3328 static int blogic_resetadapter(struct blogic_adapter *adapter, bool hard_reset) 3337 if (!(blogic_hwreset(adapter, hard_reset) && 3358 if (hard_reset) {
|
| D | hpsa.c | 9728 hpsa_sas_phy_reset(struct sas_phy *phy, int hard_reset) in hpsa_sas_phy_reset() argument
|
| /Linux-v4.19/drivers/gpu/drm/radeon/ |
| D | radeon_drv.c | 268 MODULE_PARM_DESC(hard_reset, "PCI config reset (1 = force enable, 0 = disable (default))"); 269 module_param_named(hard_reset, radeon_hard_reset, int, 0444);
|
| /Linux-v4.19/drivers/scsi/smartpqi/ |
| D | smartpqi_sas_transport.c | 307 static int pqi_sas_phy_reset(struct sas_phy *phy, int hard_reset) in pqi_sas_phy_reset() argument
|
| /Linux-v4.19/include/scsi/ |
| D | libsas.h | 676 int sas_phy_reset(struct sas_phy *phy, int hard_reset);
|
| /Linux-v4.19/drivers/scsi/mpt3sas/ |
| D | mpt3sas_transport.c | 1565 _transport_phy_reset(struct sas_phy *phy, int hard_reset) in _transport_phy_reset() argument 1583 (hard_reset == 1) ? SMP_PHY_CONTROL_HARD_RESET : in _transport_phy_reset() 1589 mpi_request.Operation = hard_reset ? in _transport_phy_reset()
|
| /Linux-v4.19/drivers/message/fusion/ |
| D | mptsas.c | 2080 static int mptsas_phy_reset(struct sas_phy *phy, int hard_reset) in mptsas_phy_reset() argument 2112 req->Operation = hard_reset ? in mptsas_phy_reset()
|