| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-histb.c | 59 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 D | panthor_hw.h | 15 int (*soft_reset)(struct panthor_device *ptdev); member 38 return ptdev->hw->ops.soft_reset(ptdev); in panthor_hw_soft_reset()
|
| H A D | panthor_hw.c | 29 .soft_reset = panthor_gpu_soft_reset, 37 .soft_reset = panthor_pwr_reset_soft,
|
| /linux/drivers/net/phy/ |
| H A D | smsc.c | 699 .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 D | marvell-88q2xxx.c | 481 return phydev->drv->soft_reset(phydev); in mv88q2xxx_config_aneg() 1112 .soft_reset = mv88q2xxx_soft_reset, 1128 .soft_reset = mv88q2xxx_soft_reset,
|
| H A D | dp83822.c | 1163 .soft_reset = dp83822_phy_reset, \ 1183 .soft_reset = dp83822_phy_reset, \ 1199 .soft_reset = dp83822_phy_reset, \
|
| H A D | microchip.c | 491 .soft_reset = genphy_soft_reset,
|
| /linux/drivers/media/tuners/ |
| H A D | tda8290.c | 169 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 D | MSS_Ingress_registers.h | 17 unsigned int soft_reset : 1; member
|
| H A D | MSS_Egress_registers.h | 19 unsigned int soft_reset : 1; member
|
| /linux/arch/mips/kernel/ |
| H A D | bmips_vec.S | 91 beqz k0, soft_reset 130 soft_reset: label
|
| /linux/drivers/iio/accel/ |
| H A D | adxl313.h | 104 bool soft_reset; member
|
| H A D | adxl313_core.c | 179 .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 D | lpass-hdmi.h | 84 struct regmap_field *soft_reset; member
|
| H A D | lpass.h | 269 struct reg_field soft_reset; member
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_init.c | 795 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 D | i2c-mv64xxx.c | 115 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 D | cn68xx_device.c | 146 oct->fn_list.soft_reset = lio_cn68xx_soft_reset; in lio_setup_cn68xx_octeon_device()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.h | 348 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 D | bcm6328.dtsi | 103 soft_reset: syscon@10000068 { label
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mpc52xx.h | 220 u8 soft_reset; /* CDM + 0x20 u8 byte0 */ member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | si_ih.c | 302 .soft_reset = si_ih_soft_reset,
|
| H A D | cik_ih.c | 440 .soft_reset = cik_ih_soft_reset,
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_drv.h | 116 void (*soft_reset)(struct lsdc_crtc *lcrtc); member
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | sh_eth.h | 477 int (*soft_reset)(struct net_device *ndev); member
|