Searched +full:all +full:- +full:cols +full:- +full:on +full:- +full:delay +full:- +full:us (Results 1 – 7 of 7) sorted by relevance
| /linux/include/sound/ |
| H A D | sdca_function.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 4 * https://www.mipi.org/mipi-sdca-v1-0-download 20 #define SDCA_NO_INTERRUPT -1 23 * The addressing space for SDCA relies on 7 bits for Entities, so a 29 * Sanity check on number of initialization writes, can be expanded if needed. 34 * The Cluster IDs are 16-bit, so a maximum of 65535 Clusters per 41 * Sanity check on number of channels per Cluster, can be expanded if needed. 46 * Sanity check on number of PDE delays, can be expanded if needed. 51 * Sanity check on size of affected controls data, can be expanded if needed. 56 * enum sdca_function_type - SDCA Function Type codes [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | elants_i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * This code is partly based on hid-multitouch.c: 10 * Copyright (c) 2010-2012 Stephane Chatty <chatty@enac.fr> 11 * Copyright (c) 2010-2012 Benjamin Tissoires <benjamin.tissoires@gmail.com> 12 * Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France 14 * This code is partly based on i2c-hid.c: 30 #include <linux/delay.h> 49 #define ELAN_TS_RESOLUTION(n, m) (((n) - 1) * (m)) 89 /* Header (4 bytes) plus 3 full 10-finger packets */ 150 /* struct elants_data - represents state of Elan touchscreen device */ [all …]
|
| /linux/drivers/edac/ |
| H A D | sb_edac.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* Intel Sandy Bridge -EN/-EP/-EX Memory Controller kernel module 4 * This driver supports the memory controllers found on the Intel 16 #include <linux/delay.h> 24 #include <asm/intel-family.h> 70 0x60, 0x68, 0x70, 0x78, 0x80, /* 0-4 */ 71 0x88, 0x90, 0x98, 0xa0, 0xa8, /* 5-9 */ 72 0xb0, 0xb8, 0xc0, 0xc8, 0xd0, /* 10-14 */ 73 0xd8, 0xe0, 0xe8, 0xf0, 0xf8, /* 15-19 */ 74 0x100, 0x108, 0x110, 0x118, /* 20-23 */ [all …]
|
| H A D | i7core_edac.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * This driver supports the memory controllers found on the Intel 6 * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield 7 * and Westmere-EP. 9 * Copyright (c) 2009-2010 by: 16 * Based on the following public Intel datasheets: 23 * http://www.arrownac.com/manufacturers/intel/s/nehalem/5500-datasheet-v2.pdf 31 #include <linux/delay.h> 51 * This is used for Nehalem-EP and Nehalem-EX devices, where the non-core 91 * OFFSETS for Device 3 Function 4, as indicated on Xeon 5500 datasheet: [all …]
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_main.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2003 - 2009 NetXen, Inc. 4 * Copyright (C) 2009 - QLogic Corporation. 5 * All rights reserved. 15 #include <linux/dma-mapping.h> 33 /* Default to restricted 1G auto-neg mode */ 55 work_func_t func, int delay); 105 NXWRIO(adapter, tx_ring->crb_cmd_producer, tx_ring->producer); in netxen_nic_update_cmd_producer() 117 NXWRIO(adapter, tx_ring->crb_cmd_consumer, tx_ring->sw_consumer); in netxen_nic_update_cmd_consumer() 131 struct netxen_adapter *adapter = sds_ring->adapter; in netxen_nic_disable_int() [all …]
|
| /linux/drivers/auxdisplay/ |
| H A D | panel.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright (C) 2000-2008, Willy Tarreau <w@1wt.eu> 5 * Copyright (C) 2016-2017 Glider bvba 10 * The LCD module may either be an HD44780-like 8-bit parallel LCD, or a 1-bit 15 * data output pins or to the ground. The combinations have to be hard-coded 18 * Several profiles are provided for commonly found LCD+keypad modules on the 22 * - the initialization/deinitialization process is very dirty and should 26 * - document 24 keys keyboard (3 rows of 8 cols, 32 diodes + 2 inputs) 27 * - make the LCD a part of a virtual screen of Vx*Vy 28 * - make the inputs list smp-safe [all …]
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 2 # SPDX-License-Identifier: GPL-2.0-only 21 # https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overview.html 23 # git@github.com:intel/pm-graph 51 # ----------------- LIBRARIES -------------------- 74 print('[%09.3f] %s' % (time.time()-mystarttime, msg)) 82 # ----------------- CLASSES -------------------- 86 # A global, single-instance container used to 108 cgtest = -1 111 multitest = {'run': False, 'count': 1000000, 'delay': 0} 183 tmstart = 'SUSPEND START %Y%m%d-%H:%M:%S.%f' [all …]
|