Searched refs:reset_counter (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/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()
|
/linux-4.1.27/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
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem.c | 1210 unsigned reset_counter, in __i915_wait_request() argument 1255 if (reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) { in __i915_wait_request() 1332 unsigned reset_counter; in i915_wait_request() local 1351 reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_wait_request() 1353 ret = __i915_wait_request(req, reset_counter, in i915_wait_request() 1410 unsigned reset_counter; in i915_gem_object_wait_rendering__nonblocking() local 1428 reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_gem_object_wait_rendering__nonblocking() 1431 ret = __i915_wait_request(req, reset_counter, true, NULL, file_priv); in i915_gem_object_wait_rendering__nonblocking() 2829 unsigned reset_counter; in i915_gem_wait_ioctl() local 2864 reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_gem_wait_ioctl() [all …]
|
D | i915_drv.h | 1276 atomic_t reset_counter; member 2714 return unlikely(atomic_read(&error->reset_counter) in i915_reset_in_progress() 2720 return atomic_read(&error->reset_counter) & I915_WEDGED; in i915_terminally_wedged() 2725 return ((atomic_read(&error->reset_counter) & ~I915_WEDGED) + 1) / 2; in i915_reset_count() 2757 unsigned reset_counter,
|
D | intel_drv.h | 476 unsigned int reset_counter; member
|
D | i915_irq.c | 2388 atomic_inc(&dev_priv->gpu_error.reset_counter); in i915_reset_and_wakeup() 2393 atomic_set_mask(I915_WEDGED, &error->reset_counter); in i915_reset_and_wakeup() 2522 &dev_priv->gpu_error.reset_counter); in i915_handle_error()
|
D | i915_drv.c | 718 atomic_set_mask(I915_WEDGED, &dev_priv->gpu_error.reset_counter); in i915_drm_resume()
|
D | intel_display.c | 3188 intel_crtc->reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) in intel_crtc_has_pending_flip() 9582 crtc->reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) in page_flip_finished() 10004 crtc->reset_counter, in intel_mmio_flip_work_func() 10193 intel_crtc->reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); in intel_crtc_page_flip()
|
D | i915_debugfs.c | 4094 *val = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_wedged_get()
|
/linux-4.1.27/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
|
/linux-4.1.27/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 …]
|