Searched refs:hfxo_cli (Results 1 – 3 of 3) sorted by relevance
58 struct onoff_client hfxo_cli; member94 CONTAINER_OF(cli, struct fll16m_dev_data, hfxo_cli); in hfxo_cb()117 sys_notify_init_callback(&dev_data->hfxo_cli.notify, hfxo_cb); in fll16m_work_handler()118 rc = nrf_clock_control_request(hfxo, NULL, &dev_data->hfxo_cli); in fll16m_work_handler()
84 static struct onoff_client hfxo_cli; variable763 sys_notify_init_spinwait(&hfxo_cli.notify); in udc_nrf_enable()764 ret = onoff_request(hfxo_mgr, &hfxo_cli); in udc_nrf_enable()796 ret = onoff_cancel_or_release(hfxo_mgr, &hfxo_cli); in udc_nrf_disable()
241 struct onoff_client hfxo_cli; member537 return onoff_cancel_or_release(ctx->hfxo_mgr, &ctx->hfxo_cli); in hfxo_stop()546 sys_notify_init_spinwait(&ctx->hfxo_cli.notify); in hfxo_start()548 return onoff_request(ctx->hfxo_mgr, &ctx->hfxo_cli); in hfxo_start()