Home
last modified time | relevance | path

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

/components/drivers/phye/
A Dphye.c78 if (phye->init_count == 0 && phye->ops->init) in rt_phye_init()
85 ++phye->init_count; in rt_phye_init()
106 if (phye->init_count == 1 && phye->ops->exit) in rt_phye_exit()
113 if (phye->init_count) in rt_phye_exit()
115 --phye->init_count; in rt_phye_exit()
/components/drivers/include/drivers/
A Dphye.h56 int init_count; member

Completed in 2 milliseconds