Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_nrf.c83 static struct onoff_manager *hfxo_mgr; variable
766 ret = onoff_request(hfxo_mgr, &hfxo_cli); in udc_nrf_enable()
798 ret = onoff_cancel_or_release(hfxo_mgr, &hfxo_cli); in udc_nrf_disable()
811 hfxo_mgr = z_nrf_clock_control_get_onoff(cfg->clock); in udc_nrf_init()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c242 struct onoff_manager *hfxo_mgr; member
537 return onoff_cancel_or_release(ctx->hfxo_mgr, &ctx->hfxo_cli); in hfxo_stop()
548 return onoff_request(ctx->hfxo_mgr, &ctx->hfxo_cli); in hfxo_start()
1279 ctx->hfxo_mgr = in usb_dc_attach()