Searched full:jeida (Results 1 – 25 of 54) sorted by relevance
123
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/ |
| D | lvds.yaml | 19 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 20 1999 (Version 1.0), Japan Electronic Industry Development Association (JEIDA) 32 - jeida-18 33 - jeida-24 40 - "jeida-18" - 18-bit data mapping compatible with the [JEIDA], [LDI] and 51 - "jeida-24" - 24-bit data mapping compatible with the [DSIM] and [LDI]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | lvds.yaml | 19 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 20 1999 (Version 1.0), Japan Electronic Industry Development Association (JEIDA) 43 - jeida-18 44 - jeida-24 51 - "jeida-18" - 18-bit data mapping compatible with the [JEIDA], [LDI] and 62 - "jeida-24" - 24-bit data mapping compatible with the [DSIM] and [LDI]
|
| D | sgd,gktw70sdae4se.yaml | 23 const: jeida-18 47 data-mapping = "jeida-18";
|
| D | mitsubishi,aa121td01.yaml | 26 const: jeida-24 52 data-mapping = "jeida-24";
|
| D | advantech,idk-1110wr.yaml | 23 const: jeida-24 47 data-mapping = "jeida-24";
|
| D | mitsubishi,aa104xd12.yaml | 26 const: jeida-24 53 data-mapping = "jeida-24";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/ |
| D | lvds-codec.yaml | 21 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 22 1999 (Version 1.0), Japan Electronic Industry Development Association (JEIDA) 67 - jeida-18 68 - jeida-24
|
| D | fsl,imx8qxp-ldb.yaml | 20 format and can map the input to VESA or JEIDA standards. The two channels
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | lvds-codec.yaml | 21 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 22 1999 (Version 1.0), Japan Electronic Industry Development Association (JEIDA)
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/ |
| D | sgd,gktw70sdae4se.yaml | 33 const: jeida-18 62 data-mapping = "jeida-18";
|
| D | mitsubishi,aa121td01.yaml | 36 const: jeida-24 67 data-mapping = "jeida-24";
|
| D | advantech,idk-1110wr.yaml | 33 const: jeida-24 62 data-mapping = "jeida-24";
|
| D | mitsubishi,aa104xd12.yaml | 36 const: jeida-24 68 data-mapping = "jeida-24";
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_of.c | 411 * * MEDIA_BUS_FMT_RGB666_1X7X3_SPWG - data-mapping is "jeida-18" 412 * * MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA - data-mapping is "jeida-24" 426 if (!strcmp(mapping, "jeida-18")) in drm_of_lvds_get_data_mapping() 428 if (!strcmp(mapping, "jeida-24")) in drm_of_lvds_get_data_mapping()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/ |
| D | panel-aa104xd12.dtsi | 13 data-mapping = "jeida-18";
|
| D | rzg2-advantech-idk-1110wr-panel.dtsi | 16 data-mapping = "jeida-24";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | r8a77xx-aa104xd12-panel.dtsi | 14 data-mapping = "jeida-18";
|
| D | r8a77xx-aa121td01-panel.dtsi | 14 data-mapping = "jeida-18";
|
| D | imx6q-var-dt6customboard.dts | 79 data-mapping = "jeida-18";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/renesas/ |
| D | r8a77xx-aa121td01-panel.dtsi | 14 data-mapping = "jeida-18";
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/ |
| D | rzg2-advantech-idk-1110wr-panel.dtsi | 16 data-mapping = "jeida-24";
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-lvds.c | 159 if (!strcmp(mapping, "jeida-18")) { in panel_lvds_parse_dt() 161 } else if (!strcmp(mapping, "jeida-24")) { in panel_lvds_parse_dt()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/rockchip/ |
| D | rockchip-lvds.txt | 44 data-mapping = "jeida-24";
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
| D | rockchip_lvds.c | 62 int format; /* vesa or jeida format */ 82 if (strncmp(s, "jeida-18", 8) == 0) in rockchip_lvds_name_to_format() 84 else if (strncmp(s, "jeida-24", 8) == 0) in rockchip_lvds_name_to_format()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
| D | rockchip_lvds.c | 57 int format; /* vesa or jeida format */ 89 if (strncmp(s, "jeida-18", 8) == 0) in rockchip_lvds_name_to_format() 91 else if (strncmp(s, "jeida-24", 8) == 0) in rockchip_lvds_name_to_format()
|
123