Home
last modified time | relevance | path

Searched +full:proj +full:- +full:enable (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
Dia_css_sdis.host.c1 // 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 …]
/linux-6.12.1/Documentation/devicetree/bindings/input/
Diqs626a.yaml1 # 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 …]
Diqs269a.yaml1 # 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 - $ref: input.yaml#
16 The Azoteq IQS269A is an 8-channel capacitive touch controller that features
17 additional Hall-effect and inductive sensing capabilities.
24 - azoteq,iqs269a
25 - azoteq,iqs269a-00
26 - azoteq,iqs269a-d0
[all …]
Dazoteq,iqs7222.yaml1 # 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 …]
/linux-6.12.1/include/uapi/linux/
Ddqblk_xfs.h1 /* 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 …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
Dia_css_sdis_common_types.h1 /* 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 …]
/linux-6.12.1/drivers/input/misc/
Diqs626a.c1 // 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 …]
Diqs269a.c1 // SPDX-License-Identifier: GPL-2.0+
8 * inductive keys as well as Hall-effect switches, and one for each of the two
225 .name = "event-prox",
231 .name = "event-prox-alt",
238 .name = "event-touch",
244 .name = "event-touch-alt",
251 .name = "event-deep",
257 .name = "event-deep-alt",
339 * Slider 1 is unavailable if the touch-and-hold option is enabled via in iqs269_slider_type()
341 * the touch-and-hold timer ceiling. in iqs269_slider_type()
[all …]
Diqs7222.c1 // 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 …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c1 // SPDX-License-Identifier: GPL-2.0
161 return "yuv420-8-legacy"; in debug_stream_format2str()
163 return "yuv420-8"; in debug_stream_format2str()
165 return "yuv420-10"; in debug_stream_format2str()
167 return "yuv420-16"; in debug_stream_format2str()
169 return "yuv422-8"; in debug_stream_format2str()
171 return "yuv422-10"; in debug_stream_format2str()
173 return "yuv422-16"; in debug_stream_format2str()
201 return "generic-short1"; in debug_stream_format2str()
203 return "generic-short2"; in debug_stream_format2str()
[all …]