Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Ddriver.h447 u32 bypass_count; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h169 u8 bypass_count; member
H A Drvu_npc.c852 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.h614 int bypass_count; /* bypassed prereads */ member
H A Draid5.c5547 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5553 conf->bypass_count = 0; in __get_priority_stripe()
5556 conf->bypass_count++; in __get_priority_stripe()
5559 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5560 if (conf->bypass_count < 0) in __get_priority_stripe()
5561 conf->bypass_count = 0; in __get_priority_stripe()
5566 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5580 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5581 if (conf->bypass_count < 0) in __get_priority_stripe()
5582 conf->bypass_count = 0; in __get_priority_stripe()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dcore.c4510 rdev->bypass_count++; in regulator_allow_bypass()
4512 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4517 rdev->bypass_count--; in regulator_allow_bypass()
4523 rdev->bypass_count--; in regulator_allow_bypass()
4525 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4530 rdev->bypass_count++; in regulator_allow_bypass()
5229 &rdev->bypass_count); in rdev_init_debugfs()
6004 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()