Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_cp9314.c213 enum cp9314_sync_roles sync_role; member
426 if (data->sync_role == CP9314_ROLE_HOST) { in cp9314_cfg_sync()
640 data->sync_role = CP9314_ROLE_HOST; in regulator_cp9314_init()
644 data->sync_role = CP9314_ROLE_STANDALONE; in regulator_cp9314_init()
648 data->sync_role = CP9314_ROLE_DEV4; in regulator_cp9314_init()
652 data->sync_role = CP9314_ROLE_DEV3; in regulator_cp9314_init()
656 data->sync_role = CP9314_ROLE_DEV2; in regulator_cp9314_init()
662 if (data->sync_role != CP9314_ROLE_STANDALONE) { in regulator_cp9314_init()