Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-npcm7xx.c333 u64 rec_succ_cnt; member
1773 if (bus->rec_succ_cnt < ULLONG_MAX) in npcm_i2c_recovery_tgclk()
1774 bus->rec_succ_cnt++; in npcm_i2c_recovery_tgclk()
2273 debugfs_create_u64("rec_succ_cnt", 0444, d, &bus->rec_succ_cnt); in npcm_i2c_init_debugfs()