/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
H A D | ia_css_sdis.host.c | 1 // SPDX-License-Identifier: GPL-2.0 45 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis_horicoef_vmem_encode() 46 from->grid.bqs_per_grid_cell; in ia_css_sdis_horicoef_vmem_encode() 47 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis_horicoef_vmem_encode() 48 int padding = aligned_width - width; in ia_css_sdis_horicoef_vmem_encode() 52 short *public = from->hor_coefs; in ia_css_sdis_horicoef_vmem_encode() 72 unsigned int aligned_height = from->grid.aligned_height * in ia_css_sdis_vertcoef_vmem_encode() 73 from->grid.bqs_per_grid_cell; in ia_css_sdis_vertcoef_vmem_encode() 74 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis_vertcoef_vmem_encode() 75 int padding = aligned_height - height; in ia_css_sdis_vertcoef_vmem_encode() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/ |
H A D | libspatialite_5.1.0.bb | 2 HOMEPAGE = "https://www.gaia-gis.it/fossil/libspatialite/" 4 DEPENDS = "proj geos sqlite3 libxml2 zlib" 6 LICENSE = "MPL-1.1 & GPL-2.0-or-later & LGPL-2.1-or-later" 9 SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz \ 12 file://0001-wfs-Cover-xmlNanoHTTPCleanup-with-LIBXML_HTTP_ENABLE.patch \ 16 inherit autotools-brokensep pkgconfig 18 EXTRA_OECONF = "--enable-freexl=no --disable-rttopo --disable-minizip" 21 PACKAGES += "${PN}-plugin" 22 INSANE_SKIP:${PN}-plugin = "dev-so" 23 FILES:${PN}-plugin += "${libdir}/mod_*"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pax-utils/ |
H A D | pax-utils_1.3.3.bb | 1 SUMMARY = "Security-focused ELF files checking tool" 5 along with PaX, such as non-PIC code or executable stack and heap." 6 HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" 7 LICENSE = "GPL-2.0-or-later" 10 SRC_URI = "https://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz" 31 PACKAGECONFIG[libcap] = "--with-caps, --without-caps, libcap" 32 PACKAGECONFIG[libseccomp] = "--with-seccomp, --without-seccomp, libseccomp" 33 PACKAGECONFIG[pyelftools] = "--with-python, --without-python,, pyelftools" 35 EXTRA_OECONF += "--enable-largefile"
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 28 "#address-cells": 31 "#size-cells": 34 azoteq,hall-enable: 37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes [all …]
|
H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 21 - azoteq,iqs7222a 22 - azoteq,iqs7222b 23 - azoteq,iqs7222c 24 - azoteq,iqs7222d 29 irq-gpios: 32 Specifies the GPIO connected to the device's active-low RDY output. [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | dqblk_xfs.h | 1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ 3 * Copyright (c) 1995-2001,2004 Silicon Graphics, Inc. All Rights Reserved. 16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM). 35 #define Q_XQUOTAON XQM_CMD(1) /* enable accounting/enforcement */ 48 * This contains the current quota information regarding a user/proj/group. 49 * It is 64-bit aligned, and all the blk units are in BBs (Basic Blocks) of 55 __s8 d_flags; /* FS_{USER,PROJ,GROUP}_QUOTA */ 73 __s8 d_padding2; /* padding2 - for future use */ 79 __s16 d_padding3; /* padding3 - for future use */ [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
H A D | ia_css_sdis_common_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 20 * CSS-API header file for DVS statistics parameters. 41 } grid, coef, proj; member 47 * ISP block: SDVS1 (DIS/DVS Support for DIS/DVS ver.1 (2-axes)) 48 * SDVS2 (DVS Support for DVS ver.2 (6-axes)) 79 u32 enable; /** DVS statistics enabled. member 118 /** DVS statistics global configuration - kappa */ 120 /** DVS statistics global configuration - match_shift */ 122 /** DVS statistics global configuration - y binning mode */ 147 unsigned char enable; member [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A D | iqs626a.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * inductive keys as well as Hall-effect switches, and one for a trackpad that 227 .name = "event-prox", 233 .name = "event-prox-alt", 240 .name = "event-touch", 246 .name = "event-touch-alt", 253 .name = "event-deep", 259 .name = "event-deep-alt", 367 .name = "ulp-0", 378 .name = "trackpad-3x2", [all …]
|
H A D | iqs269a.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * inductive keys as well as Hall-effect switches, and one for each of the two 193 .name = "event-prox", 199 .name = "event-prox-alt", 206 .name = "event-touch", 212 .name = "event-touch-alt", 219 .name = "event-deep", 225 .name = "event-deep-alt", 301 struct iqs269_ch_reg *ch_reg = iqs269->sys_reg.ch_reg; in iqs269_ati_mode_set() 305 return -EINVAL; in iqs269_ati_mode_set() [all …]
|
H A D | iqs7222.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 116 [IQS7222_REG_GRP_CYCLE] = "cycle-%d", 117 [IQS7222_REG_GRP_CHAN] = "channel-%d", 118 [IQS7222_REG_GRP_SLDR] = "slider-%d", 120 [IQS7222_REG_GRP_GPIO] = "gpio-%d", 144 u16 enable; member 150 .name = "event-prox", 151 .enable = IQS7222_EVENT_MASK_PROX, 155 .name = "event-touch", 156 .enable = IQS7222_EVENT_MASK_TOUCH, [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
H A D | ia_css_debug.c | 1 // SPDX-License-Identifier: GPL-2.0 189 fw->info.sp.threads_stack, in debug_dump_sp_stack_info() 190 fw->info.sp.threads_stack_size); in debug_dump_sp_stack_info() 192 HIVE_ADDR_sp_threads_stack = fw->info.sp.threads_stack; in debug_dump_sp_stack_info() 193 HIVE_ADDR_sp_threads_stack_size = fw->info.sp.threads_stack_size; in debug_dump_sp_stack_info() 195 if (fw->info.sp.threads_stack == 0 || in debug_dump_sp_stack_info() 196 fw->info.sp.threads_stack_size == 0) in debug_dump_sp_stack_info() 239 return "yuv420-8-legacy"; in debug_stream_format2str() 241 return "yuv420-8"; in debug_stream_format2str() 243 return "yuv420-10"; in debug_stream_format2str() [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-01-24 03:00:36.558-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-01-24 03:00:36.684-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-01-23 03:00:35.620-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-01-23 03:00:35.747-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |