Searched refs:reset_counter (Results 1 – 6 of 6) sorted by relevance
/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()
|
/drivers/net/wireless/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
|
/drivers/scsi/ |
D | ips.c | 5094 int reset_counter; in ips_reset_copperhead() local 5101 reset_counter = 0; in ips_reset_copperhead() 5103 while (reset_counter < 2) { in ips_reset_copperhead() 5104 reset_counter++; in ips_reset_copperhead() 5118 else if (reset_counter >= 2) { in ips_reset_copperhead() 5139 int reset_counter; in ips_reset_copperhead_memio() local 5146 reset_counter = 0; in ips_reset_copperhead_memio() 5148 while (reset_counter < 2) { in ips_reset_copperhead_memio() 5149 reset_counter++; in ips_reset_copperhead_memio() 5163 else if (reset_counter >= 2) { in ips_reset_copperhead_memio() [all …]
|
/drivers/net/wireless/wl12xx/ |
D | debugfs.c | 138 DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u"); 1025 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl1271_debugfs_add_files()
|
D | acx.h | 432 __le32 reset_counter; member
|