Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c29 struct gpd_onoff_manager { struct
49 static struct gpd_onoff_manager fast_active0 = { argument
54 static struct gpd_onoff_manager fast_active1 = {
59 static struct gpd_onoff_manager fast_main = {
64 static struct gpd_onoff_manager slow_active = {
69 static struct gpd_onoff_manager slow_main = {
78 static struct gpd_onoff_manager *get_mgr(uint8_t id) in get_mgr()
102 struct gpd_onoff_manager *gpd_mgr = CONTAINER_OF(mgr_, struct gpd_onoff_manager, mgr); in request_cb()
108 static int nrf_gpd_sync(struct gpd_onoff_manager *gpd_mgr) in nrf_gpd_sync()
152 struct gpd_onoff_manager *gpd_mgr = context; in evt_handler()
[all …]