Searched refs:reset_counter (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/media/pci/netup_unidvb/ |
D | netup_unidvb_ci.c | 88 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-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ctx.c | 319 ctx->reset_counter = atomic_read(&mgr->adev->gpu_reset_counter); in amdgpu_ctx_init() 320 ctx->reset_counter_query = ctx->reset_counter; in amdgpu_ctx_init() 516 unsigned reset_counter; in amdgpu_ctx_query() local 534 reset_counter = atomic_read(&adev->gpu_reset_counter); in amdgpu_ctx_query() 536 if (ctx->reset_counter_query == reset_counter) in amdgpu_ctx_query() 540 ctx->reset_counter_query = reset_counter; in amdgpu_ctx_query() 570 if (ctx->reset_counter != atomic_read(&adev->gpu_reset_counter)) in amdgpu_ctx_query2()
|
D | amdgpu_ctx.h | 48 unsigned reset_counter; member
|
/Linux-v6.1/drivers/watchdog/ |
D | pcwd_pci.c | 361 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-v6.1/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 28 WL12XX_DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u"); 128 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files()
|
D | acx.h | 47 __le32 reset_counter; member
|
/Linux-v6.1/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 110 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()
|
D | acx.h | 866 u32 reset_counter; member
|
/Linux-v6.1/drivers/scsi/ |
D | ips.c | 5005 int reset_counter; in ips_reset_copperhead() local 5012 reset_counter = 0; in ips_reset_copperhead() 5014 while (reset_counter < 2) { in ips_reset_copperhead() 5015 reset_counter++; in ips_reset_copperhead() 5029 else if (reset_counter >= 2) { in ips_reset_copperhead() 5050 int reset_counter; in ips_reset_copperhead_memio() local 5057 reset_counter = 0; in ips_reset_copperhead_memio() 5059 while (reset_counter < 2) { in ips_reset_copperhead_memio() 5060 reset_counter++; in ips_reset_copperhead_memio() 5074 else if (reset_counter >= 2) { in ips_reset_copperhead_memio() [all …]
|