Home
last modified time | relevance | path

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

/drivers/media/pci/netup_unidvb/
A Dnetup_unidvb_ci.c88 int reset_counter = 3; in netup_unidvb_ci_slot_reset() local
104 if (!(ci_stat & (BIT_CAM_READY << shift)) && reset_counter > 0) { in netup_unidvb_ci_slot_reset()
108 reset_counter--; in netup_unidvb_ci_slot_reset()
/drivers/accel/ivpu/
A Divpu_pm.c127 atomic_inc(&vdev->pm->reset_counter); in ivpu_pm_reset_begin()
161 ivpu_err(vdev, "Recovering the NPU (reset #%d)\n", atomic_read(&vdev->pm->reset_counter)); in ivpu_pm_recovery_work()
315 atomic_inc(&vdev->pm->reset_counter); in ivpu_pm_runtime_suspend_cb()
403 atomic_set(&pm->reset_counter, 0); in ivpu_pm_init()
A Divpu_pm.h19 atomic_t reset_counter; member
A Divpu_debugfs.c108 seq_printf(s, "%d\n", atomic_read(&vdev->pm->reset_counter)); in reset_counter_show()
/drivers/watchdog/
A Dpcwd_pci.c361 int reset_counter; in pcipcwd_clear_status() local
380 reset_counter = 0xff; in pcipcwd_clear_status()
381 send_command(CMD_GET_CLEAR_RESET_COUNT, &msb, &reset_counter); in pcipcwd_clear_status()
384 pr_debug("reset count was: 0x%02x\n", reset_counter); in pcipcwd_clear_status()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.c337 ctx->reset_counter = atomic_read(&mgr->adev->gpu_reset_counter); in amdgpu_ctx_init()
338 ctx->reset_counter_query = ctx->reset_counter; in amdgpu_ctx_init()
543 unsigned reset_counter; in amdgpu_ctx_query() local
561 reset_counter = atomic_read(&adev->gpu_reset_counter); in amdgpu_ctx_query()
563 if (ctx->reset_counter_query == reset_counter) in amdgpu_ctx_query()
567 ctx->reset_counter_query = reset_counter; in amdgpu_ctx_query()
597 if (ctx->reset_counter != atomic_read(&adev->gpu_reset_counter)) in amdgpu_ctx_query2()
A Damdgpu_ctx.h48 unsigned reset_counter; member
/drivers/net/wireless/ti/wl12xx/
A Ddebugfs.c28 WL12XX_DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u");
128 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files()
A Dacx.h47 __le32 reset_counter; member
/drivers/net/wireless/ti/wl1251/
A Ddebugfs.c110 DEBUGFS_FWSTATS_FILE(rx, reset_counter, 20, "%u");
250 DEBUGFS_FWSTATS_DEL(rx, reset_counter); in wl1251_debugfs_delete_files()
349 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl1251_debugfs_add_files()
A Dacx.h866 u32 reset_counter; member
/drivers/scsi/
A Dips.c4986 int reset_counter; in ips_reset_copperhead() local
4993 reset_counter = 0; in ips_reset_copperhead()
4995 while (reset_counter < 2) { in ips_reset_copperhead()
4996 reset_counter++; in ips_reset_copperhead()
5031 int reset_counter; in ips_reset_copperhead_memio() local
5038 reset_counter = 0; in ips_reset_copperhead_memio()
5040 while (reset_counter < 2) { in ips_reset_copperhead_memio()
5041 reset_counter++; in ips_reset_copperhead_memio()
5076 int reset_counter; in ips_reset_morpheus() local
5084 reset_counter = 0; in ips_reset_morpheus()
[all …]
/drivers/cxl/core/
A Dedac.c764 CXL_ECS_SET_ATTR(reset_counter)

Completed in 48 milliseconds