Searched +full:column +full:- +full:inversion (Results 1 – 3 of 3) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0+34 #define CMD_FRMCTR2 0xB2 /* Frame Rate Control (In Idle mode/8-colors) */37 #define CMD_DINVCTR 0xB4 /* Display Inversion Control */57 * http://www.ebay.com/itm/Replace-Nokia-5110-LCD-1-44-Red-Serial-128X128-SPI-58 * Color-TFT-LCD-Display-Module-/27142212227170 #define __OFFSET 32 /*see note 2 - this is the red version */72 #define __OFFSET 0 /*see note 2 - this is the black version */77 par->fbtftops.reset(par); in init_display()93 write_reg(par, CMD_DINVCTR, 0x07); /* display inversion */ in init_display()114 switch (par->info->var.rotate) { in set_addr_win()[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/media/video-interface-devices.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jacopo Mondi <jacopo@jmondi.org>11 - Sakari Ailus <sakari.ailus@linux.intel.com>14 flash-leds:15 $ref: /schemas/types.yaml#/definitions/phandle-array17 An array of phandles, each referring to a flash LED, a sub-node of the LED20 lens-focus:[all …]
8 Lock-class9 ----------19 The validator tracks the 'usage state' of lock-classes, and it tracks20 the dependencies between different lock-classes. Lock usage indicates22 dependency can be understood as lock order, where L1 -> L2 suggests that29 A lock-class's behavior is constructed by its instances collectively:30 when the first instance of a lock-class is used after bootup the class33 the class. A lock-class does not go away when a lock instance does, but39 -----41 The validator tracks lock-class usage history and divides the usage into[all …]