Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 88) sorted by relevance

1234

/SCP-firmware-master/framework/src/
A Dfwk_interrupt.c20 static bool initialized; variable
73 initialized = true; in fwk_interrupt_init()
80 if (!initialized) { in fwk_interrupt_is_enabled()
93 if (!initialized) { in fwk_interrupt_enable()
102 if (!initialized) { in fwk_interrupt_disable()
111 if (!initialized) { in fwk_interrupt_is_pending()
124 if (!initialized) { in fwk_interrupt_set_pending()
133 if (!initialized) { in fwk_interrupt_clear_pending()
142 if (!initialized) { in fwk_interrupt_set_isr()
161 if (!initialized) { in fwk_interrupt_set_isr_param()
[all …]
/SCP-firmware-master/module/stdio/src/
A Dmod_stdio.c23 bool initialized; member
27 .initialized = false,
39 mod_stdio_ctx.initialized = true; in mod_stdio_init_ctx()
49 if (!mod_stdio_ctx.initialized) in mod_stdio_init()
75 if (!mod_stdio_ctx.initialized) { in mod_stdio_open()
/SCP-firmware-master/module/ssc/src/
A Dmod_ssc.c20 static bool initialized; variable
26 if (!initialized) in get_driver_data()
73 initialized = true; in ssc_init()
/SCP-firmware-master/product/synquacer/module/f_uart3/src/
A Dmod_f_uart3.c27 bool initialized; /* Whether the context has been initialized */ member
31 .initialized = false,
73 fwk_assert(!mod_f_uart3_ctx.initialized); in mod_f_uart3_init_ctx()
89 mod_f_uart3_ctx.initialized = true; in mod_f_uart3_init_ctx()
168 if (mod_f_uart3_ctx.initialized) in mod_f_uart3_init()
191 if (!mod_f_uart3_ctx.initialized) { in mod_f_uart3_io_open()
/SCP-firmware-master/module/sid/src/
A Dmod_sid.c22 static bool initialized; variable
28 if (initialized) { in mod_sid_get_system_info()
39 if (!initialized) in get_driver_data()
133 initialized = true; in sid_subsystem_init()
/SCP-firmware-master/product/rcar/module/rcar_scif/src/
A Dmod_rcar_scif.c31 bool initialized; /* Whether the context has been initialized */ member
35 .initialized = false,
44 fwk_assert(!mod_rcar_scif_ctx.initialized); in mod_rcar_scif_init_ctx()
60 mod_rcar_scif_ctx.initialized = true; in mod_rcar_scif_init_ctx()
173 if (mod_rcar_scif_ctx.initialized) in mod_rcar_scif_init()
204 if (!mod_rcar_scif_ctx.initialized) { in mod_rcar_scif_io_open()
/SCP-firmware-master/framework/include/internal/
A Dfwk_context.h22 bool initialized; member
/SCP-firmware-master/module/cmn_booker/include/internal/
A Dcmn_booker_ctx.h46 bool initialized; member
/SCP-firmware-master/module/cmn700/include/internal/
A Dcmn700_ctx.h86 bool initialized; member
/SCP-firmware-master/module/cmn650/include/internal/
A Dcmn650_ctx.h87 bool initialized; member
/SCP-firmware-master/module/system_pll/src/
A Dmod_system_pll.c23 bool initialized; member
230 if (ctx->initialized) { in system_pll_power_state_change()
235 ctx->initialized = true; in system_pll_power_state_change()
300 ctx->initialized = true; in system_pll_element_init()
/SCP-firmware-master/product/synquacer/module/synquacer_pik_clock/src/
A Dmod_synquacer_pik_clock.c98 bool initialized; member
358 if (!ctx->initialized) in pik_clock_set_rate()
419 if (!ctx->initialized) in pik_clock_set_state()
505 if (ctx->initialized) in pik_clock_power_state_change()
512 ctx->initialized = true; in pik_clock_power_state_change()
611 if (!ctx->initialized) in pik_clock_direct_power_state_change()
613 ctx->initialized = true; in pik_clock_direct_power_state_change()
692 ctx->initialized = true; in pik_clock_element_init()
/SCP-firmware-master/module/pik_clock/src/
A Dmod_pik_clock.c101 bool initialized; member
346 if (!ctx->initialized) in pik_clock_set_rate()
407 if (!ctx->initialized) in pik_clock_set_state()
495 if (ctx->initialized) in pik_clock_power_state_change()
502 ctx->initialized = true; in pik_clock_power_state_change()
594 if (!ctx->initialized) in pik_clock_direct_power_state_change()
596 ctx->initialized = true; in pik_clock_direct_power_state_change()
669 ctx->initialized = true; in pik_clock_element_init()
/SCP-firmware-master/module/cmn600/include/internal/
A Dcmn600_ctx.h98 bool initialized; member
/SCP-firmware-master/module/cmn_skeena/include/internal/
A Dcmn_skeena_ctx.h98 bool initialized; member
/SCP-firmware-master/product/morello/module/morello_pll/src/
A Dmod_morello_pll.c38 bool initialized; member
278 if (ctx->initialized) { in morello_pll_power_state_change()
283 ctx->initialized = true; in morello_pll_power_state_change()
367 ctx->initialized = true; in morello_pll_element_init()
/SCP-firmware-master/product/n1sdp/module/n1sdp_pll/src/
A Dmod_n1sdp_pll.c38 bool initialized; member
258 if (ctx->initialized) { in n1sdp_pll_power_state_change()
263 ctx->initialized = true; in n1sdp_pll_power_state_change()
342 ctx->initialized = true; in n1sdp_pll_element_init()
/SCP-firmware-master/module/pl011/src/
A Dmod_pl011.c49 bool initialized; /* Whether the context has been initialized */ member
53 .initialized = false,
60 fwk_assert(!pl011_ctx.initialized); in mod_pl011_init_ctx()
94 pl011_ctx.initialized = true; in mod_pl011_init_ctx()
220 if (pl011_ctx.initialized) { in mod_pl011_init()
570 if (!pl011_ctx.initialized) { in mod_pl011_io_open()
/SCP-firmware-master/product/rcar/module/rcar_mstp_clock/include/
A Dmod_rcar_mstp_clock.h51 bool initialized; member
/SCP-firmware-master/product/rdn2/mcp_romfw/
A DFirmware.cmake29 # modules are initialized, bound, started during the pre-runtime phase.
/SCP-firmware-master/product/rdv1/mcp_romfw/
A DFirmware.cmake23 # modules are initialized, bound, started during the pre-runtime phase.
/SCP-firmware-master/product/rdv1mc/mcp_romfw/
A DFirmware.cmake27 # modules are initialized, bound, started during the pre-runtime phase.
/SCP-firmware-master/product/sgi575/mcp_romfw/
A DFirmware.cmake24 # modules are initialized, bound, started during the pre-runtime phase.
/SCP-firmware-master/product/rdn1e1/mcp_romfw/
A DFirmware.cmake27 # modules are initialized, bound, started during the pre-runtime phase.
/SCP-firmware-master/product/n1sdp/scp_romfw/
A DFirmware.cmake30 # modules are initialized, bound, started during the pre-runtime phase.

Completed in 25 milliseconds

1234