Searched refs:configure (Results 1 – 19 of 19) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | interrupt.c | 45 if (!itr_chip_is_valid(chip) || !chip->ops->configure) in itr_chip_init() 136 if (!chip->ops->configure) { in interrupt_configure() 141 chip->ops->configure(chip, itr_num, type, prio); in interrupt_configure() 148 bool configure) in add_configure_handler() argument 166 if (configure) { in add_configure_handler()
|
| /optee_os/core/drivers/gpio/ |
| H A D | gpio.c | 76 if (gpio && gpio->chip->ops->configure) { in gpio_configure() 77 res = gpio->chip->ops->configure(gpio->chip, gpio); in gpio_configure()
|
| /optee_os/core/include/ |
| H A D | spi.h | 30 void (*configure)(struct spi_chip *chip); member
|
| /optee_os/core/arch/arm/plat-hikey/ |
| H A D | spi_test.c | 93 pd.chip.ops->configure(&pd.chip); in spi_test_with_manual_cs_control() 183 pd.chip.ops->configure(&pd.chip); in spi_test_with_registered_cs_cb() 239 pd022.chip.ops->configure(&pd022.chip); in spi_test_with_builtin_cs_control()
|
| /optee_os/core/drivers/ |
| H A D | hfic.c | 89 .configure = hfic_op_configure,
|
| H A D | aplic_msi.c | 121 .configure = aplic_op_configure,
|
| H A D | aplic_direct.c | 143 .configure = aplic_op_configure,
|
| H A D | atmel_saic.c | 134 .configure = saic_configure,
|
| H A D | plic.c | 221 .configure = plic_op_configure,
|
| H A D | imsic.c | 218 .configure = imsic_op_configure,
|
| H A D | ls_dspi.c | 588 .configure = ls_dspi_configure,
|
| H A D | pl022_spi.c | 496 .configure = pl022_configure,
|
| H A D | gic.c | 164 .configure = gic_op_configure,
|
| H A D | stm32_gpio.c | 428 .configure = stm32_gpio_configure,
|
| /optee_os/core/include/drivers/ |
| H A D | gpio.h | 99 TEE_Result (*configure)(struct gpio_chip *chip, struct gpio *gpio); member
|
| /optee_os/core/include/kernel/ |
| H A D | interrupt.h | 79 void (*configure)(struct itr_chip *chip, size_t it, uint32_t type, member
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 137 To configure CMake for building shared libraries, use: 262 - [How do I configure Mbed TLS](https://mbed-tls.readthedocs.io/en/latest/kb/compiling-and-buildi…
|
| H A D | ChangeLog | 1401 setbuf(). If your platform does not have setbuf(), you can configure an 1489 * Add accessors to configure DN hints for certificate request: 1669 * You can configure groups for a TLS key exchange with the new function 2058 CBC record splitting, fallback SCSV, and the ability to configure 2210 * Restore the ability to configure PSA via Mbed TLS options to support RSA 3545 This allows users to configure such an implementation at compile time when 3578 * Add function mbedtls_ssl_set_datagram_packing() to configure 4444 configure the maximum length of a file path that can be buffered when 4449 to configure the minimum number of bytes for entropy sources using the
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 367 If you are using CMake, it can also be used to configure the floating-point
|