Home
last modified time | relevance | path

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

/linux/drivers/media/pci/netup_unidvb/
H 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()
/linux/drivers/watchdog/
H 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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c336 ctx->reset_counter = atomic_read(&mgr->adev->gpu_reset_counter); in amdgpu_ctx_init()
337 ctx->reset_counter_query = ctx->reset_counter; in amdgpu_ctx_init()
545 unsigned reset_counter; in amdgpu_ctx_query() local
563 reset_counter = atomic_read(&adev->gpu_reset_counter); in amdgpu_ctx_query()
565 if (ctx->reset_counter_query == reset_counter) in amdgpu_ctx_query()
569 ctx->reset_counter_query = reset_counter; in amdgpu_ctx_query()
599 if (ctx->reset_counter != atomic_read(&adev->gpu_reset_counter)) in amdgpu_ctx_query2()
H A Damdgpu_ctx.h48 unsigned reset_counter; member
/linux/drivers/net/wireless/ti/wl12xx/
H A Ddebugfs.c28 WL12XX_DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u");
128 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files()
H A Dacx.h47 __le32 reset_counter; member
/linux/drivers/net/wireless/ti/wl1251/
H 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()
H A Dacx.h866 u32 reset_counter; member
/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.c114 args->value = v3d->reset_counter; in v3d_get_param_ioctl()
119 args->value = v3d_priv->reset_counter; in v3d_get_param_ioctl()
/linux/drivers/scsi/
H A Dips.c4987 int reset_counter; in ips_reset_copperhead() local
4994 reset_counter = 0; in ips_reset_copperhead()
4996 while (reset_counter < 2) { in ips_reset_copperhead()
4997 reset_counter++; in ips_reset_copperhead()
5011 else if (reset_counter >= 2) { in ips_reset_copperhead()
5032 int reset_counter; in ips_reset_copperhead_memio() local
5039 reset_counter = 0; in ips_reset_copperhead_memio()
5041 while (reset_counter < 2) { in ips_reset_copperhead_memio()
5042 reset_counter++; in ips_reset_copperhead_memio()
5056 else if (reset_counter >= 2) { in ips_reset_copperhead_memio()
[all …]
/linux/drivers/cxl/core/
H A Dedac.c764 CXL_ECS_SET_ATTR(reset_counter)