Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/misc/mei/
Dinit.c138 dev->reset_count++; in mei_reset()
139 if (dev->reset_count > MEI_MAX_CONSEC_RESET) { in mei_reset()
207 dev->reset_count = 0; in mei_start()
264 dev->reset_count = 0; in mei_restart()
380 dev->reset_count = 0; in mei_device_init()
Dmei_dev.h472 unsigned long reset_count; member
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_hangcheck.c388 unsigned int reset_count; in igt_global_reset() local
397 reset_count = i915_reset_count(&i915->gpu_error); in igt_global_reset()
401 if (i915_reset_count(&i915->gpu_error) == reset_count) { in igt_global_reset()
442 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local
455 reset_count = i915_reset_count(&i915->gpu_error); in __igt_reset_engine()
502 if (i915_reset_count(&i915->gpu_error) != reset_count) { in __igt_reset_engine()
912 u32 reset_count = i915_reset_count(error); in fake_hangcheck() local
922 return reset_count; in fake_hangcheck()
929 unsigned int reset_count; in igt_reset_wait() local
968 reset_count = fake_hangcheck(rq, ALL_ENGINES); in igt_reset_wait()
[all …]
Di915_request.c275 unsigned int reset_count; member
299 t->reset_count = i915_reset_count(&i915->gpu_error); in begin_live_test()
315 if (t->reset_count != i915_reset_count(&i915->gpu_error)) { in end_live_test()
318 i915_reset_count(&i915->gpu_error) - t->reset_count); in end_live_test()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gpu_error.h45 u32 reset_count; member
91 u32 reset_count; member
235 unsigned long reset_count; member
Di915_gem_context.c932 args->reset_count = i915_reset_count(&dev_priv->gpu_error); in i915_gem_context_reset_stats_ioctl()
934 args->reset_count = 0; in i915_gem_context_reset_stats_ioctl()
Di915_gpu_error.c540 err_printf(m, " engine reset count: %u\n", ee->reset_count); in error_print_engine()
680 err_printf(m, "Reset count: %u\n", error->reset_count); in i915_error_state_to_str()
1268 ee->reset_count = i915_reset_engine_count(&dev_priv->gpu_error, in error_record_engine_registers()
1743 error->reset_count = i915_reset_count(&i915->gpu_error); in capture_gen_state()
/Linux-v4.19/drivers/video/fbdev/omap/
Dlcdc.c151 static unsigned long reset_count; in reset_controller() local
155 reset_count++; in reset_controller()
156 if (reset_count == 1 || time_after(jiffies, last_jiffies + HZ)) { in reset_controller()
159 status, reset_count); in reset_controller()
162 if (reset_count < 100) { in reset_controller()
165 reset_count = 0; in reset_controller()
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c1396 (priv->reset_count == reset_cnt)) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1398 reset_cnt = priv->reset_count; in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1424 (priv->reset_count == reset_cnt)) { in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1428 if (priv->reset_count != reset_cnt) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1431 reset_cnt = priv->reset_count; in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1474 (priv->reset_count == reset_cnt_highpwr)) in _rtl92e_dm_ctrl_initgain_byrssi_highpwr()
1484 (priv->reset_count == reset_cnt_highpwr)) in _rtl92e_dm_ctrl_initgain_byrssi_highpwr()
1498 reset_cnt_highpwr = priv->reset_count; in _rtl92e_dm_ctrl_initgain_byrssi_highpwr()
1537 if (priv->reset_count != reset_cnt) { in _rtl92e_dm_initial_gain()
1539 reset_cnt = priv->reset_count; in _rtl92e_dm_initial_gain()
[all …]
Drtl_core.h556 u32 reset_count; member
/Linux-v4.19/drivers/clk/qcom/
Dgdsc.h62 unsigned int reset_count; member
Dgdsc.c159 for (i = 0; i < sc->reset_count; i++) in gdsc_deassert_reset()
168 for (i = 0; i < sc->reset_count; i++) in gdsc_assert_reset()
/Linux-v4.19/drivers/net/ethernet/qualcomm/
Dqca_spi.c478 static u16 reset_count; in qcaspi_qca7k_sync() local
531 reset_count = 0; in qcaspi_qca7k_sync()
534 reset_count++; in qcaspi_qca7k_sync()
536 reset_count); in qcaspi_qca7k_sync()
537 if (reset_count >= QCASPI_RESET_TIMEOUT) { in qcaspi_qca7k_sync()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_dm.c1768 (priv->reset_count == reset_cnt)) { in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1771 reset_cnt = priv->reset_count; in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1817 (priv->reset_count == reset_cnt)) { in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1821 if (priv->reset_count != reset_cnt) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1824 reset_cnt = priv->reset_count; in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1915 (priv->reset_count == reset_cnt_highpwr)) in dm_ctrl_initgain_byrssi_highpwr()
1931 (priv->reset_count == reset_cnt_highpwr)) in dm_ctrl_initgain_byrssi_highpwr()
1949 reset_cnt_highpwr = priv->reset_count; in dm_ctrl_initgain_byrssi_highpwr()
1988 if (priv->reset_count != reset_cnt) { in dm_initial_gain()
1990 reset_cnt = priv->reset_count; in dm_initial_gain()
[all …]
/Linux-v4.19/drivers/net/wireless/marvell/libertas_tf/
Dif_usb.c813 static int reset_count = 10; in if_usb_prog_firmware() local
852 if (--reset_count >= 0) { in if_usb_prog_firmware()
881 if (--reset_count >= 0) { in if_usb_prog_firmware()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dif_usb.c819 static int reset_count = 10; in if_usb_prog_firmware() local
870 if (--reset_count >= 0) { in if_usb_prog_firmware()
899 if (--reset_count >= 0) { in if_usb_prog_firmware()
/Linux-v4.19/drivers/staging/gasket/
Dgasket_core.h297 uint reset_count; member
Dgasket_core.c562 ret = snprintf(buf, PAGE_SIZE, "%d\n", gasket_dev->reset_count); in gasket_sysfs_data_show()
604 GASKET_SYSFS_RO(reset_count, gasket_sysfs_data_show, ATTR_RESET_COUNT),
/Linux-v4.19/drivers/scsi/
Dhptiop.h333 atomic_t reset_count; member
Dips.h557 uint8_t reset_count; member
1047 uint16_t reset_count; /* number of resets */ member
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.h884 uint32_t reset_count; member
967 uint32_t reset_count; member
Dqla_target.c2031 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts()
2274 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp()
2282 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp()
3194 if (!qpair->fw_started || cmd->reset_count != qpair->chip_reset) { in qlt_xmit_response()
3204 cmd->reset_count, qpair->chip_reset); in qlt_xmit_response()
3332 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_rdy_to_xfer()
3343 cmd->reset_count, qpair->chip_reset); in qlt_rdy_to_xfer()
4310 cmd->reset_count = vha->hw->base_qpair->chip_reset; in qlt_get_tag()
4424 mcmd->reset_count = ha->base_qpair->chip_reset; in qlt_issue_task_mgmt()
4509 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_abort_task()
[all …]
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Ddmfe.c268 unsigned long reset_count; member
780 db->tx_jabber_timeout, db->reset_count, db->reset_cr8, in dmfe_stop()
1190 db->reset_count++; in dmfe_timer()
/Linux-v4.19/tools/include/uapi/drm/
Di915_drm.h1421 __u32 reset_count; member
/Linux-v4.19/include/uapi/drm/
Di915_drm.h1421 __u32 reset_count; member

12