| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | usb_phy.c | 53 int init_count; member 228 phy->init_count++; in sunxi_usb_phy_init() 229 if (phy->init_count != 1) in sunxi_usb_phy_init() 254 phy->init_count--; in sunxi_usb_phy_exit() 255 if (phy->init_count != 0) in sunxi_usb_phy_exit()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/list_update_policy/ |
| H A D | lu_counter_metadata.hpp | 57 lu_counter_metadata(size_type init_count) : m_count(init_count) in lu_counter_metadata() argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/list_update_policy/ |
| H A D | lu_counter_metadata.hpp | 57 lu_counter_metadata(size_type init_count) : m_count(init_count) in lu_counter_metadata() argument
|
| /OK3568_Linux_fs/kernel/drivers/clk/meson/ |
| H A D | meson-eeclk.c | 39 if (data->init_count) in meson_eeclkc_probe() 40 regmap_multi_reg_write(map, data->init_regs, data->init_count); in meson_eeclkc_probe()
|
| H A D | clk-mpll.c | 137 if (mpll->init_count) in mpll_init() 139 mpll->init_count); in mpll_init()
|
| H A D | meson-eeclk.h | 19 unsigned int init_count; member
|
| H A D | clk-mpll.h | 22 unsigned int init_count; member
|
| H A D | clk-pll.h | 40 unsigned int init_count; member
|
| H A D | clk-pll.c | 294 if (pll->init_count) { in meson_clk_pll_init() 297 pll->init_count); in meson_clk_pll_init()
|
| H A D | axg.c | 221 .init_count = ARRAY_SIZE(axg_gp0_init_regs), 293 .init_count = ARRAY_SIZE(axg_hifi_init_regs), 746 .init_count = ARRAY_SIZE(axg_pcie_init_regs),
|
| H A D | g12a.c | 1656 .init_count = ARRAY_SIZE(g12a_gp0_init_regs), 1796 .init_count = ARRAY_SIZE(g12a_hifi_init_regs), 1888 .init_count = ARRAY_SIZE(g12a_pcie_pll_init_regs), 2227 .init_count = ARRAY_SIZE(g12a_mpll0_init_regs), 2281 .init_count = ARRAY_SIZE(g12a_mpll1_init_regs), 2335 .init_count = ARRAY_SIZE(g12a_mpll2_init_regs), 2389 .init_count = ARRAY_SIZE(g12a_mpll3_init_regs), 5338 .init_count = ARRAY_SIZE(g12a_init_regs),
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-sp804.c | 358 static int init_count = 0; in integrator_cp_of_init() local 379 if (init_count == 2 || !of_device_is_available(np)) in integrator_cp_of_init() 384 if (!init_count) { in integrator_cp_of_init() 399 init_count++; in integrator_cp_of_init()
|
| H A D | arc_timer.c | 361 static int init_count = 0; in arc_of_timer_init() local 364 if (!init_count) { in arc_of_timer_init() 365 init_count = 1; in arc_of_timer_init()
|
| /OK3568_Linux_fs/kernel/drivers/phy/broadcom/ |
| H A D | phy-brcm-usb.c | 70 int init_count; member 125 if (priv->init_count++ == 0) { in brcm_usb_phy_init() 138 priv->init_count); in brcm_usb_phy_init() 160 if (--priv->init_count == 0) { in brcm_usb_phy_exit() 573 if (priv->init_count) { in brcm_usb_phy_suspend() 613 if (priv->init_count) { in brcm_usb_phy_resume()
|
| /OK3568_Linux_fs/u-boot/drivers/power/charge/ |
| H A D | sgm41542_charger.c | 174 u32 init_count; member 456 if ((state_of_charger) && (charger->init_count < 5)) { in sgm41542_charger_status() 462 charger->init_count++; in sgm41542_charger_status()
|
| H A D | sc8551_charger.c | 30 u32 init_count; member
|
| /OK3568_Linux_fs/kernel/drivers/phy/ |
| H A D | phy-core.c | 245 if (phy->init_count == 0 && phy->ops->init) { in phy_init() 252 ++phy->init_count; in phy_init() 274 if (phy->init_count == 1 && phy->ops->exit) { in phy_exit() 281 --phy->init_count; in phy_exit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | phy.c | 389 u32 init_count = 0; in _rtl92cu_phy_set_rf_power_state() local 392 init_count++; in _rtl92cu_phy_set_rf_power_state() 396 } while (!rtstatus && (init_count < 10)); in _rtl92cu_phy_set_rf_power_state()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_dsi.h | 117 u16 init_count; member
|
| H A D | intel_dsi_vbt.c | 724 drm_dbg_kms(&i915->drm, "Init Count 0x%x\n", intel_dsi->init_count); in intel_dsi_log_params() 765 intel_dsi->init_count = mipi_config->master_init_timer; in intel_dsi_vbt_init()
|
| H A D | vlv_dsi.c | 1496 intel_dsi->init_count); in intel_dsi_prepare() 1504 intel_dsi->init_count); in intel_dsi_prepare()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.h | 287 uint32_t init_count; /* number to allocate when initialized */ member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | isp2400_input_system_local.h | 487 u16 init_count; member
|
| /OK3568_Linux_fs/kernel/include/linux/phy/ |
| H A D | phy.h | 143 int init_count; member
|
| /OK3568_Linux_fs/kernel/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp.c | 1967 int init_count; member 2920 if (qmp->init_count++) { in qcom_qmp_phy_com_init() 3015 if (--qmp->init_count) { in qcom_qmp_phy_com_exit() 3332 if (!qmp->init_count) { in qcom_qmp_phy_runtime_suspend() 3358 if (!qmp->init_count) { in qcom_qmp_phy_runtime_resume()
|