Home
last modified time | relevance | path

Searched full:general (Results 1 – 25 of 11459) sorted by relevance

12345678910>>...459

/kernel/linux/linux-4.19/Documentation/hwmon/
Dmc13783-adc24 Some channels can be used as General Purpose inputs or in a dedicated mode with
28 the General Purpose inputs and touchscreen.
42 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No
43 6 General Purpose ADIN6 / Backup Voltage (LICELL) 0 - 2.30V / No /
45 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No /
47 8 General Purpose ADIN8 0 - 2.30V No
48 9 General Purpose ADIN9 0 - 2.30V No
49 10 General Purpose ADIN10 0 - 2.30V No
50 11 General Purpose ADIN11 0 - 2.30V No
51 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.30V No
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Dmc13783-adc.rst33 Some channels can be used as General Purpose inputs or in a dedicated mode with
37 the General Purpose inputs and touchscreen.
53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No
54 6 General Purpose ADIN6 / Backup Voltage (LICELL) 0 - 2.30V / No /
56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No /
58 8 General Purpose ADIN8 0 - 2.30V No
59 9 General Purpose ADIN9 0 - 2.30V No
60 10 General Purpose ADIN10 0 - 2.30V No
61 11 General Purpose ADIN11 0 - 2.30V No
62 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.30V No
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlegacy/
D4965-debug.c8 * it under the terms of version 2 of the GNU General Public License as
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public License
21 * The full GNU General Public License is included in this distribution
72 struct stats_rx_non_phy *general, *accum_general; in il4965_ucode_rx_stats_read() local
92 general = &il->_4965.stats.rx.general; in il4965_ucode_rx_stats_read()
96 accum_general = &il->_4965.accum_stats.rx.general; in il4965_ucode_rx_stats_read()
100 delta_general = &il->_4965.delta_stats.rx.general; in il4965_ucode_rx_stats_read()
104 max_general = &il->_4965.max_delta.rx.general; in il4965_ucode_rx_stats_read()
294 "Statistics_Rx - GENERAL:"); in il4965_ucode_rx_stats_read()
[all …]
D3945-debug.c8 * it under the terms of version 2 of the GNU General Public License as
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public License
21 * The full GNU General Public License is included in this distribution
64 struct iwl39_stats_rx_non_phy *general, *accum_general; in il3945_ucode_rx_stats_read() local
83 general = &il->_3945.stats.rx.general; in il3945_ucode_rx_stats_read()
86 accum_general = &il->_3945.accum_stats.rx.general; in il3945_ucode_rx_stats_read()
89 delta_general = &il->_3945.delta_stats.rx.general; in il3945_ucode_rx_stats_read()
92 max_general = &il->_3945.max_delta.rx.general; in il3945_ucode_rx_stats_read()
277 "Statistics_Rx - GENERAL:"); in il3945_ucode_rx_stats_read()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dbatadv_packet.h197 * @packet_type: batman-adv packet type, part of the general header
198 * @version: batman-adv protocol version, part of the general header
199 * @ttl: time to live for this packet, part of the general header
225 * @packet_type: batman-adv packet type, part of the general header
226 * @version: batman-adv protocol version, part of the general header
227 * @ttl: time to live for this packet, part of the general header
249 * @packet_type: batman-adv packet type, part of the general header
250 * @version: batman-adv protocol version, part of the general header
267 * @packet_type: batman-adv packet type, part of the general header
268 * @version: batman-adv protocol version, part of the general header
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
D4965-debug.c54 struct stats_rx_non_phy *general, *accum_general; in il4965_ucode_rx_stats_read() local
74 general = &il->_4965.stats.rx.general; in il4965_ucode_rx_stats_read()
78 accum_general = &il->_4965.accum_stats.rx.general; in il4965_ucode_rx_stats_read()
82 delta_general = &il->_4965.delta_stats.rx.general; in il4965_ucode_rx_stats_read()
86 max_general = &il->_4965.max_delta.rx.general; in il4965_ucode_rx_stats_read()
276 "Statistics_Rx - GENERAL:"); in il4965_ucode_rx_stats_read()
279 le32_to_cpu(general->bogus_cts), accum_general->bogus_cts, in il4965_ucode_rx_stats_read()
283 le32_to_cpu(general->bogus_ack), accum_general->bogus_ack, in il4965_ucode_rx_stats_read()
287 le32_to_cpu(general->non_bssid_frames), in il4965_ucode_rx_stats_read()
293 le32_to_cpu(general->filtered_frames), in il4965_ucode_rx_stats_read()
[all …]
D3945-debug.c46 struct iwl39_stats_rx_non_phy *general, *accum_general; in il3945_ucode_rx_stats_read() local
65 general = &il->_3945.stats.rx.general; in il3945_ucode_rx_stats_read()
68 accum_general = &il->_3945.accum_stats.rx.general; in il3945_ucode_rx_stats_read()
71 delta_general = &il->_3945.delta_stats.rx.general; in il3945_ucode_rx_stats_read()
74 max_general = &il->_3945.max_delta.rx.general; in il3945_ucode_rx_stats_read()
259 "Statistics_Rx - GENERAL:"); in il3945_ucode_rx_stats_read()
263 le32_to_cpu(general->bogus_cts), accum_general->bogus_cts, in il3945_ucode_rx_stats_read()
268 le32_to_cpu(general->bogus_ack), accum_general->bogus_ack, in il3945_ucode_rx_stats_read()
273 le32_to_cpu(general->non_bssid_frames), in il3945_ucode_rx_stats_read()
280 le32_to_cpu(general->filtered_frames), in il3945_ucode_rx_stats_read()
[all …]
/kernel/linux/linux-4.19/LICENSES/other/
DGPL-1.04 The GNU General Public License (GPL) version 1 should not be used in new
6 required to be compatible with the general license of the project: GPLv2.
13 GNU GENERAL PUBLIC LICENSE
24 at the mercy of those companies. By contrast, our General Public
27 General Public License applies to the Free Software Foundation's
32 price. Specifically, the General Public License is designed to make
62 GNU GENERAL PUBLIC LICENSE
67 distributed under the terms of this General Public License. The
77 General Public License and to the absence of any warranty; and give any
78 other recipients of the Program a copy of this General Public License
[all …]
/kernel/linux/linux-5.10/LICENSES/deprecated/
DGPL-1.04 The GNU General Public License (GPL) version 1 should not be used in new
6 required to be compatible with the general license of the project: GPLv2.
13 GNU GENERAL PUBLIC LICENSE
24 at the mercy of those companies. By contrast, our General Public
27 General Public License applies to the Free Software Foundation's
32 price. Specifically, the General Public License is designed to make
62 GNU GENERAL PUBLIC LICENSE
67 distributed under the terms of this General Public License. The
77 General Public License and to the absence of any warranty; and give any
78 other recipients of the Program a copy of this General Public License
[all …]
/kernel/linux/linux-5.10/fs/jffs2/
DLICENCE7 the terms of the GNU General Public License as published by the Free
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 You should have received a copy of the GNU General Public License along
24 covered by the GNU General Public License. However the source code for
26 of the GNU General Public License.
29 this file might be covered by the GNU General Public License.
/kernel/linux/linux-4.19/fs/jffs2/
DLICENCE7 the terms of the GNU General Public License as published by the Free
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 You should have received a copy of the GNU General Public License along
24 covered by the GNU General Public License. However the source code for
26 of the GNU General Public License.
29 this file might be covered by the GNU General Public License.
/kernel/linux/linux-4.19/Documentation/virtual/kvm/
Ds390-diag.txt12 General remarks
41 General register 1 contains the virtio subfunction code. Supported
45 Upon completion of the DIAGNOSE instruction, general register 2 contains
61 General register 2 contains a subchannel-identification word denoting
64 General register 3 contains the number of the virtqueue to be notified.
66 General register 4 contains a 64bit identifier for KVM usage (the
67 kvm_io_bus cookie). If general register 4 does not contain a valid
70 After completion of the DIAGNOSE call, general register 2 may contain
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dads7846.txt62 touchscreen-size-x General touchscreen binding, see [1].
63 touchscreen-size-y General touchscreen binding, see [1].
64 touchscreen-max-pressure General touchscreen binding, see [1].
65 touchscreen-min-pressure General touchscreen binding, see [1].
66 touchscreen-average-samples General touchscreen binding, see [1].
67 touchscreen-inverted-x General touchscreen binding, see [1].
68 touchscreen-inverted-y General touchscreen binding, see [1].
69 touchscreen-swapped-x-y General touchscreen binding, see [1].
71 [1] All general touchscreen properties are described in
Dbu21013.txt13 - touchscreen-size-x : General touchscreen binding, see [1].
14 - touchscreen-size-y : General touchscreen binding, see [1].
15 - touchscreen-inverted-x : General touchscreen binding, see [1].
16 - touchscreen-inverted-y : General touchscreen binding, see [1].
17 - touchscreen-swapped-x-y : General touchscreen binding, see [1].
19 [1] All general touchscreen properties are described in
/kernel/linux/linux-4.19/LICENSES/preferred/
DLGPL-2.18 For 'GNU Lesser General Public License (LGPL) version 2.1 only' use:
10 For 'GNU Lesser General Public License (LGPL) version 2.1 or any later
15 GNU LESSER GENERAL PUBLIC LICENSE
31 share and change it. By contrast, the GNU General Public Licenses are
35 This license, the Lesser General Public License, applies to some specially
39 ordinary General Public License is the better strategy to use in any
43 price. Our General Public Licenses are designed to make sure that you have
80 General Public License. This license, the GNU Lesser General Public
82 from the ordinary General Public License. We use this license for certain
88 work, a derivative of the original library. The ordinary General Public
[all …]
/kernel/linux/linux-5.10/LICENSES/preferred/
DLGPL-2.18 For 'GNU Lesser General Public License (LGPL) version 2.1 only' use:
10 For 'GNU Lesser General Public License (LGPL) version 2.1 or any later
15 GNU LESSER GENERAL PUBLIC LICENSE
31 share and change it. By contrast, the GNU General Public Licenses are
35 This license, the Lesser General Public License, applies to some specially
39 ordinary General Public License is the better strategy to use in any
43 price. Our General Public Licenses are designed to make sure that you have
80 General Public License. This license, the GNU Lesser General Public
82 from the ordinary General Public License. We use this license for certain
88 work, a derivative of the original library. The ordinary General Public
[all …]
DLGPL-2.08 For 'GNU Library General Public License (LGPL) version 2.0 only' use:
10 For 'GNU Library General Public License (LGPL) version 2.0 or any later
15 GNU LIBRARY GENERAL PUBLIC LICENSE
30 share and change it. By contrast, the GNU General Public Licenses are
34 This license, the Library General Public License, applies to some specially
39 General Public Licenses are designed to make sure that you have the freedom
77 General Public License, which was designed for utility programs. This
78 license, the GNU Library General Public License, applies to certain
89 derivative of the original library, and the ordinary General Public License
92 Because of this blurred distinction, using the ordinary General Public
[all …]
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Ds390-diag.rst15 General remarks
44 General register 1 contains the virtio subfunction code. Supported
48 Upon completion of the DIAGNOSE instruction, general register 2 contains
64 General register 2 contains a subchannel-identification word denoting
67 General register 3 contains the number of the virtqueue to be notified.
69 General register 4 contains a 64bit identifier for KVM usage (the
70 kvm_io_bus cookie). If general register 4 does not contain a valid
73 After completion of the DIAGNOSE call, general register 2 may contain
/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c13 * it under the terms of version 2 of the GNU General Public License as
19 * General Public License for more details.
21 * You should have received a copy of the GNU General Public License
26 * The full GNU General Public License is included in this distribution
593 void *general; member
612 if (data->general) { in iwl_mvm_stat_iterator()
616 struct mvm_statistics_general_cdb *general = in iwl_mvm_stat_iterator() local
617 data->general; in iwl_mvm_stat_iterator()
620 le32_to_cpu(general->beacon_counter[vif_id]); in iwl_mvm_stat_iterator()
622 -general->beacon_average_energy[vif_id]; in iwl_mvm_stat_iterator()
[all …]
/kernel/linux/linux-4.19/arch/mips/kernel/
Dpm.c5 * under the terms of the GNU General Public License as published by the
9 * CPU PM notifiers for saving/restoring general CPU state.
25 * mips_cpu_save() - Save general CPU state.
26 * Ensures that general CPU context is saved, notably FPU and DSP.
40 * mips_cpu_restore() - Restore general CPU state.
63 * mips_pm_notifier() - Notifier for preserving general CPU context.
/kernel/linux/linux-4.19/drivers/media/pci/cx88/
Dcx88-reg.h10 * it under the terms of the GNU General Public License as published by
17 * GNU General Public License for more details.
207 #define MO_VIDY_GPCNT 0x31C020 // {16}RO Video Y general purpose counter
208 #define MO_VIDU_GPCNT 0x31C024 // {16}RO Video U general purpose counter
209 #define MO_VIDV_GPCNT 0x31C028 // {16}RO Video V general purpose counter
210 #define MO_VBI_GPCNT 0x31C02C // {16}RO VBI general purpose counter
211 #define MO_VIDY_GPCNTRL 0x31C030 // {2}WO Video Y general purpose control
212 #define MO_VIDU_GPCNTRL 0x31C034 // {2}WO Video U general purpose control
213 #define MO_VIDV_GPCNTRL 0x31C038 // {2}WO Video V general purpose control
214 #define MO_VBI_GPCNTRL 0x31C03C // {2}WO VBI general purpose counter
[all …]
/kernel/linux/linux-4.19/drivers/isdn/hisax/
Dq931.c9 * of the GNU General Public License, incorporated herein by reference.
13 * Pauline Middelink general improvements
718 general(char *dest, u_char *p) in general() function
976 0x00, "Segmented message", general
985 0x10, "Call identity", general
988 0x14, "Call state", general
997 0x1e, "Progress indicator", general
1000 0x20, "Network-specific facilities", general
1003 0x27, "Notification indicator", general
1009 0x29, "Date/Time", general
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/rockchip/
Dgrf.txt1 * Rockchip General Register Files (GRF)
3 The general register file will be used to do static set by software, which
7 - GRF, used for general non-secure system,
8 - SGRF, used for general secure system,
14 - GRF, used for general non-secure system,
15 - SGRF, used for general secure system,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dpistachio-clock.txt5 general control, and top general control) which are instantiated individually
31 top-level general control.
71 Peripheral general control:
74 The peripheral general control block generates system interface clocks and
81 - reg: Must contain the base address and length of the peripheral general
99 Top-level general control:
102 The top-level general control block contains miscellaneous control registers and
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/
Dpistachio-clock.txt5 general control, and top general control) which are instantiated individually
31 top-level general control.
71 Peripheral general control:
74 The peripheral general control block generates system interface clocks and
81 - reg: Must contain the base address and length of the peripheral general
99 Top-level general control:
102 The top-level general control block contains miscellaneous control registers and

12345678910>>...459