Lines Matching refs:mgr
21 struct onoff_manager mgr; member
70 dev_data->notify(&dev_data->mgr, 0); in hfxo_start_up_timer_handler()
108 static void onoff_start_hfxo(struct onoff_manager *mgr, onoff_notify_fn notify) in onoff_start_hfxo() argument
111 CONTAINER_OF(mgr, struct dev_data_hfxo, mgr); in onoff_start_hfxo()
164 static void onoff_stop_hfxo(struct onoff_manager *mgr, onoff_notify_fn notify) in onoff_stop_hfxo() argument
167 CONTAINER_OF(mgr, struct dev_data_hfxo, mgr); in onoff_stop_hfxo()
170 notify(mgr, 0); in onoff_stop_hfxo()
206 return onoff_request(&dev_data->mgr, cli); in api_request_hfxo()
218 return onoff_release(&dev_data->mgr); in api_release_hfxo()
231 return onoff_cancel_or_release(&dev_data->mgr, cli); in api_cancel_or_release_hfxo()
257 rc = onoff_manager_init(&dev_data->mgr, &transitions); in init_hfxo()