Home
last modified time | relevance | path

Searched refs:reset_counter (Results 1 – 12 of 12) sorted by relevance

/drivers/watchdog/
Dpcwd_pci.c365 int reset_counter; in pcipcwd_clear_status() local
384 reset_counter = 0xff; in pcipcwd_clear_status()
385 send_command(CMD_GET_CLEAR_RESET_COUNT, &msb, &reset_counter); in pcipcwd_clear_status()
388 pr_debug("reset count was: 0x%02x\n", reset_counter); in pcipcwd_clear_status()
/drivers/gpu/drm/i915/
Di915_gem.c983 unsigned reset_counter, in __wait_seqno() argument
1014 reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) in __wait_seqno()
1026 if (reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) in __wait_seqno()
1086 atomic_read(&dev_priv->gpu_error.reset_counter), in i915_wait_seqno()
1134 unsigned reset_counter; in i915_gem_object_wait_rendering__nonblocking() local
1153 reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_gem_object_wait_rendering__nonblocking()
1155 ret = __wait_seqno(ring, seqno, reset_counter, true, NULL); in i915_gem_object_wait_rendering__nonblocking()
2330 unsigned reset_counter; in i915_gem_wait_ioctl() local
2371 reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_gem_wait_ioctl()
2374 ret = __wait_seqno(ring, seqno, reset_counter, true, timeout); in i915_gem_wait_ioctl()
[all …]
Di915_drv.h850 atomic_t reset_counter; member
1639 return unlikely(atomic_read(&error->reset_counter) in i915_reset_in_progress()
1645 return atomic_read(&error->reset_counter) == I915_WEDGED; in i915_terminally_wedged()
Dintel_drv.h267 unsigned int reset_counter; member
Di915_irq.c1072 atomic_inc(&dev_priv->gpu_error.reset_counter); in i915_error_work_func()
1077 atomic_set(&error->reset_counter, I915_WEDGED); in i915_error_work_func()
1729 &dev_priv->gpu_error.reset_counter); in i915_handle_error()
Di915_debugfs.c1678 *val = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_wedged_get()
Dintel_display.c2972 intel_crtc->reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) in intel_crtc_has_pending_flip()
7407 intel_crtc->reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); in intel_crtc_page_flip()
/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c42 WL12XX_DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u");
152 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files()
Dacx.h61 __le32 reset_counter; member
/drivers/net/wireless/ti/wl1251/
Ddebugfs.c129 DEBUGFS_FWSTATS_FILE(rx, reset_counter, 20, "%u");
269 DEBUGFS_FWSTATS_DEL(rx, reset_counter); in wl1251_debugfs_delete_files()
370 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl1251_debugfs_add_files()
Dacx.h880 u32 reset_counter; member
/drivers/scsi/
Dips.c5022 int reset_counter; in ips_reset_copperhead() local
5029 reset_counter = 0; in ips_reset_copperhead()
5031 while (reset_counter < 2) { in ips_reset_copperhead()
5032 reset_counter++; in ips_reset_copperhead()
5046 else if (reset_counter >= 2) { in ips_reset_copperhead()
5067 int reset_counter; in ips_reset_copperhead_memio() local
5074 reset_counter = 0; in ips_reset_copperhead_memio()
5076 while (reset_counter < 2) { in ips_reset_copperhead_memio()
5077 reset_counter++; in ips_reset_copperhead_memio()
5091 else if (reset_counter >= 2) { in ips_reset_copperhead_memio()
[all …]