Searched refs:soft_reset (Results 101 - 125 of 165) sorted by relevance

1234567

/linux-master/drivers/net/phy/
H A Ddp83867.c1185 .soft_reset = dp83867_phy_reset,
H A Dbroadcom.c1146 .soft_reset = genphy_soft_reset,
H A Dphy_device.c1252 if (phydev->drv->soft_reset) {
1253 ret = phydev->drv->soft_reset(phydev);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v10_0.c1157 .soft_reset = gmc_v10_0_soft_reset,
H A Dgmc_v6_0.c1115 .soft_reset = gmc_v6_0_soft_reset,
H A Dgmc_v11_0.c1043 .soft_reset = gmc_v11_0_soft_reset,
H A Dsdma_v2_4.c1113 .soft_reset = sdma_v2_4_soft_reset,
H A Dsoc21.c984 .soft_reset = soc21_common_soft_reset,
H A Damdgpu_vpe.c910 .soft_reset = NULL,
H A Dvcn_v2_5.c1900 .soft_reset = NULL,
1920 .soft_reset = NULL,
H A Dsdma_v3_0.c1552 .soft_reset = sdma_v3_0_soft_reset,
H A Duvd_v6_0.c1543 .soft_reset = uvd_v6_0_soft_reset,
H A Dsoc15.c1500 .soft_reset = soc15_common_soft_reset,
H A Dgmc_v7_0.c1354 .soft_reset = gmc_v7_0_soft_reset,
H A Djpeg_v4_0_3.c1052 .soft_reset = NULL,
H A Dvcn_v5_0_0.c1327 .soft_reset = NULL,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c2458 * @soft_reset: if true, hold the SOFT_RESET bit of P_REG_PS
2465 ice_stop_phy_timer_e82x(struct ice_hw *hw, u8 port, bool soft_reset) argument
2492 if (soft_reset) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c1572 if (!hisi_hba->hw->soft_reset)
1596 rc = hisi_hba->hw->soft_reset(hisi_hba);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c302 .soft_reset = pp_sw_reset,
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.c1349 oct->hw_ops.soft_reset(oct);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.c1358 oct->fn_list.soft_reset = cn23xx_pf_soft_reset;
/linux-master/include/linux/
H A Dphy.h924 * @soft_reset: Called to issue a PHY software reset
926 int (*soft_reset)(struct phy_device *phydev); member in struct:phy_driver
/linux-master/drivers/scsi/
H A Dscsi_scan.c966 sdev->soft_reset = (inq_result[7] & 1) && ((inq_result[3] & 7) == 2);
/linux-master/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c3428 int soft_reset; local
3433 soft_reset = ql_adapter_reset(qdev);
3434 if (soft_reset) {
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_priv.c278 void soft_reset(const char *module, void __iomem *reg) function

Completed in 353 milliseconds

1234567