Searched refs:callback (Results 1 – 14 of 14) sorted by relevance
/arm-trusted-firmware-2.8.0/include/lib/fconf/ |
A D | fconf.h | 22 #define FCONF_REGISTER_POPULATOR(config, name, callback) \ argument 27 .populate = (callback) \
|
/arm-trusted-firmware-2.8.0/include/drivers/nxp/crypto/caam/ |
A D | sec_jr_driver.h | 67 user_callback callback; member
|
/arm-trusted-firmware-2.8.0/drivers/nxp/crypto/caam/src/ |
A D | rng.c | 104 jobdesc->callback = rng_done; in instantiate_rng() 137 jobdesc->callback = rng_done; in hw_rng_generate()
|
A D | hw_key_blob.c | 59 jobdesc->callback = blob_done; in get_hw_unq_key_blob_hw()
|
/arm-trusted-firmware-2.8.0/plat/st/common/include/ |
A D | usb_dfu.h | 70 const struct usb_dfu_media *callback; member
|
/arm-trusted-firmware-2.8.0/plat/st/common/ |
A D | usb_dfu.c | 239 ret = hdfu->callback->download(hdfu->alt_setting, &data_ptr, in usb_dfu_download() 258 ret = hdfu->callback->manifestation(hdfu->alt_setting, pdev->user_data); in usb_dfu_download() 297 ret = hdfu->callback->upload(hdfu->alt_setting, &data_ptr, &length, pdev->user_data); in usb_dfu_upload() 519 hdfu->callback = pmedia; in usb_dfu_loop()
|
/arm-trusted-firmware-2.8.0/include/common/ |
A D | fdt_wrappers.h | 45 int (*callback)(const void *dtb, int node, uintptr_t mpidr));
|
/arm-trusted-firmware-2.8.0/drivers/nxp/crypto/caam/src/auth/ |
A D | hash.c | 121 jobdesc.callback = hash_done; in hash_final()
|
A D | rsa.c | 45 jobdesc.callback = rsa_done; in rsa_public_verif_sec()
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | psci-lib-integration-guide.rst | 233 As explained in `Secure payload power management callback`_, 437 PSCI API associated with that callback will not be supported by PSCI 440 Secure payload power management callback 471 A brief description of each callback is given below: 482 The ``svc_suspend`` callback is called during power down bu either 496 This callback is called in response to PSCI_MIGRATE_INFO_TYPE or 497 PSCI_MIGRATE_INFO_UP_CPU APIs. The return value of this callback must 506 This callback is only relevant if the secure payload in EL3 Runtime 509 (second argument). This callback is called in response to PSCI_MIGRATE 510 API. This callback is never called if the secure payload is a
|
/arm-trusted-firmware-2.8.0/common/ |
A D | fdt_wrappers.c | 587 int (*callback)(const void *dtb, int node, uintptr_t mpidr)) in fdtw_for_each_cpu() 613 ret = callback(dtb, node, mpidr); in fdtw_for_each_cpu()
|
/arm-trusted-firmware-2.8.0/docs/components/fconf/ |
A D | index.rst | 59 Hence the ``populate()`` callback must be registered to the (|FCONF|) framework
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | firmware-design.rst | 946 Once validated, the service ``init()`` callback is invoked. This function carries 989 The service's ``handle()`` callback is provided with five of the SMC parameters
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 4182 - hisilicon: hikey960: Enable system power off callback
|
Completed in 27 milliseconds