Searched +full:nspire +full:- +full:cx +full:- +full:lcd +full:- +full:panel (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | ti,nspire.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/ti,nspire.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments NSPIRE Display Panels 10 - Linus Walleij <linus.walleij@linaro.org> 13 - $ref: panel-common.yaml# 18 - ti,nspire-cx-lcd-panel 19 - ti,nspire-classic-lcd-panel 23 - compatible [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | nspire-cx.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/arch/arm/boot/nspire-cx.dts 7 /dts-v1/; 9 /include/ "nspire.dtsi" 11 &lcd { 14 remote-endpoint = <&panel_in>; 27 clock-names = "uart_clk", "apb_pclk"; 39 compatible = "lsi,nspire-cx-clock"; 43 compatible = "lsi,nspire-cx-ahb-divider"; 77 model = "TI-NSPIRE CX"; [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-nspire/ |
| D | clcd.c | 2 * linux/arch/arm/mach-nspire/clcd.c 16 #include <linux/dma-mapping.h> 20 .name = "Color LCD", 44 .name = "Grayscale LCD", 67 struct clcd_panel *panel; in nspire_clcd_setup() local 73 BUG_ON(!fb->dev->dev.of_node); in nspire_clcd_setup() 75 err = of_property_read_string(fb->dev->dev.of_node, "lcd-type", &type); in nspire_clcd_setup() 77 pr_err("CLCD: Could not find lcd-type property\n"); in nspire_clcd_setup() 81 if (!strcmp(type, "cx")) { in nspire_clcd_setup() 82 panel = &nspire_cx_lcd_panel; in nspire_clcd_setup() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 42 * @modes: Pointer to array of fixed modes appropriate for this panel. If 52 * @size: Structure containing the physical size of this panel. 53 * @delay: Structure containing various delay values for this panel. 66 * @width: width (in millimeters) of the panel's active display area 67 * @height: height (in millimeters) of the panel's active display area 75 * @prepare: the time (in milliseconds) that it takes for the panel to 79 * @enable: the time (in milliseconds) that it takes for the panel to 82 * @disable: the time (in milliseconds) that it takes for the panel to 84 * @unprepare: the time (in milliseconds) that it takes for the panel [all …]
|