Searched full:xylon (Results  1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/display/ | 
| H A D | xylon,logicvc-display.yaml | 5 $id: http://devicetree.org/schemas/display/xylon,logicvc-display.yaml#8 title: Xylon LogiCVC display controller
 14   The Xylon LogiCVC is a display controller that supports multiple layers.
 32       - xylon,logicvc-3.02.a-display
 33       - xylon,logicvc-4.01.a-display
 67   xylon,display-interface:
 81   xylon,display-colorspace:
 91   xylon,display-depth:
 95   xylon,row-stride:
 99   xylon,dithering:
 [all …]
 
 | 
| /linux/drivers/gpu/drm/logicvc/ | 
| H A D | logicvc_of.c | 40 		.name		= "xylon,display-interface",48 		.name		= "xylon,display-colorspace",
 56 		.name		= "xylon,display-depth",
 60 		.name		= "xylon,row-stride",
 63 		.name		= "xylon,dithering",
 67 		.name		= "xylon,background-layer",
 71 		.name		= "xylon,layers-configurable",
 75 		.name		= "xylon,layers-count",
 78 		.name		= "xylon,layer-depth",
 82 		.name		= "xylon,layer-colorspace",
 [all …]
 
 | 
| H A D | logicvc_drm.c | 54 	.desc				= "Xylon LogiCVC DRM driver",485 	{ .compatible = "xylon,logicvc-3.02.a-display" },
 486 	{ .compatible = "xylon,logicvc-4.01.a-display" },
 504 MODULE_DESCRIPTION("Xylon LogiCVC DRM driver");
 
 | 
| H A D | logicvc_regs.h | 6  * Copyright (C) 2014 Xylon d.o.o.
 | 
| /linux/Documentation/devicetree/bindings/mfd/ | 
| H A D | xylon,logicvc.yaml | 5 $id: http://devicetree.org/schemas/mfd/xylon,logicvc.yaml#8 title: Xylon LogiCVC multi-function device
 22           - xylon,logicvc-3.02.a
 40           - xylon,logicvc-3.02.a
 47     $ref: /schemas/gpio/xylon,logicvc-gpio.yaml#
 50     $ref: /schemas/display/xylon,logicvc-display.yaml#
 61       compatible = "xylon,logicvc-3.02.a", "syscon", "simple-mfd";
 
 | 
| /linux/Documentation/devicetree/bindings/gpio/ | 
| H A D | xylon,logicvc-gpio.yaml | 5 $id: http://devicetree.org/schemas/gpio/xylon,logicvc-gpio.yaml#8 title: Xylon LogiCVC GPIO controller
 32       - xylon,logicvc-3.02.a-gpio
 57       compatible = "xylon,logicvc-3.02.a", "syscon", "simple-mfd";
 64         compatible = "xylon,logicvc-3.02.a-gpio";
 
 | 
| /linux/drivers/gpio/ | 
| H A D | gpio-logicvc.c | 145 		.compatible	= "xylon,logicvc-3.02.a-gpio",163 MODULE_DESCRIPTION("Xylon LogiCVC GPIO driver");
 
 | 
| H A D | Kconfig | 422 	tristate "Xylon LogiCVC GPIO support"425 	  Say yes here to support GPIO functionality of the Xylon LogiCVC
 
 |