Searched full:dsi (Results 1 – 25 of 94) sorted by relevance
1234
/Zephyr-latest/dts/bindings/mipi-dsi/ |
D | st,stm32-mipi-dsi.yaml | 7 description: STM32 MIPI DSI host 9 compatible: "st,stm32-mipi-dsi" 11 include: [mipi-dsi-host.yaml, reset-device.yaml] 20 "dsiclk" DSI clock enable. 31 DSI host horizontal synchronization is active high. 36 DSI host vertical synchronization is active high. 41 DSI host data enable is active high. 63 DSI host enable non continuous clock. 69 DSI host dedicated PLL loop division factor. 75 DSI host dedicated PLL input division factor. [all …]
|
D | nxp,imx-mipi-dsi.yaml | 6 description: NXP MCUX MIPI DSI 8 compatible: "nxp,imx-mipi-dsi" 10 include: mipi-dsi-host.yaml 20 DSI in video mode. 43 MIPI DSI pixel packet type send through DPI interface.
|
D | renesas,ra-mipi-dsi.yaml | 4 description: Renesas RA MIPI DSI host 6 compatible: "renesas,ra-mipi-dsi" 8 include: [mipi-dsi-host.yaml]
|
D | nxp,mipi-dsi-2l.yaml | 6 description: NXP MCUX MIPI DSI 2L 8 compatible: "nxp,mipi-dsi-2l" 10 include: mipi-dsi-host.yaml 42 MIPI DSI pixel packet type send through DPI interface.
|
D | mipi-dsi-device.yaml | 4 # Common fields for MIPI-DSI devices 8 on-bus: mipi-dsi
|
D | mipi-dsi-host.yaml | 4 # Common fields for MIPI-DSI hosts 8 bus: mipi-dsi
|
/Zephyr-latest/drivers/mipi_dsi/ |
D | Kconfig.mcux | 5 bool "NXP MCUX MIPI-DSI Host Controller" 9 NXP MIPI DSI controller driver 12 bool "NXP MCUX MIPI-DSI 2L Controller" 16 NXP MIPI DSI 2L controller driver 21 bool "Use smartDMA controller with MIPI DSI" 27 and write it to the MIPI DSI. 33 this Kconfig is enabled, the DSI expects RGB565 data in little endian
|
D | Kconfig | 7 bool "MIPI-DSI Host Controller drivers [EXPERIMENTAL]" 10 Add support for MIPI-DSI host controllers 22 MIPI-DSI Host Controllers initialization priority.
|
D | Kconfig.stm32 | 5 bool "STM32 MIPI-DSI Host Controller" 11 STM32 MIPI DSI controller driver
|
D | Kconfig.renesas_ra | 7 bool "Renesas RA MIPI-DSI Host Controller" 12 Renesas RA MIPI DSI controller driver
|
D | dsi_mcux_2l.c | 60 /* MAX DSI TX payload */ 66 /* Callback for DSI DMA transfer completion, called in ISR context */ 78 /* Disable DSI interrupts at transfer completion */ in dsi_mcux_dma_cb() 86 /* Helper function to transfer DSI color (DMA based implementation) */ 91 * Color streams are a special case for this DSI peripheral, because in dsi_mcux_tx_color() 93 * the transfer of data to the DSI. The SMARTDMA has the additional in dsi_mcux_tx_color() 124 * SMARTDMA uses DSI interrupt line as input for the DMA in dsi_mcux_tx_color() 125 * transfer trigger. Therefore, we need to enable DSI TX in dsi_mcux_tx_color() 145 /* Callback for DSI transfer completion, called in ISR context */ 155 /* Helper function to transfer DSI color (Interrupt based implementation) */ [all …]
|
D | dsi_stm32.c | 151 LOG_ERR("Number of DSI lanes (%d) not supported!", config->data_lanes); in mipi_dsi_stm32_host_init() 184 LOG_WRN("DSI TX escape clock disabled."); in mipi_dsi_stm32_host_init() 189 LOG_ERR("DSI init failed! (%d)", ret); in mipi_dsi_stm32_host_init() 196 LOG_ERR("Set DSI host timeouts failed! (%d)", ret); in mipi_dsi_stm32_host_init() 204 LOG_ERR("Set DSI PHY timings failed! (%d)", ret); in mipi_dsi_stm32_host_init() 211 LOG_ERR("Setup DSI flow control failed! (%d)", ret); in mipi_dsi_stm32_host_init() 218 LOG_ERR("Setup DSI LP RX filter failed! (%d)", ret); in mipi_dsi_stm32_host_init() 225 LOG_ERR("Setup DSI error monitor failed! (%d)", ret); in mipi_dsi_stm32_host_init() 242 LOG_ERR("DSI host supports video mode only!"); in mipi_dsi_stm32_attach() 288 LOG_ERR("Setup DSI video mode failed! (%d)", ret); in mipi_dsi_stm32_attach() [all …]
|
D | dsi_test.c | 8 * This is not a real mipi-dsi driver. It is used to instantiate struct 9 * devices for the "vnd,mipi-dsi" devicetree compatible used in test code.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | mipi_dsi.h | 9 * @brief Public APIs for MIPI-DSI drivers 16 * @brief MIPI-DSI driver APIs 17 * @defgroup mipi_dsi_interface MIPI-DSI driver APIs 33 /** MIPI-DSI display timings. */ 54 * @name MIPI-DSI Device mode flags. 78 /** Device supports non-continuous clock behavior (DSI spec 5.6.1) */ 85 /** MIPI-DSI device. */ 103 /** MIPI-DSI read/write message. */ 121 /** MIPI-DSI host driver API. */ 132 * @brief Attach a new device to the MIPI-DSI bus. [all …]
|
/Zephyr-latest/dts/bindings/test/ |
D | vnd,mipi-dsi.yaml | 7 description: Test MIPI DSI host 9 compatible: "vnd,mipi-dsi" 11 include: [mipi-dsi-host.yaml]
|
/Zephyr-latest/include/zephyr/dt-bindings/mipi_dsi/ |
D | mipi_dsi.h | 11 * @brief MIPI-DSI driver APIs 12 * @defgroup mipi_dsi_interface MIPI-DSI driver APIs 18 * @name MIPI-DSI Pixel formats.
|
/Zephyr-latest/tests/drivers/mipi_dsi/api/ |
D | Kconfig | 7 mainmenu "mipi-dsi API Test" 12 int "MIPI-DSI device channel number"
|
D | testcase.yaml | 7 filter: dt_alias_exists("mipi-dsi")
|
/Zephyr-latest/include/zephyr/drivers/mipi_dsi/ |
D | mipi_dsi_mcux_2l.h | 10 * HW specific flag- indicates to the MIPI DSI 2L peripheral that the 11 * data being sent is framebuffer data, which the DSI peripheral may
|
/Zephyr-latest/dts/bindings/display/ |
D | ilitek,ili9806e.yaml | 6 compatible: "ilitek,ili9806e-dsi" 8 include: [mipi-dsi-device.yaml, display-controller.yaml]
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/ |
D | Kconfig.defconfig | 7 # Enable MIPI DSI, as this display controller requires it. 24 # so it needs to initialize before the display_ili9806e_dsi driver but after the MIPI DSI driver
|
/Zephyr-latest/boards/shields/g1120b0mipi/boards/ |
D | mimxrt595_evk_mimxrt595s_cm33.conf | 1 # Enable DMA, so that DSI MCUX will use SMARTDMA
|
/Zephyr-latest/dts/bindings/gpio/ |
D | st,dsi-lcd-qsh-030.yaml | 5 GPIO pins exposed on QSH-030-01-F-D-A connector used as DSI LCD connector. 40 compatible: "st,dsi-lcd-qsh-030"
|
/Zephyr-latest/include/zephyr/display/ |
D | mipi_display.h | 28 * @name MIPI-DSI DCS (Display Command Set) 98 * @name MIPI-DSI Address mode register fields. 114 * @name MIPI-DSI Processor-to-Peripheral transaction types.
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/st_b_lcd40_dsi1_mb1166_a09/ |
D | stm32h747i_disco_stm32h747xx_m7.conf | 4 # Initialize after LTDC and MIPI-DSI
|
1234