Home
last modified time | relevance | path

Searched refs:hard_reset (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/scsi/libsas/
Dsas_init.c233 static int transport_sas_phy_reset(struct sas_phy *phy, int hard_reset) in transport_sas_phy_reset() argument
237 if (hard_reset) in transport_sas_phy_reset()
249 if (!hard_reset && sas_try_ata_reset(asd_phy) == 0) in transport_sas_phy_reset()
257 if (ata_dev && !hard_reset) { in transport_sas_phy_reset()
299 int sas_phy_reset(struct sas_phy *phy, int hard_reset) in sas_phy_reset() argument
307 if (hard_reset) in sas_phy_reset()
461 d->reset_result = transport_sas_phy_reset(d->phy, d->hard_reset); in phy_reset_work()
487 static int queue_phy_reset(struct sas_phy *phy, int hard_reset) in queue_phy_reset() argument
500 d->hard_reset = hard_reset; in queue_phy_reset()
Dsas_internal.h46 int hard_reset; member
/linux-4.1.27/drivers/net/wireless/orinoco/
Dorinoco.h63 int (*hard_reset)(struct orinoco_private *); member
186 int (*hard_reset)(struct orinoco_private *),
Dmain.c1768 if (priv->hard_reset) { in orinoco_reset()
1769 err = (*priv->hard_reset)(priv); in orinoco_reset()
2174 int (*hard_reset)(struct orinoco_private *), in alloc_orinocodev()
2205 priv->hard_reset = hard_reset; in alloc_orinocodev()
/linux-4.1.27/drivers/scsi/
DBusLogic.h294 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);
Dscsi_transport_sas.c609 do_sas_phy_reset(struct device *dev, size_t count, int hard_reset) in do_sas_phy_reset() argument
616 error = i->f->phy_reset(phy, hard_reset); in do_sas_phy_reset()
637 static DEVICE_ATTR(hard_reset, S_IWUSR, NULL, store_sas_hard_reset);
1855 SETUP_OPTIONAL_PHY_ATTRIBUTE_WRONLY(hard_reset, phy_reset); in sas_attach_transport()
DBusLogic.c1199 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) {
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_drv.c260 MODULE_PARM_DESC(hard_reset, "PCI config reset (1 = force enable, 0 = disable (default))");
261 module_param_named(hard_reset, radeon_hard_reset, int, 0444);
/linux-4.1.27/include/scsi/
Dlibsas.h686 int sas_phy_reset(struct sas_phy *phy, int hard_reset);
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1572 _transport_phy_reset(struct sas_phy *phy, int hard_reset) in _transport_phy_reset() argument
1590 (hard_reset == 1) ? SMP_PHY_CONTROL_HARD_RESET : in _transport_phy_reset()
1596 mpi_request.Operation = hard_reset ? in _transport_phy_reset()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c1590 _transport_phy_reset(struct sas_phy *phy, int hard_reset) in _transport_phy_reset() argument
1608 (hard_reset == 1) ? SMP_PHY_CONTROL_HARD_RESET : in _transport_phy_reset()
1614 mpi_request.Operation = hard_reset ? in _transport_phy_reset()
/linux-4.1.27/drivers/message/fusion/
Dmptsas.c2080 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()