Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 21 of 21) sorted by relevance

/SCP-firmware-master/product/rcar/module/rcar_pmic/src/
A Dmod_rcar_pmic_event.c79 handler_t handler; in __mod_rcar_pmic_process_event() local
91 handler = handlers[event_idx]; in __mod_rcar_pmic_process_event()
92 if (handler == NULL) in __mod_rcar_pmic_process_event()
96 return handler(event, response); in __mod_rcar_pmic_process_event()
/SCP-firmware-master/product/rdv1/module/platform_system/src/
A Dmod_platform_system.c64 void (*handler)(void); member
163 [0] = { .interrupt = PPU_CORES0_IRQ, .handler = ppu_cores_isr_0 },
164 [1] = { .interrupt = PPU_CORES1_IRQ, .handler = ppu_cores_isr_1 },
165 [2] = { .interrupt = PPU_CORES2_IRQ, .handler = ppu_cores_isr_2 },
166 [3] = { .interrupt = PPU_CORES3_IRQ, .handler = ppu_cores_isr_3 },
167 [4] = { .interrupt = PPU_CLUSTERS_IRQ, .handler = ppu_clusters_isr },
201 status = fwk_interrupt_set_isr(isr->interrupt, isr->handler); in platform_system_mod_init()
/SCP-firmware-master/product/sgi575/module/sgi575_system/src/
A Dmod_sgi575_system.c65 void (*handler)(void); member
158 .handler = ppu_cores_isr_0 },
160 .handler = ppu_cores_isr_1 },
162 .handler = ppu_cores_isr_2 },
164 .handler = ppu_cores_isr_3 },
166 .handler = ppu_clusters_isr },
199 status = fwk_interrupt_set_isr(isr->interrupt, isr->handler); in sgi575_system_mod_init()
/SCP-firmware-master/product/rdv1mc/module/platform_system/src/
A Dmod_platform_system.c67 void (*handler)(void); member
166 [0] = { .interrupt = PPU_CORES0_IRQ, .handler = ppu_cores_isr_0 },
167 [1] = { .interrupt = PPU_CORES1_IRQ, .handler = ppu_cores_isr_1 },
168 [2] = { .interrupt = PPU_CORES2_IRQ, .handler = ppu_cores_isr_2 },
169 [3] = { .interrupt = PPU_CORES3_IRQ, .handler = ppu_cores_isr_3 },
170 [4] = { .interrupt = PPU_CLUSTERS_IRQ, .handler = ppu_clusters_isr },
204 status = fwk_interrupt_set_isr(isr->interrupt, isr->handler); in platform_system_mod_init()
/SCP-firmware-master/product/rdn1e1/module/rdn1e1_system/src/
A Dmod_rdn1e1_system.c73 void (*handler)(void); member
169 .handler = ppu_cores_isr_0 },
171 .handler = ppu_cores_isr_1 },
173 .handler = ppu_cores_isr_2 },
175 .handler = ppu_cores_isr_3 },
177 .handler = ppu_clusters_isr },
210 status = fwk_interrupt_set_isr(isr->interrupt, isr->handler); in rdn1e1_system_mod_init()
/SCP-firmware-master/product/rdn2/module/platform_system/src/
A Dmod_platform_system.c79 void (*handler)(void); member
295 [0] = { .interrupt = PPU_CORES0_IRQ, .handler = ppu_cores_isr_0 },
296 [1] = { .interrupt = PPU_CORES1_IRQ, .handler = ppu_cores_isr_1 },
297 [2] = { .interrupt = PPU_CORES2_IRQ, .handler = ppu_cores_isr_2 },
298 [3] = { .interrupt = PPU_CORES3_IRQ, .handler = ppu_cores_isr_3 },
299 [4] = { .interrupt = PPU_CLUSTERS_IRQ, .handler = ppu_clusters_isr },
349 status = fwk_interrupt_set_isr(isr->interrupt, isr->handler); in platform_system_mod_init()
/SCP-firmware-master/module/scmi_perf/
A DCMakeLists.txt19 "ERROR: Plugin-handler requires SCMI-perf FastChannels")
/SCP-firmware-master/debugger/include/
A Dcli.h121 int32_t (*handler)(int32_t argc, char **argv); member
/SCP-firmware-master/product/morello/module/morello_system/src/
A Dmod_morello_system.c134 void (*handler)(void); member
182 [0] = { .interrupt = PPU_CORES0_IRQ, .handler = ppu_cores_isr },
183 [1] = { .interrupt = PPU_CLUSTERS_IRQ, .handler = ppu_clusters_isr },
475 status = fwk_interrupt_set_isr(isr->interrupt, isr->handler); in morello_system_mod_init()
/SCP-firmware-master/product/n1sdp/module/n1sdp_system/src/
A Dmod_n1sdp_system.c140 void (*handler)(void); member
190 .handler = ppu_cores_isr },
192 .handler = ppu_clusters_isr },
476 status = fwk_interrupt_set_isr(isr->interrupt, isr->handler); in n1sdp_system_mod_init()
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md50 handler calls each of the plugins with the information regarding the performance
54 Once all the plugins have been called, the plugins handler will provide SCMI
65 | handler +<---+ | |
113 the plugins handler.
145 NOTE: The plugins handler can handle the domain aggregation without the plugins.
210 - A platform wishing to use the plugins handler, needs to have FastChannels
215 configuration )is the order in which they will be called by the plugins handler.
/SCP-firmware-master/product/tc0/module/tc0_system/src/
A Dmod_tc0_system.c57 void (*handler)(void); member
/SCP-firmware-master/product/tc1/module/tc1_system/src/
A Dmod_tc1_system.c57 void (*handler)(void); member
/SCP-firmware-master/product/tc2/module/tc2_system/src/
A Dmod_tc2_system.c57 void (*handler)(void); member
/SCP-firmware-master/
A Dchange_log.md153 - tc0: Add cmake support for plugins handler
205 - scmi_perf: Add performance plugins handler extension
268 - synquacer: Add shutdown handler in ppu_v0_synquacer module
388 - SCMI: Clock Protocol policy handler
389 - SCMI: Performance Protocol policy handler
390 - SCMI: Power Domain Protocol policy handler
391 - SCMI: System Power Protocol policy handler
392 - SCMI: Reset Domain Protocol policy handler
499 arm7-m: Add support for custom default exception handler
/SCP-firmware-master/product/rcar/module/rcar_system_power/src/
A Dmod_rcar_system_power.c58 void (*handler)(void); member
/SCP-firmware-master/debugger/src/cli/
A Dcli.c1268 if ((args[index] != 0 || cc->cmd.handler == 0) && in cli_command_dispatch()
1288 if (cc->cmd.handler != 0) in cli_command_dispatch()
1289 return cc->cmd.handler(num_args, args); in cli_command_dispatch()
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md69 Thermal Management is taking advantage of the plugin-handler extension to get a
110 - performance plugin handler enabled (BS_FIRMWARE_HAS_PERF_PLUGIN_HANDLER)
/SCP-firmware-master/module/dvfs/doc/
A Dmodule_dvfs_architecture.md92 event_set_frequency received by the DVFS event handler,
/SCP-firmware-master/module/clock/doc/
A Dclock_management_framework.md36 - Event: A clocks event handler for any operation may initiate a clock
/SCP-firmware-master/doc/
A Dcmake_readme.md100 - `SCP_ENABLE_PLUGIN_HANDLER`: Enable the Performance Plugin handler extension.

Completed in 42 milliseconds