Home
last modified time | relevance | path

Searched refs:reset_count (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/u-boot/test/dm/
H A Dwdt.c31 uint reset_count = state->wdt.reset_count; in dm_test_wdt_base() local
33 ut_asserteq(reset_count + 1, state->wdt.reset_count); in dm_test_wdt_base()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-generic.c31 int reset_count; member
115 priv->reset_count = 0; in ehci_usb_probe()
136 priv->reset_count++; in ehci_usb_probe()
175 ret = reset_release_all(priv->resets, priv->reset_count); in ehci_usb_probe()
203 ret = reset_release_all(priv->resets, priv->reset_count); in ehci_usb_remove()
H A Dohci-generic.c26 int reset_count; /* number of reset in reset list */ member
112 priv->reset_count = 0; in ohci_usb_probe()
132 priv->reset_count++; in ohci_usb_probe()
156 ret = reset_release_all(priv->resets, priv->reset_count); in ohci_usb_probe()
180 ret = reset_release_all(priv->resets, priv->reset_count); in ohci_usb_remove()
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dinit.c128 dev->reset_count++; in mei_reset()
129 if (dev->reset_count > MEI_MAX_CONSEC_RESET) { in mei_reset()
199 dev->reset_count = 0; in mei_start()
256 dev->reset_count = 0; in mei_restart()
372 dev->reset_count = 0; in mei_device_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c383 unsigned int reset_count, count; in igt_reset_nop() local
390 reset_count = i915_reset_count(global); in igt_reset_nop()
427 if (i915_reset_count(global) != reset_count + ++count) { in igt_reset_nop()
457 unsigned int reset_count, reset_engine_count, count; in igt_reset_nop_engine() local
466 reset_count = i915_reset_count(global); in igt_reset_nop_engine()
513 if (i915_reset_count(global) != reset_count) { in igt_reset_nop_engine()
562 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local
575 reset_count = i915_reset_count(global); in __igt_reset_engine()
615 if (i915_reset_count(global) != reset_count) { in __igt_reset_engine()
1038 unsigned int reset_count; in igt_reset_wait() local
[all …]
H A Dselftest_reset.c207 unsigned int reset_count; in igt_global_reset() local
216 reset_count = i915_reset_count(&gt->i915->gpu_error); in igt_global_reset()
220 if (i915_reset_count(&gt->i915->gpu_error) == reset_count) { in igt_global_reset()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Dlcdc.c138 static unsigned long reset_count; in reset_controller() local
142 reset_count++; in reset_controller()
143 if (reset_count == 1 || time_after(jiffies, last_jiffies + HZ)) { in reset_controller()
146 status, reset_count); in reset_controller()
149 if (reset_count < 100) { in reset_controller()
152 reset_count = 0; in reset_controller()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.h63 u32 reset_count; member
175 u32 reset_count; member
198 atomic_t reset_count; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c1387 (priv->reset_count == reset_cnt)) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1389 reset_cnt = priv->reset_count; in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1415 (priv->reset_count == reset_cnt)) { in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1419 if (priv->reset_count != reset_cnt) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1422 reset_cnt = priv->reset_count; in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1465 (priv->reset_count == reset_cnt_highpwr)) in _rtl92e_dm_ctrl_initgain_byrssi_highpwr()
1475 (priv->reset_count == reset_cnt_highpwr)) in _rtl92e_dm_ctrl_initgain_byrssi_highpwr()
1489 reset_cnt_highpwr = priv->reset_count; in _rtl92e_dm_ctrl_initgain_byrssi_highpwr()
1528 if (priv->reset_count != reset_cnt) { in _rtl92e_dm_initial_gain()
1530 reset_cnt = priv->reset_count; in _rtl92e_dm_initial_gain()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhabanalabs_ioctl.c252 struct hl_info_reset_count reset_count = {0}; in get_reset_count() local
259 reset_count.hard_reset_cnt = hdev->hard_reset_cnt; in get_reset_count()
260 reset_count.soft_reset_cnt = hdev->soft_reset_cnt; in get_reset_count()
262 return copy_to_user(out, &reset_count, in get_reset_count()
263 min((size_t) max_size, sizeof(reset_count))) ? -EFAULT : 0; in get_reset_count()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_dm.c1736 (priv->reset_count == reset_cnt)) { in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1739 reset_cnt = priv->reset_count; in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1784 (priv->reset_count == reset_cnt)) { in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1788 if (priv->reset_count != reset_cnt) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1791 reset_cnt = priv->reset_count; in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1877 (priv->reset_count == reset_cnt_highpwr)) in dm_ctrl_initgain_byrssi_highpwr()
1893 (priv->reset_count == reset_cnt_highpwr)) in dm_ctrl_initgain_byrssi_highpwr()
1911 reset_cnt_highpwr = priv->reset_count; in dm_ctrl_initgain_byrssi_highpwr()
1950 if (priv->reset_count != reset_cnt) { in dm_initial_gain()
1952 reset_cnt = priv->reset_count; in dm_initial_gain()
[all …]
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dsandbox_wdt.c37 state->wdt.reset_count++; in sandbox_wdt_reset()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h97 u16 reset_count; member
H A Dqca_spi.c551 qca->reset_count = 0; in qcaspi_qca7k_sync()
554 qca->reset_count++; in qcaspi_qca7k_sync()
556 qca->reset_count); in qcaspi_qca7k_sync()
557 if (qca->reset_count >= QCASPI_RESET_TIMEOUT) { in qcaspi_qca7k_sync()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dgdsc.h63 unsigned int reset_count; member
H A Dgdsc.c174 for (i = 0; i < sc->reset_count; i++) in gdsc_deassert_reset()
183 for (i = 0; i < sc->reset_count; i++) in gdsc_assert_reset()
H A Dgpucc-msm8998.c257 .reset_count = 1,
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dstate.h43 uint reset_count; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c813 static int reset_count = 10; in if_usb_prog_firmware() local
854 if (--reset_count >= 0) { in if_usb_prog_firmware()
883 if (--reset_count >= 0) { in if_usb_prog_firmware()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c825 static int reset_count = 10; in if_usb_prog_firmware() local
876 if (--reset_count >= 0) { in if_usb_prog_firmware()
905 if (--reset_count >= 0) { in if_usb_prog_firmware()
/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_core.h289 uint reset_count; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhptiop.h325 atomic_t reset_count; member
H A Dips.h548 uint8_t reset_count; member
1038 uint16_t reset_count; /* number of resets */ member
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_target.h861 uint32_t reset_count; member
957 uint32_t reset_count; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c185 *(data++) = pfvf->reset_count; in otx2_get_ethtool_stats()
781 *(data++) = vf->reset_count; in otx2vf_get_ethtool_stats()

123