Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 14 of 14) sorted by relevance

/arm-trusted-firmware-2.8.0/include/lib/fconf/
A Dfconf.h22 #define FCONF_REGISTER_POPULATOR(config, name, callback) \ argument
27 .populate = (callback) \
/arm-trusted-firmware-2.8.0/include/drivers/nxp/crypto/caam/
A Dsec_jr_driver.h67 user_callback callback; member
/arm-trusted-firmware-2.8.0/drivers/nxp/crypto/caam/src/
A Drng.c104 jobdesc->callback = rng_done; in instantiate_rng()
137 jobdesc->callback = rng_done; in hw_rng_generate()
A Dhw_key_blob.c59 jobdesc->callback = blob_done; in get_hw_unq_key_blob_hw()
/arm-trusted-firmware-2.8.0/plat/st/common/include/
A Dusb_dfu.h70 const struct usb_dfu_media *callback; member
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dusb_dfu.c239 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 Dfdt_wrappers.h45 int (*callback)(const void *dtb, int node, uintptr_t mpidr));
/arm-trusted-firmware-2.8.0/drivers/nxp/crypto/caam/src/auth/
A Dhash.c121 jobdesc.callback = hash_done; in hash_final()
A Drsa.c45 jobdesc.callback = rsa_done; in rsa_public_verif_sec()
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dpsci-lib-integration-guide.rst233 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 Dfdt_wrappers.c587 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 Dindex.rst59 Hence the ``populate()`` callback must be registered to the (|FCONF|) framework
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst946 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 Dchange-log.md4182 - hisilicon: hikey960: Enable system power off callback

Completed in 35 milliseconds