Searched refs:clk_requested (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_nrfx.c | 243 atomic_t clk_requested; member 536 if (atomic_cas(&ctx->clk_requested, 1, 0)) { in hfxo_stop() 545 if (atomic_cas(&ctx->clk_requested, 0, 1)) { in hfxo_start()
|
D | usb_dc_smartbond.c | 163 atomic_t clk_requested; member 854 if (atomic_cas(&dev_state.clk_requested, 0, 1)) { in usb_clock_on() 862 if (atomic_cas(&dev_state.clk_requested, 1, 0)) { in usb_clock_off()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_smartbond.c | 117 atomic_t clk_requested; member 1213 if (atomic_cas(&data->clk_requested, 0, 1)) { in usb_clock_on() 1221 if (atomic_cas(&data->clk_requested, 1, 0)) { in usb_clock_off()
|