Home
last modified time | relevance | path

Searched refs:soft_reset (Results 1 – 25 of 68) sorted by relevance

123

/linux/drivers/pci/controller/dwc/
H A Dpcie-histb.c59 struct reset_control *soft_reset; member
203 reset_control_assert(hipcie->soft_reset); in histb_pcie_host_disable()
262 reset_control_assert(hipcie->soft_reset); in histb_pcie_host_enable()
263 reset_control_deassert(hipcie->soft_reset); in histb_pcie_host_enable()
372 hipcie->soft_reset = devm_reset_control_get(dev, "soft"); in histb_pcie_probe()
373 if (IS_ERR(hipcie->soft_reset)) { in histb_pcie_probe()
375 return PTR_ERR(hipcie->soft_reset); in histb_pcie_probe()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_hw.h15 int (*soft_reset)(struct panthor_device *ptdev); member
38 return ptdev->hw->ops.soft_reset(ptdev); in panthor_hw_soft_reset()
H A Dpanthor_hw.c29 .soft_reset = panthor_gpu_soft_reset,
37 .soft_reset = panthor_pwr_reset_soft,
/linux/drivers/net/phy/
H A Dsmsc.c699 .soft_reset = smsc_phy_reset,
718 .soft_reset = smsc_phy_reset,
746 .soft_reset = smsc_phy_reset,
794 .soft_reset = smsc_phy_reset,
824 .soft_reset = smsc_phy_reset,
861 .soft_reset = smsc_phy_reset,
H A Dmarvell-88q2xxx.c481 return phydev->drv->soft_reset(phydev); in mv88q2xxx_config_aneg()
1112 .soft_reset = mv88q2xxx_soft_reset,
1128 .soft_reset = mv88q2xxx_soft_reset,
H A Ddp83822.c1163 .soft_reset = dp83822_phy_reset, \
1183 .soft_reset = dp83822_phy_reset, \
1199 .soft_reset = dp83822_phy_reset, \
H A Dmicrochip.c491 .soft_reset = genphy_soft_reset,
/linux/drivers/media/tuners/
H A Dtda8290.c169 static unsigned char soft_reset[] = { 0x00, 0x00 }; in tda8290_set_params() local
197 tuner_i2c_xfer_send(&priv->i2c_props, soft_reset, 2); in tda8290_set_params()
827 static unsigned char soft_reset[] = { 0x00, 0x00 }; in tda829x_probe() local
839 soft_reset, 1, buf, PROBE_BUFFER_SIZE); in tda829x_probe()
855 tuner_i2c_xfer_send(&i2c_props, soft_reset, 2); in tda829x_probe()
859 tuner_i2c_xfer_send(&i2c_props, soft_reset, 2); in tda829x_probe()
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A DMSS_Ingress_registers.h17 unsigned int soft_reset : 1; member
H A DMSS_Egress_registers.h19 unsigned int soft_reset : 1; member
/linux/arch/mips/kernel/
H A Dbmips_vec.S91 beqz k0, soft_reset
130 soft_reset: label
/linux/drivers/iio/accel/
H A Dadxl313.h104 bool soft_reset; member
H A Dadxl313_core.c179 .soft_reset = false,
187 .soft_reset = true,
195 .soft_reset = false,
1166 if (data->chip_info->soft_reset) { in adxl313_setup()
/linux/sound/soc/qcom/
H A Dlpass-hdmi.h84 struct regmap_field *soft_reset; member
H A Dlpass.h269 struct reg_field soft_reset; member
/linux/drivers/scsi/qla4xxx/
H A Dql4_init.c795 int soft_reset = 1; in qla4xxx_start_firmware() local
826 soft_reset = 0; in qla4xxx_start_firmware()
850 soft_reset = 0; in qla4xxx_start_firmware()
868 ha->host_no, __func__, soft_reset, config_chip)); in qla4xxx_start_firmware()
869 if (soft_reset) { in qla4xxx_start_firmware()
/linux/drivers/i2c/busses/
H A Di2c-mv64xxx.c115 u8 soft_reset; member
161 .soft_reset = 0x1c,
171 .soft_reset = 0x18,
214 writel(0, drv_data->reg_base + drv_data->reg_offsets.soft_reset); in mv64xxx_i2c_hw_init()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn68xx_device.c146 oct->fn_list.soft_reset = lio_cn68xx_soft_reset; in lio_setup_cn68xx_octeon_device()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.h348 int ice_stop_phy_timer_e82x(struct ice_hw *hw, u8 port, bool soft_reset);
373 int ice_stop_phy_timer_eth56g(struct ice_hw *hw, u8 port, bool soft_reset);
/linux/arch/mips/boot/dts/brcm/
H A Dbcm6328.dtsi103 soft_reset: syscon@10000068 { label
/linux/arch/powerpc/include/asm/
H A Dmpc52xx.h220 u8 soft_reset; /* CDM + 0x20 u8 byte0 */ member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsi_ih.c302 .soft_reset = si_ih_soft_reset,
H A Dcik_ih.c440 .soft_reset = cik_ih_soft_reset,
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h116 void (*soft_reset)(struct lsdc_crtc *lcrtc); member
/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.h477 int (*soft_reset)(struct net_device *ndev); member

123