/kernel/linux/linux-5.10/arch/arm/mach-cns3xxx/ |
H A D | pm.c | 76 static unsigned int soft_reset; in cns3xxx_pwr_soft_rst() local 78 if (soft_reset & block) { in cns3xxx_pwr_soft_rst() 82 soft_reset |= block; in cns3xxx_pwr_soft_rst()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | ax88796b.c | 105 .soft_reset = asix_soft_reset, 113 .soft_reset = asix_soft_reset, 119 .soft_reset = asix_soft_reset,
|
H A D | smsc.c | 653 .soft_reset = smsc_phy_reset, 672 .soft_reset = smsc_phy_reset, 700 .soft_reset = smsc_phy_reset, 747 .soft_reset = smsc_phy_reset, 777 .soft_reset = smsc_phy_reset, 814 .soft_reset = smsc_phy_reset,
|
H A D | meson-gxl.c | 193 .soft_reset = genphy_soft_reset, 209 .soft_reset = genphy_soft_reset,
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-histb.c | 41 struct reset_control *soft_reset; member 143 reset_control_deassert(histb->soft_reset); in xhci_histb_host_enable() 159 reset_control_assert(histb->soft_reset); in xhci_histb_host_disable() 230 histb->soft_reset = devm_reset_control_get(dev, "soft"); in xhci_histb_probe() 231 if (IS_ERR(histb->soft_reset)) { in xhci_histb_probe() 233 return PTR_ERR(histb->soft_reset); in xhci_histb_probe()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-histb.c | 41 struct reset_control *soft_reset; member 143 reset_control_deassert(histb->soft_reset); in xhci_histb_host_enable() 159 reset_control_assert(histb->soft_reset); in xhci_histb_host_disable() 220 histb->soft_reset = devm_reset_control_get(dev, "soft"); in xhci_histb_probe() 221 if (IS_ERR(histb->soft_reset)) { in xhci_histb_probe() 223 return PTR_ERR(histb->soft_reset); in xhci_histb_probe()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | smsc.c | 321 .soft_reset = smsc_phy_reset, 340 .soft_reset = smsc_phy_reset, 368 .soft_reset = smsc_phy_reset, 416 .soft_reset = smsc_phy_reset, 443 .soft_reset = smsc_phy_reset,
|
H A D | ax88796b.c | 47 .soft_reset = asix_soft_reset,
|
H A D | meson-gxl.c | 231 .soft_reset = genphy_soft_reset, 245 .soft_reset = genphy_soft_reset,
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pcie-histb.c | 59 struct reset_control *soft_reset; member 216 reset_control_assert(hipcie->soft_reset); in histb_pcie_host_disable() 275 reset_control_assert(hipcie->soft_reset); in histb_pcie_host_enable() 276 reset_control_deassert(hipcie->soft_reset); in histb_pcie_host_enable() 385 hipcie->soft_reset = devm_reset_control_get(dev, "soft"); in histb_pcie_probe() 386 if (IS_ERR(hipcie->soft_reset)) { in histb_pcie_probe() 388 return PTR_ERR(hipcie->soft_reset); in histb_pcie_probe()
|
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pcie-histb.c | 59 struct reset_control *soft_reset; member 206 reset_control_assert(hipcie->soft_reset); in histb_pcie_host_disable() 265 reset_control_assert(hipcie->soft_reset); in histb_pcie_host_enable() 266 reset_control_deassert(hipcie->soft_reset); in histb_pcie_host_enable() 375 hipcie->soft_reset = devm_reset_control_get(dev, "soft"); in histb_pcie_probe() 376 if (IS_ERR(hipcie->soft_reset)) { in histb_pcie_probe() 378 return PTR_ERR(hipcie->soft_reset); in histb_pcie_probe()
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | adxl313_core.c | 104 .soft_reset = false, 112 .soft_reset = true, 120 .soft_reset = false, 339 if (data->chip_info->soft_reset) { in adxl313_setup()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A D | MSS_Egress_registers.h | 19 unsigned int soft_reset : 1; member
|
H A D | MSS_Ingress_registers.h | 17 unsigned int soft_reset : 1; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A D | MSS_Egress_registers.h | 19 unsigned int soft_reset : 1; member
|
H A D | MSS_Ingress_registers.h | 17 unsigned int soft_reset : 1; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | gp_device_local.h | 141 int soft_reset; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | gp_device_local.h | 141 int soft_reset; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | bmips_vec.S | 91 beqz k0, soft_reset 130 soft_reset: label
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | bmips_vec.S | 91 beqz k0, soft_reset 130 soft_reset: label
|
/kernel/linux/linux-5.10/sound/soc/qcom/ |
H A D | lpass-hdmi.c | 77 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_RESET); in lpass_hdmi_daiops_hw_params() 81 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_CLEAR); in lpass_hdmi_daiops_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/qcom/ |
H A D | lpass-hdmi.c | 77 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_RESET); in lpass_hdmi_daiops_hw_params() 81 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_CLEAR); in lpass_hdmi_daiops_hw_params()
|
/kernel/linux/linux-6.6/drivers/net/phy/mscc/ |
H A D | mscc_main.c | 2345 .soft_reset = &genphy_soft_reset, 2369 .soft_reset = &genphy_soft_reset, 2393 .soft_reset = &genphy_soft_reset, 2417 .soft_reset = &genphy_soft_reset, 2441 .soft_reset = &genphy_soft_reset, 2465 .soft_reset = &genphy_soft_reset, 2489 .soft_reset = &genphy_soft_reset, 2513 .soft_reset = &genphy_soft_reset, 2537 .soft_reset = &genphy_soft_reset, 2561 .soft_reset [all...] |