/linux-6.1.9/drivers/net/phy/ |
D | ax88796b.c | 105 .soft_reset = asix_soft_reset, 113 .soft_reset = asix_soft_reset, 119 .soft_reset = asix_soft_reset,
|
D | smsc.c | 326 .soft_reset = smsc_phy_reset, 345 .soft_reset = smsc_phy_reset, 373 .soft_reset = smsc_phy_reset, 417 .soft_reset = smsc_phy_reset, 444 .soft_reset = smsc_phy_reset, 474 .soft_reset = smsc_phy_reset,
|
D | meson-gxl.c | 257 .soft_reset = genphy_soft_reset, 269 .soft_reset = genphy_soft_reset,
|
D | icplus.c | 589 .soft_reset = genphy_soft_reset, 603 .soft_reset = genphy_soft_reset, 617 .soft_reset = genphy_soft_reset,
|
D | nxp-tja11xx.c | 811 .soft_reset = tja11xx_soft_reset, 829 .soft_reset = tja11xx_soft_reset, 847 .soft_reset = tja11xx_soft_reset, 870 .soft_reset = tja11xx_soft_reset,
|
D | at803x.c | 2028 .soft_reset = genphy_soft_reset, 2066 .soft_reset = genphy_soft_reset, 2114 .soft_reset = genphy_soft_reset, 2131 .soft_reset = genphy_soft_reset, 2143 .soft_reset = genphy_soft_reset, 2159 .soft_reset = genphy_soft_reset, 2175 .soft_reset = genphy_soft_reset, 2200 .soft_reset = qca808x_soft_reset,
|
D | dp83848.c | 142 .soft_reset = genphy_soft_reset, \
|
/linux-6.1.9/arch/arm/mach-cns3xxx/ |
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()
|
/linux-6.1.9/drivers/usb/host/ |
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()
|
/linux-6.1.9/drivers/pci/controller/dwc/ |
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() 376 hipcie->soft_reset = devm_reset_control_get(dev, "soft"); in histb_pcie_probe() 377 if (IS_ERR(hipcie->soft_reset)) { in histb_pcie_probe() 379 return PTR_ERR(hipcie->soft_reset); in histb_pcie_probe()
|
/linux-6.1.9/drivers/iio/accel/ |
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()
|
D | adxl313.h | 75 bool soft_reset; member
|
/linux-6.1.9/drivers/media/tuners/ |
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-6.1.9/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | MSS_Ingress_registers.h | 17 unsigned int soft_reset : 1; member
|
D | MSS_Egress_registers.h | 19 unsigned int soft_reset : 1; member
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | gp_device_local.h | 141 int soft_reset; member
|
/linux-6.1.9/drivers/net/phy/mscc/ |
D | mscc_main.c | 2332 .soft_reset = &genphy_soft_reset, 2356 .soft_reset = &genphy_soft_reset, 2380 .soft_reset = &genphy_soft_reset, 2404 .soft_reset = &genphy_soft_reset, 2428 .soft_reset = &genphy_soft_reset, 2452 .soft_reset = &genphy_soft_reset, 2476 .soft_reset = &genphy_soft_reset, 2500 .soft_reset = &genphy_soft_reset, 2524 .soft_reset = &genphy_soft_reset, 2546 .soft_reset = &genphy_soft_reset, [all …]
|
/linux-6.1.9/sound/soc/qcom/ |
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()
|
D | lpass-hdmi.h | 84 struct regmap_field *soft_reset; member
|
/linux-6.1.9/arch/mips/kernel/ |
D | bmips_vec.S | 91 beqz k0, soft_reset 130 soft_reset: label
|
/linux-6.1.9/drivers/misc/ |
D | cs5535-mfgpt.c | 263 static void soft_reset(void) in soft_reset() function 299 soft_reset(); in scan_timers()
|
/linux-6.1.9/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 538 .soft_reset = sh_eth_soft_reset_gether, 589 .soft_reset = sh_eth_soft_reset_gether, 650 .soft_reset = sh_eth_soft_reset, 681 .soft_reset = sh_eth_soft_reset, 717 .soft_reset = sh_eth_soft_reset_gether, 761 .soft_reset = sh_eth_soft_reset, 813 .soft_reset = sh_eth_soft_reset, 857 .soft_reset = sh_eth_soft_reset, 934 .soft_reset = sh_eth_soft_reset_gether, 978 .soft_reset = sh_eth_soft_reset_gether, [all …]
|
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | cpsw_priv.h | 144 u32 soft_reset; member 165 u32 soft_reset; member 459 void soft_reset(const char *module, void __iomem *reg);
|
/linux-6.1.9/drivers/scsi/qla4xxx/ |
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-6.1.9/drivers/gpu/drm/amd/include/ |
D | amd_shared.h | 303 int (*soft_reset)(void *handle); member
|