Home
last modified time | relevance | path

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

/u-boot/drivers/phy/
A Dphy-uclass.c38 int init_count; member
81 counts->init_count = 0; in phy_alloc_counts()
232 if (counts->init_count > 0) { in generic_phy_init()
233 counts->init_count++; in generic_phy_init()
246 counts->init_count = 1; in generic_phy_init()
278 if (counts->init_count == 0) in generic_phy_exit()
280 if (counts->init_count > 1) { in generic_phy_exit()
281 counts->init_count--; in generic_phy_exit()
294 counts->init_count = 0; in generic_phy_exit()

Completed in 7 milliseconds