| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | smsc.c | 318 .soft_reset = smsc_phy_reset, 337 .soft_reset = smsc_phy_reset, 365 .soft_reset = smsc_phy_reset, 413 .soft_reset = smsc_phy_reset, 440 .soft_reset = smsc_phy_reset,
|
| H A D | meson-gxl.c | 231 .soft_reset = genphy_soft_reset, 243 .soft_reset = genphy_soft_reset,
|
| H A D | nxp-tja11xx.c | 700 .soft_reset = tja11xx_soft_reset, 718 .soft_reset = tja11xx_soft_reset, 736 .soft_reset = tja11xx_soft_reset, 759 .soft_reset = tja11xx_soft_reset,
|
| H A D | ax88796b.c | 47 .soft_reset = asix_soft_reset,
|
| H A D | dp83848.c | 99 .soft_reset = genphy_soft_reset, \
|
| H A D | rockchip.c | 181 .soft_reset = genphy_soft_reset,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/mscc/ |
| H A D | mscc_main.c | 2219 .soft_reset = &genphy_soft_reset, 2243 .soft_reset = &genphy_soft_reset, 2268 .soft_reset = &genphy_soft_reset, 2292 .soft_reset = &genphy_soft_reset, 2316 .soft_reset = &genphy_soft_reset, 2340 .soft_reset = &genphy_soft_reset, 2364 .soft_reset = &genphy_soft_reset, 2388 .soft_reset = &genphy_soft_reset, 2413 .soft_reset = &genphy_soft_reset, 2436 .soft_reset = &genphy_soft_reset, [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | lpass-hdmi.h | 84 struct regmap_field *soft_reset; member
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | bmips_vec.S | 91 beqz k0, soft_reset 130 soft_reset: label
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| H A D | gp_device_local.h | 141 int soft_reset; member
|
| H A D | gp_device.c | 106 state->soft_reset = gp_device_reg_load(ID, in gp_device_get_state()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_priv.h | 143 u32 soft_reset; member 164 u32 soft_reset; member 452 void soft_reset(const char *module, void __iomem *reg);
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | cs5535-mfgpt.c | 263 static void soft_reset(void) in soft_reset() function 299 soft_reset(); in scan_timers()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | mvtwsi.c | 60 u32 soft_reset; member 75 u32 soft_reset; member 428 writel(0, &twsi->soft_reset); in twsi_reset()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-mv64xxx.c | 115 u8 soft_reset; member 159 .soft_reset = 0x1c, 169 .soft_reset = 0x18, 214 writel(0, drv_data->reg_base + drv_data->reg_offsets.soft_reset); in mv64xxx_i2c_hw_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/ |
| H A D | amd_shared.h | 277 int (*soft_reset)(void *handle); member
|