Home
last modified time | relevance | path

Searched +full:tp +full:- +full:sensitive +full:- +full:adjust (Results 1 – 25 of 68) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dallwinner,sun4i-a10-ts.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mfd/allwinner,sun4i-a10-ts.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 "#thermal-sensor-cells":
19 - allwinner,sun4i-a10-ts
20 - allwinner,sun5i-a13-ts
21 - allwinner,sun6i-a31-ts
[all …]
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpi-pow.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* mpi-pow.c - MPI functions
11 * to avoid revealing of sensitive data due to paging etc.
18 #include "mpi-internal.h"
39 int rc = -ENOMEM; in mpi_powm()
41 esize = exp->nlimbs; in mpi_powm()
42 msize = mod->nlimbs; in mpi_powm()
44 msign = mod->sign; in mpi_powm()
46 rp = res->d; in mpi_powm()
47 ep = exp->d; in mpi_powm()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dsun4i-ts.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2013 - 2014 Hans de Goede <hdegoede@redhat.com>
12 * The sun4i-ts controller is capable of detecting a second touch, but when a
18 * open / close movement, and then reports emulated multi-touch events around
19 * the last touch coordinate (as the dual-touch coordinates are worthless).
25 * s.a. A20 User Manual "1.15 TP" (Documentation/arm/sunxi.rst)
122 x = readl(ts->base + TP_DATA); in sun4i_ts_irq_handle_input()
123 y = readl(ts->base + TP_DATA); in sun4i_ts_irq_handle_input()
125 if (!ts->ignore_fifo_data) { in sun4i_ts_irq_handle_input()
126 input_report_abs(ts->input, ABS_X, x); in sun4i_ts_irq_handle_input()
[all …]
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_main.c8 * Copyright (C) 1999-2004 Silicon Graphics, Inc. All Rights Reserved.
72 int kdb_initial_cpu = -1; /* cpu number that owns kdb */
143 * mechanisms in the kernel, so we use a very limited allocate-only
194 if ((task_thread_info(p)->flags & _TIF_MCA_INIT) && KDB_TSK(cpu)) in kdb_curr_task()
195 p = krp->p; in kdb_curr_task()
209 * the user on first-time debugger entry.
240 /* De-compose KDB_ENABLE_ALL if required */ in kdb_check_for_lockdown()
273 * kdbgetenv - This function will return the character string value of
304 * kdballocenv - This function is used to allocate bytes for
326 if ((KDB_ENVBUFSIZE - envbufsize) >= bytes) { in kdballocenv()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c1 // SPDX-License-Identifier: GPL-2.0-only
12 * Corey Minyard <wf-rch!minyard@relay.EU.net>
13 * Florian La Roche, <flla@stud.uni-sb.de>
33 * Cacophonix Gaul : draft-minshall-nagle-01
53 void tcp_mstamp_refresh(struct tcp_sock *tp) in tcp_mstamp_refresh() argument
57 tp->tcp_clock_cache = val; in tcp_mstamp_refresh()
58 tp->tcp_mstamp = div_u64(val, NSEC_PER_USEC); in tcp_mstamp_refresh()
68 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent() local
69 unsigned int prior_packets = tp->packets_out; in tcp_event_new_data_sent()
71 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(skb)->end_seq); in tcp_event_new_data_sent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Dphy.c2 * Copyright (c) 2004-2007 Reyk Floeter <reyk@openbsd.org>
3 * Copyright (c) 2006-2009 Nick Kossifidis <mickflemm@gmail.com>
4 * Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com>
5 * Copyright (c) 2008-2009 Felix Fietkau <nbd@openwrt.org>
41 * Here we handle the low-level functions related to baseband
47 * - Channel setting/switching
49 * - Automatic Gain Control (AGC) calibration
51 * - Noise Floor calibration
53 * - I/Q imbalance calibration (QAM correction)
55 * - Calibration due to thermal changes (gain_F)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4 * Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
110 /* Include PCI Device IDs for both PF4 and PF0-3 so our PCI probe() routine is
127 #define FW4_CFNAME "cxgb4/t4-config.txt"
128 #define FW5_CFNAME "cxgb4/t5-config.txt"
129 #define FW6_CFNAME "cxgb4/t6-config.txt"
145 * order MSI-X, MSI, legacy INTx interrupts. This parameter determines which
155 MODULE_PARM_DESC(msi, "whether to use INTx (0), MSI (1) or MSI-X (2)");
159 * offset by 2 bytes in order to have the IP headers line up on 4-byte
[all …]
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_nl.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 Copyright (C) 2001-2008, LINBIT Information Technologies GmbH.
8 Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>.
9 Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
100 int err = -EMSGSIZE; in drbd_msg_put_info()
123 int err = -EMSGSIZE; in drbd_msg_sprintf_info()
140 txt->nla_len = nla_attr_size(len+1); in drbd_msg_sprintf_info()
141 nlmsg_trim(skb, (char*)txt + NLA_ALIGN(txt->nla_len)); in drbd_msg_sprintf_info()
148 * and per-family private info->pointers.
162 struct drbd_genlmsghdr *d_in = info->userhdr; in drbd_adm_prepare()
[all …]
/OK3568_Linux_fs/device/rockchip/common/tools/armhf/
HDgdb ... expression. flex scanner jammed fatal flex scanner internal error--end of buffer missed fatal error - scanner input ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-911 “GNU Lesser General Public License”, the Front-Cover texts being “A GNU
12 Manual”, and with the Back-Cover Texts as in (a) below. A copy of the
16 (a) The FSF’s Back-Cover Text is: “You have the freedom to copy and
19 INFO-DIR-SECTION Software libraries
20 START-INFO-DIR-ENTRY
22 END-INFO-DIR-ENTRY
24 INFO-DIR-SECTION GNU C library functions and macros
25 START-INFO-DIR-ENTRY
311 * O_CREAT: (libc)Open-time Flags.
312 * O_DIRECTORY: (libc)Open-time Flags.
[all …]
H A Dlibc.info-1011 “GNU Lesser General Public License”, the Front-Cover texts being “A GNU
12 Manual”, and with the Back-Cover Texts as in (a) below. A copy of the
16 (a) The FSF’s Back-Cover Text is: “You have the freedom to copy and
19 INFO-DIR-SECTION Software libraries
20 START-INFO-DIR-ENTRY
22 END-INFO-DIR-ENTRY
24 INFO-DIR-SECTION GNU C library functions and macros
25 START-INFO-DIR-ENTRY
311 * O_CREAT: (libc)Open-time Flags.
312 * O_DIRECTORY: (libc)Open-time Flags.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-911 “GNU Lesser General Public License”, the Front-Cover texts being “A GNU
12 Manual”, and with the Back-Cover Texts as in (a) below. A copy of the
16 (a) The FSF’s Back-Cover Text is: “You have the freedom to copy and
19 INFO-DIR-SECTION Software libraries
20 START-INFO-DIR-ENTRY
22 END-INFO-DIR-ENTRY
24 INFO-DIR-SECTION GNU C library functions and macros
25 START-INFO-DIR-ENTRY
311 * O_CREAT: (libc)Open-time Flags.
312 * O_DIRECTORY: (libc)Open-time Flags.
[all …]
H A Dlibc.info-1011 “GNU Lesser General Public License”, the Front-Cover texts being “A GNU
12 Manual”, and with the Back-Cover Texts as in (a) below. A copy of the
16 (a) The FSF’s Back-Cover Text is: “You have the freedom to copy and
19 INFO-DIR-SECTION Software libraries
20 START-INFO-DIR-ENTRY
22 END-INFO-DIR-ENTRY
24 INFO-DIR-SECTION GNU C library functions and macros
25 START-INFO-DIR-ENTRY
311 * O_CREAT: (libc)Open-time Flags.
312 * O_DIRECTORY: (libc)Open-time Flags.
[all …]
/OK3568_Linux_fs/external/libmali/lib/arm-linux-gnueabihf/
HDlibmali-valhall-g610-g6p0-x11-gbm.so ... not a power of 2, using %zu printf-buffer-size-not-power-2 Performance ...
HDlibmali-valhall-g610-g6p0-dummy.so ... not a power of 2, using %zu printf-buffer-size-not-power-2 Performance ...
HDlibmali-valhall-g610-g6p0-wayland-gbm.so ... not a power of 2, using %zu printf-buffer-size-not-power-2 Performance ...
HDlibmali-valhall-g610-g6p0-gbm.so ... not a power of 2, using %zu printf-buffer-size-not-power-2 Performance ...
HDlibmali-bifrost-g31-g2p0-only-cl.so ... not a power of 2, using %zu printf-buffer-size-not-power-2 Performance
HDlibmali-valhall-g610-g6p0-x11-wayland-gbm.so ... not a power of 2, using %zu printf-buffer-size-not-power-2 Performance ...
HDlibmali-valhall-g610-g13p0-x11-wayland-gbm.soa ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ...
HDlibmali-bifrost-g52-g13p0-x11-gbm.soa ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ...
HDlibmali-bifrost-g31-g13p0-only-cl.soa ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ...
HDlibmali-bifrost-g52-g13p0-dummy.soa ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ...
HDlibmali-bifrost-g52-g13p0-wayland-gbm.soa ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ...
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz2 ... ---------------------

123