Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/
Dsun4i-gpadc.txt2 ------------------------------------------
7 - compatible: "allwinner,sun8i-a33-ths",
8 - reg: mmio address range of the chip,
9 - #thermal-sensor-cells: shall be 0,
10 - #io-channel-cells: shall be 0,
14 compatible = "allwinner,sun8i-a33-ths";
16 #thermal-sensor-cells = <0>;
17 #io-channel-cells = <0>;
23 --------------------------------------
26 - compatible: "allwinner,sun4i-a10-ts", "allwinner,sun5i-a13-ts" or
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
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 …]
/kernel/linux/linux-5.10/lib/mpi/
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 …]
/kernel/linux/linux-4.19/lib/mpi/
Dmpi-pow.c1 /* mpi-pow.c - MPI functions
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
24 * to avoid revealing of sensitive data due to paging etc.
31 #include "mpi-internal.h"
52 int rc = -ENOMEM; in mpi_powm()
54 esize = exp->nlimbs; in mpi_powm()
55 msize = mod->nlimbs; in mpi_powm()
57 msign = mod->sign; in mpi_powm()
59 rp = res->d; in mpi_powm()
60 ep = exp->d; in mpi_powm()
[all …]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
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 …]
/kernel/linux/linux-4.19/drivers/input/touchscreen/
Dsun4i-ts.c4 * Copyright (C) 2013 - 2014 Hans de Goede <hdegoede@redhat.com>
21 * The sun4i-ts controller is capable of detecting a second touch, but when a
27 * open / close movement, and then reports emulated multi-touch events around
28 * the last touch coordinate (as the dual-touch coordinates are worthless).
34 * s.a. A20 User Manual "1.15 TP" (Documentation/arm/sunxi/README)
131 x = readl(ts->base + TP_DATA); in sun4i_ts_irq_handle_input()
132 y = readl(ts->base + TP_DATA); in sun4i_ts_irq_handle_input()
134 if (!ts->ignore_fifo_data) { in sun4i_ts_irq_handle_input()
135 input_report_abs(ts->input, ABS_X, x); in sun4i_ts_irq_handle_input()
136 input_report_abs(ts->input, ABS_Y, y); in sun4i_ts_irq_handle_input()
[all …]
/kernel/linux/linux-5.10/kernel/debug/kdb/
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 …]
/kernel/linux/linux-4.19/net/ipv4/
Dtcp_output.c11 * Corey Minyard <wf-rch!minyard@relay.EU.net>
12 * Florian La Roche, <flla@stud.uni-sb.de>
32 * Cacophonix Gaul : draft-minshall-nagle-01
55 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent() local
56 unsigned int prior_packets = tp->packets_out; in tcp_event_new_data_sent()
58 tp->snd_nxt = TCP_SKB_CB(skb)->end_seq; in tcp_event_new_data_sent()
60 __skb_unlink(skb, &sk->sk_write_queue); in tcp_event_new_data_sent()
61 tcp_rbtree_insert(&sk->tcp_rtx_queue, skb); in tcp_event_new_data_sent()
63 if (tp->highest_sack == NULL) in tcp_event_new_data_sent()
64 tp->highest_sack = skb; in tcp_event_new_data_sent()
[all …]
/kernel/linux/linux-5.10/net/ipv4/
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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
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 …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath5k/
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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/chelsio/cxgb4/
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
94 #define DRV_VERSION "2.0.0-ko"
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"
146 * order MSI-X, MSI, legacy INTx interrupts. This parameter determines which
156 MODULE_PARM_DESC(msi, "whether to use INTx (0), MSI (1) or MSI-X (2)");
[all …]
/kernel/linux/linux-5.10/drivers/block/drbd/
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 …]
/kernel/linux/linux-4.19/drivers/block/drbd/
Ddrbd_nl.c6 Copyright (C) 2001-2008, LINBIT Information Technologies GmbH.
7 Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>.
8 Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
112 int err = -EMSGSIZE; in drbd_msg_put_info()
131 * and per-family private info->pointers.
145 struct drbd_genlmsghdr *d_in = info->userhdr; in drbd_adm_prepare()
146 const u8 cmd = info->genlhdr->cmd; in drbd_adm_prepare()
153 return -EPERM; in drbd_adm_prepare()
155 adm_ctx->reply_skb = genlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in drbd_adm_prepare()
156 if (!adm_ctx->reply_skb) { in drbd_adm_prepare()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
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 …]
/kernel/linux/linux-4.19/drivers/scsi/
Dscsi_debug.c9 * Copyright (C) 2001 - 2018 Douglas Gilbert
39 #include <linux/crc-t10dif.h>
45 #include <linux/t10-pi.h>
133 #define DEF_SCSI_LEVEL 7 /* INQUIRY, byte2 [6->SPC-4; 7->SPC-5] */
146 #define JDELAY_OVERRIDDEN -9999
177 * - a missing response is simulated if SDEBUG_OPT_TIMEOUT is set
178 * - a RECOVERED_ERROR is simulated on successful read and write
180 * - a TRANSPORT_ERROR is simulated on successful read and write
182 * - similarly for DIF_ERR, DIX_ERR, SHORT_TRANSFER, HOST_BUSY and
185 * When "every_nth" < 0 then after "- every_nth" commands the selected
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_debug.c1 // SPDX-License-Identifier: GPL-2.0-or-later
10 * Copyright (C) 2001 - 2020 Douglas Gilbert
34 #include <linux/crc-t10dif.h>
40 #include <linux/t10-pi.h>
142 #define DEF_SCSI_LEVEL 7 /* INQUIRY, byte2 [6->SPC-4; 7->SPC-5] */
156 #define JDELAY_OVERRIDDEN -9999
194 /* As indicated in SAM-5 and SPC-4 Unit Attentions (UAs) are returned in
215 * per-device DEF_CMD_PER_LUN can be changed via sysfs:
223 /* UA - Unit Attention; SA - Service Action; SSU - Start Stop Unit */
224 #define F_D_IN 1 /* Data-in command (e.g. READ) */
[all …]