Home
last modified time | relevance | path

Searched +full:column +full:- +full:inversion (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/fbtft/
H A Dfb_ili9163.c1 // 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-/271422122271
70 #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 …]
/linux/Documentation/devicetree/bindings/media/
H A Dvideo-interface-devices.yaml1 # 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-array
17 An array of phandles, each referring to a flash LED, a sub-node of the LED
20 lens-focus:
[all …]
/linux/Documentation/locking/
H A Dlockdep-design.rst8 Lock-class
9 ----------
19 The validator tracks the 'usage state' of lock-classes, and it tracks
20 the dependencies between different lock-classes. Lock usage indicates
22 dependency can be understood as lock order, where L1 -> L2 suggests that
29 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 class
33 the class. A lock-class does not go away when a lock instance does, but
39 -----
41 The validator tracks lock-class usage history and divides the usage into
[all …]