Searched refs:reset_counter (Results 1 – 12 of 12) sorted by relevance
/drivers/watchdog/ |
D | pcwd_pci.c | 365 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/ |
D | i915_gem.c | 983 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 …]
|
D | i915_drv.h | 850 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()
|
D | intel_drv.h | 267 unsigned int reset_counter; member
|
D | i915_irq.c | 1072 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()
|
D | i915_debugfs.c | 1678 *val = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_wedged_get()
|
D | intel_display.c | 2972 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/ |
D | debugfs.c | 42 WL12XX_DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u"); 152 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files()
|
D | acx.h | 61 __le32 reset_counter; member
|
/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 129 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()
|
D | acx.h | 880 u32 reset_counter; member
|
/drivers/scsi/ |
D | ips.c | 5022 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 …]
|