Searched refs:driver (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/drivers/ |
A D | imx_lpuart.c | 132 .driver = &imx_lpuart_driver,
|
A D | serial8250_uart.c | 165 .driver = &serial8250_driver,
|
A D | imx_uart.c | 199 .driver = &imx_uart_driver,
|
A D | pl011.c | 229 .driver = &pl011_driver,
|
A D | imx_i2c.c | 50 #error IMX_I2C driver not supported on this platform 200 #error IMX_I2C driver not supported on this platform in i2c_set_bus_speed()
|
/optee_os/core/include/kernel/ |
A D | dt.h | 101 const void *driver; member
|
/optee_os/core/kernel/ |
A D | console.c | 137 sdrv = (const struct serial_driver *)dt_drv->driver; in configure_console_from_dt()
|
/optee_os/ |
A D | CHANGELOG.md | 614 * drivers: add TZC380 driver ([#1578]) 751 * SPI framework and PL022 driver cleanup and improvements 757 * DRA7: add TRNG driver, enable GICv2 driver 785 * The linux driver will set the 'privileged' flag (TEE_GEN_CAP_PRIVILEGED) on 922 * plat-stm: fix RNG driver (non-flat mapping) 993 * Added SPI framework and PL022 driver 995 * GPIO: framework supports multiple instances, PL061 driver now has get/set 1003 of TUI. This includes: a generic framebuffer driver, display and serial 1161 * Generic driver: A new generic TEE driver is in the process of being 1384 * optee.ko, the generic Linux driver. It contains all functionality [all …]
|
A D | MAINTAINERS | 170 Clock driver framework 175 Crypto driver interface
|
/optee_os/core/arch/arm/dts/ |
A D | fsl-lx2160a.dtsi | 535 little-endian; /* force the driver in LE mode */ 546 little-endian; /* force the driver in LE mode */
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | README.md | 236 * A driver programming interface, which makes it possible to use hardware accelerators instead of t…
|
A D | ChangeLog | 32 * Added support for built-in driver keys through the PSA opaque crypto 33 driver interface. Refer to the documentation of 239 * Partial implementation of the PSA crypto driver interface: Mbed TLS can 297 both the old SE interface and the new PSA driver interface, external keys were 599 psa_register_se_driver() must be modified to pass the driver's location
|
Completed in 19 milliseconds