Home
last modified time | relevance | path

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

/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()
/drivers/net/wireless/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
/drivers/scsi/
Dips.c5094 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/
Ddebugfs.c138 DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u");
1025 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl1271_debugfs_add_files()
Dacx.h432 __le32 reset_counter; member