Home
last modified time | relevance | path

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

/drivers/phy/
A Dphy-uclass.c38 int init_count; member
81 counts->init_count = 0; in phy_alloc_counts()
236 if (counts->init_count > 0) { in generic_phy_init()
237 counts->init_count++; in generic_phy_init()
250 counts->init_count = 1; in generic_phy_init()
282 if (counts->init_count == 0) in generic_phy_exit()
284 if (counts->init_count > 1) { in generic_phy_exit()
285 counts->init_count--; in generic_phy_exit()
298 counts->init_count = 0; in generic_phy_exit()

Completed in 5 milliseconds