Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/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
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c1210 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 …]
Di915_drv.h1276 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,
Dintel_drv.h476 unsigned int reset_counter; member
Di915_irq.c2388 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()
Di915_drv.c718 atomic_set_mask(I915_WEDGED, &dev_priv->gpu_error.reset_counter); in i915_drm_resume()
Dintel_display.c3188 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()
Di915_debugfs.c4094 *val = atomic_read(&dev_priv->gpu_error.reset_counter); in i915_wedged_get()
/linux-4.1.27/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
/linux-4.1.27/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 …]