| /drivers/gpu/drm/i915/gt/uc/ |
| A D | selftest_guc_hangcheck.c | 40 unsigned int reset_count; in intel_hang_guc() local 62 reset_count = i915_reset_count(global); in intel_hang_guc() 115 if (i915_reset_count(global) == reset_count) { in intel_hang_guc()
|
| /drivers/misc/mei/ |
| A D | init.c | 151 dev->reset_count++; in mei_reset() 152 if (dev->reset_count > MEI_MAX_CONSEC_RESET) { in mei_reset() 233 dev->reset_count = 0; in mei_start() 280 dev->reset_count = 0; in mei_restart() 403 dev->reset_count = 0; in mei_device_init()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_gpu_error.h | 64 u32 reset_count; member 205 u32 reset_count; member 225 atomic_t reset_count; member 245 return atomic_read(&error->reset_count); in i915_reset_count()
|
| /drivers/gpu/drm/i915/gt/ |
| A D | selftest_hangcheck.c | 353 unsigned int reset_count, count; in igt_reset_nop() local 360 reset_count = i915_reset_count(global); in igt_reset_nop() 456 reset_count = i915_reset_count(global); in igt_reset_nop_engine() 505 if (i915_reset_count(global) != reset_count) { in igt_reset_nop_engine() 704 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local 722 reset_count = i915_reset_count(global); in __igt_reset_engine() 1301 unsigned int reset_count; in igt_reset_wait() local 1344 reset_count = fake_hangcheck(gt, ALL_ENGINES); in igt_reset_wait() 1354 if (i915_reset_count(global) == reset_count) { in igt_reset_wait() 1684 unsigned int reset_count; in igt_reset_queue() local [all …]
|
| A D | selftest_reset.c | 212 unsigned int reset_count; in igt_global_reset() local 221 reset_count = i915_reset_count(>->i915->gpu_error); in igt_global_reset() 225 if (i915_reset_count(>->i915->gpu_error) == reset_count) { in igt_global_reset()
|
| /drivers/video/fbdev/omap/ |
| A D | lcdc.c | 142 static unsigned long reset_count; in reset_controller() local 146 reset_count++; in reset_controller() 147 if (reset_count == 1 || time_after(jiffies, last_jiffies + HZ)) { in reset_controller() 150 status, reset_count); in reset_controller() 153 if (reset_count < 100) { in reset_controller() 156 reset_count = 0; in reset_controller()
|
| /drivers/net/ethernet/qualcomm/ |
| A D | qca_spi.h | 85 u16 reset_count; member
|
| A D | qca_spi.c | 553 qca->reset_count = 0; in qcaspi_qca7k_sync() 556 qca->reset_count++; in qcaspi_qca7k_sync() 558 qca->reset_count); in qcaspi_qca7k_sync() 559 if (qca->reset_count >= QCASPI_RESET_TIMEOUT) { in qcaspi_qca7k_sync()
|
| /drivers/clk/qcom/ |
| A D | gdsc.h | 73 unsigned int reset_count; member
|
| A D | gdsc.c | 193 for (i = 0; i < sc->reset_count; i++) in gdsc_deassert_reset() 202 for (i = 0; i < sc->reset_count; i++) in gdsc_assert_reset()
|
| A D | gpucc-sdm660.c | 246 .reset_count = 1,
|
| A D | gpucc-msm8998.c | 262 .reset_count = 1,
|
| A D | gpucc-qcm2290.c | 311 .reset_count = 1,
|
| A D | gpucc-sm6375.c | 375 .reset_count = 3,
|
| A D | gpucc-sar2130p.c | 411 .reset_count = 3,
|
| A D | gpucc-sm6115.c | 411 .reset_count = 1,
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | core.c | 1612 atomic_dec(&ab->reset_count); in ath12k_core_restart() 1642 int reset_count, fail_cont_count, i; in ath12k_core_reset() local 1662 reset_count = atomic_inc_return(&ab->reset_count); in ath12k_core_reset() 1664 if (reset_count > 1) { in ath12k_core_reset() 1669 ath12k_warn(ab, "already resetting count %d\n", reset_count); in ath12k_core_reset() 1676 atomic_dec(&ab->reset_count); in ath12k_core_reset()
|
| /drivers/net/wireless/marvell/libertas_tf/ |
| A D | if_usb.c | 813 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()
|
| /drivers/accel/habanalabs/common/ |
| A D | habanalabs_ioctl.c | 301 struct hl_info_reset_count reset_count = {0}; in get_reset_count() local 308 reset_count.hard_reset_cnt = hdev->reset_info.hard_reset_cnt; in get_reset_count() 309 reset_count.soft_reset_cnt = hdev->reset_info.compute_reset_cnt; in get_reset_count() 311 return copy_to_user(out, &reset_count, in get_reset_count() 312 min((size_t) max_size, sizeof(reset_count))) ? -EFAULT : 0; in get_reset_count()
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | if_usb.c | 825 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()
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | core.c | 2412 int reset_count, fail_cont_count; in ath11k_core_reset() local 2432 reset_count = atomic_inc_return(&ab->reset_count); in ath11k_core_reset() 2434 if (reset_count > 1) { in ath11k_core_reset() 2439 ath11k_warn(ab, "already resetting count %d\n", reset_count); in ath11k_core_reset() 2447 atomic_dec(&ab->reset_count); in ath11k_core_reset()
|
| /drivers/hwmon/ |
| A D | sg2042-mcu.c | 146 static DEVICE_ATTR_RO(reset_count);
|
| /drivers/scsi/ |
| A D | hptiop.h | 325 atomic_t reset_count; member
|
| A D | ips.h | 549 uint8_t reset_count; member 1039 uint16_t reset_count; /* number of resets */ member
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_target.h | 873 uint32_t reset_count; member 968 uint32_t reset_count; member
|