Home
last modified time | relevance | path

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

1234567

/linux/drivers/net/phy/
A Dax88796b.c105 .soft_reset = asix_soft_reset,
113 .soft_reset = asix_soft_reset,
119 .soft_reset = asix_soft_reset,
A Dax88796b_rust.rs89 fn soft_reset(dev: &mut phy::Device) -> Result { in soft_reset() method
119 fn soft_reset(dev: &mut phy::Device) -> Result { in soft_reset() method
131 fn soft_reset(dev: &mut phy::Device) -> Result { in soft_reset() method
A Dsmsc.c651 .soft_reset = smsc_phy_reset,
670 .soft_reset = smsc_phy_reset,
698 .soft_reset = smsc_phy_reset,
745 .soft_reset = smsc_phy_reset,
775 .soft_reset = smsc_phy_reset,
812 .soft_reset = smsc_phy_reset,
A Dmeson-gxl.c193 .soft_reset = genphy_soft_reset,
209 .soft_reset = genphy_soft_reset,
A Dicplus.c589 .soft_reset = genphy_soft_reset,
603 .soft_reset = genphy_soft_reset,
617 .soft_reset = genphy_soft_reset,
A Dnxp-tja11xx.c809 .soft_reset = tja11xx_soft_reset,
827 .soft_reset = tja11xx_soft_reset,
845 .soft_reset = tja11xx_soft_reset,
868 .soft_reset = tja11xx_soft_reset,
A Dncn26000.c156 .soft_reset = genphy_soft_reset,
/linux/drivers/usb/host/
A Dxhci-histb.c41 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()
/linux/drivers/pci/controller/dwc/
A Dpcie-histb.c59 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()
/linux/drivers/net/phy/qcom/
A Dqca83xx.c224 .soft_reset = genphy_soft_reset,
239 .soft_reset = genphy_soft_reset,
254 .soft_reset = genphy_soft_reset,
A Dat803x.c999 .soft_reset = genphy_soft_reset,
1035 .soft_reset = genphy_soft_reset,
1079 .soft_reset = genphy_soft_reset,
1095 .soft_reset = genphy_soft_reset,
/linux/drivers/iio/accel/
A Dadxl313_core.c104 .soft_reset = false,
112 .soft_reset = true,
120 .soft_reset = false,
339 if (data->chip_info->soft_reset) { in adxl313_setup()
A Dadxl313.h75 bool soft_reset; member
/linux/drivers/media/tuners/
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/
A DMSS_Ingress_registers.h17 unsigned int soft_reset : 1; member
A DMSS_Egress_registers.h19 unsigned int soft_reset : 1; member
/linux/drivers/net/phy/mscc/
A Dmscc_main.c2345 .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 = &genphy_soft_reset,
[all …]
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Dgp_device_local.h141 int soft_reset; member
/linux/sound/soc/qcom/
A Dlpass-hdmi.c77 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()
A Dlpass-hdmi.h84 struct regmap_field *soft_reset; member
/linux/arch/mips/kernel/
A Dbmips_vec.S91 beqz k0, soft_reset
130 soft_reset: label
/linux/drivers/misc/
A Dcs5535-mfgpt.c263 static void soft_reset(void) in soft_reset() function
299 soft_reset(); in scan_timers()
/linux/drivers/gpu/drm/loongson/
A Dlsdc_crtc.c289 .soft_reset = lsdc_crtc0_soft_reset,
301 .soft_reset = lsdc_crtc1_soft_reset,
368 .soft_reset = lsdc_crtc0_soft_reset,
383 .soft_reset = lsdc_crtc1_soft_reset,
651 ops->soft_reset(lcrtc); in lsdc_crtc_man_op_write()
/linux/drivers/net/ethernet/ti/
A Dcpsw_priv.h145 u32 soft_reset; member
166 u32 soft_reset; member
460 void soft_reset(const char *module, void __iomem *reg);
/linux/rust/kernel/net/
A Dphy.rs323 T::soft_reset(dev)?; in soft_reset_callback()
511 soft_reset: if T::HAS_SOFT_RESET { in create_phy_driver()
589 fn soft_reset(_dev: &mut Device) -> Result { in soft_reset() method

Completed in 35 milliseconds

1234567