Home
last modified time | relevance | path

Searched full:integer (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/Linux-v6.1/Documentation/firmware-guide/acpi/apei/
Doutput_format.rst12 severity: <integer>, <severity string>
13 section: <integer>, severity: <integer>, <severity string>
14 flags: <integer>
35 [processor_type: <integer>, <proc type string>]
36 [processor_isa: <integer>, <proc isa string>]
37 [error_type: <integer>
39 [operation: <integer>, <proc operation string>]
40 [flags: <integer>
42 [level: <integer>]
43 [version_info: <integer>]
[all …]
/Linux-v6.1/Documentation/networking/
Dnf_conntrack-sysctl.rst17 nf_conntrack_buckets - INTEGER
32 nf_conntrack_count - INTEGER (read-only)
45 nf_conntrack_expect_max - INTEGER
49 nf_conntrack_frag6_high_thresh - INTEGER
57 nf_conntrack_frag6_low_thresh - INTEGER
62 nf_conntrack_frag6_timeout - INTEGER (seconds)
67 nf_conntrack_generic_timeout - INTEGER (seconds)
73 nf_conntrack_icmp_timeout - INTEGER (seconds)
78 nf_conntrack_icmpv6_timeout - INTEGER (seconds)
83 nf_conntrack_log_invalid - INTEGER
[all …]
Dip-sysctl.rst20 ip_default_ttl - INTEGER
25 ip_no_pmtu_disc - INTEGER
52 min_pmtu - INTEGER
93 fib_multipath_hash_policy - INTEGER
107 fib_multipath_hash_fields - UNSIGNED INTEGER
134 fib_sync_mem - UNSIGNED INTEGER
140 ip_forward_update_priority - INTEGER
152 route/max_size - INTEGER
159 neigh/default/gc_thresh1 - INTEGER
165 neigh/default/gc_thresh2 - INTEGER
[all …]
/Linux-v6.1/drivers/platform/x86/dell/dell-wmi-sysman/
Dint-attributes.c3 * Functions corresponding to integer type attributes under BIOS Integer GUID for use with
13 get_instance_id(integer);
32 ret = snprintf(buf, PAGE_SIZE, "%lld\n", obj->package.elements[CURRENT_VAL].integer.value); in current_value_show()
55 * validate input to avoid setting 0 when integer input passed with + sign in validate_integer_input()
63 attribute_s_property_show(display_name_language_code, integer);
67 attribute_s_property_show(display_name, integer);
71 attribute_n_property_show(default_value, integer);
75 attribute_property_store(current_value, integer);
79 attribute_s_property_show(dell_modifier, integer);
83 attribute_n_property_show(min_value, integer);
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst67 ``V4L2_CID_MPEG_STREAM_PID_PMT (integer)``
71 ``V4L2_CID_MPEG_STREAM_PID_AUDIO (integer)``
74 ``V4L2_CID_MPEG_STREAM_PID_VIDEO (integer)``
77 ``V4L2_CID_MPEG_STREAM_PID_PCR (integer)``
81 ``V4L2_CID_MPEG_STREAM_PES_ID_AUDIO (integer)``
84 ``V4L2_CID_MPEG_STREAM_PES_ID_VIDEO (integer)``
302 ``V4L2_CID_MPEG_AUDIO_AAC_BITRATE (integer)``
547 ``V4L2_CID_MPEG_VIDEO_B_FRAMES (integer)``
550 ``V4L2_CID_MPEG_VIDEO_GOP_SIZE (integer)``
582 ``V4L2_CID_MPEG_VIDEO_BITRATE (integer)``
[all …]
Dcontrol.rst68 ``V4L2_CID_BRIGHTNESS`` ``(integer)``
71 ``V4L2_CID_CONTRAST`` ``(integer)``
74 ``V4L2_CID_SATURATION`` ``(integer)``
77 ``V4L2_CID_HUE`` ``(integer)``
80 ``V4L2_CID_AUDIO_VOLUME`` ``(integer)``
84 ``V4L2_CID_AUDIO_BALANCE`` ``(integer)``
88 ``V4L2_CID_AUDIO_BASS`` ``(integer)``
91 ``V4L2_CID_AUDIO_TREBLE`` ``(integer)``
103 ``V4L2_CID_BLACK_LEVEL`` ``(integer)``
117 ``V4L2_CID_RED_BALANCE`` ``(integer)``
[all …]
Dext-ctrls-fm-tx.rst25 ``V4L2_CID_RDS_TX_DEVIATION (integer)``
29 ``V4L2_CID_RDS_TX_PI (integer)``
32 ``V4L2_CID_RDS_TX_PTY (integer)``
105 ``V4L2_CID_AUDIO_LIMITER_RELEASE_TIME (integer)``
109 ``V4L2_CID_AUDIO_LIMITER_DEVIATION (integer)``
119 ``V4L2_CID_AUDIO_COMPRESSION_GAIN (integer)``
123 ``V4L2_CID_AUDIO_COMPRESSION_THRESHOLD (integer)``
127 ``V4L2_CID_AUDIO_COMPRESSION_ATTACK_TIME (integer)``
131 ``V4L2_CID_AUDIO_COMPRESSION_RELEASE_TIME (integer)``
138 ``V4L2_CID_PILOT_TONE_DEVIATION (integer)``
[all …]
/Linux-v6.1/crypto/
Drsaprivkey.asn12 version INTEGER,
3 n INTEGER ({ rsa_get_n }),
4 e INTEGER ({ rsa_get_e }),
5 d INTEGER ({ rsa_get_d }),
6 prime1 INTEGER ({ rsa_get_p }),
7 prime2 INTEGER ({ rsa_get_q }),
8 exponent1 INTEGER ({ rsa_get_dp }),
9 exponent2 INTEGER ({ rsa_get_dq }),
10 coefficient INTEGER ({ rsa_get_qinv })
/Linux-v6.1/net/ipv4/netfilter/
Dnf_nat_snmp_basic.asn14 INTEGER ({snmp_version}),
28 integer-value
29 INTEGER,
55 unsigned-integer-value
65 IMPLICIT INTEGER OPTIONAL
69 IMPLICIT INTEGER OPTIONAL
75 IMPLICIT INTEGER OPTIONAL
83 IMPLICIT INTEGER OPTIONAL
141 INTEGER,
144 INTEGER,
[all …]
/Linux-v6.1/sound/aoa/codecs/
Dtas.c228 uinfo->value.integer.min = 0; in tas_snd_vol_info()
229 uinfo->value.integer.max = 177; in tas_snd_vol_info()
239 ucontrol->value.integer.value[0] = tas->cached_volume_l; in tas_snd_vol_get()
240 ucontrol->value.integer.value[1] = tas->cached_volume_r; in tas_snd_vol_get()
250 if (ucontrol->value.integer.value[0] < 0 || in tas_snd_vol_put()
251 ucontrol->value.integer.value[0] > 177) in tas_snd_vol_put()
253 if (ucontrol->value.integer.value[1] < 0 || in tas_snd_vol_put()
254 ucontrol->value.integer.value[1] > 177) in tas_snd_vol_put()
258 if (tas->cached_volume_l == ucontrol->value.integer.value[0] in tas_snd_vol_put()
259 && tas->cached_volume_r == ucontrol->value.integer.value[1]) { in tas_snd_vol_put()
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/westmereex/
Dfloating-point.json38 "BriefDescription": "SSE2 integer Uops",
118 "BriefDescription": "128 bit SIMD integer pack operations",
126 "BriefDescription": "128 bit SIMD integer arithmetic operations",
134 "BriefDescription": "128 bit SIMD integer logical operations",
142 "BriefDescription": "128 bit SIMD integer multiply operations",
150 "BriefDescription": "128 bit SIMD integer shift operations",
158 "BriefDescription": "128 bit SIMD integer shuffle/move operations",
166 "BriefDescription": "128 bit SIMD integer unpack operations",
174 "BriefDescription": "SIMD integer 64 bit pack operations",
182 "BriefDescription": "SIMD integer 64 bit arithmetic operations",
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/nehalemep/
Dfloating-point.json38 "BriefDescription": "SSE2 integer Uops",
118 "BriefDescription": "128 bit SIMD integer pack operations",
126 "BriefDescription": "128 bit SIMD integer arithmetic operations",
134 "BriefDescription": "128 bit SIMD integer logical operations",
142 "BriefDescription": "128 bit SIMD integer multiply operations",
150 "BriefDescription": "128 bit SIMD integer shift operations",
158 "BriefDescription": "128 bit SIMD integer shuffle/move operations",
166 "BriefDescription": "128 bit SIMD integer unpack operations",
174 "BriefDescription": "SIMD integer 64 bit pack operations",
182 "BriefDescription": "SIMD integer 64 bit arithmetic operations",
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/nehalemex/
Dfloating-point.json38 "BriefDescription": "SSE2 integer Uops",
118 "BriefDescription": "128 bit SIMD integer pack operations",
126 "BriefDescription": "128 bit SIMD integer arithmetic operations",
134 "BriefDescription": "128 bit SIMD integer logical operations",
142 "BriefDescription": "128 bit SIMD integer multiply operations",
150 "BriefDescription": "128 bit SIMD integer shift operations",
158 "BriefDescription": "128 bit SIMD integer shuffle/move operations",
166 "BriefDescription": "128 bit SIMD integer unpack operations",
174 "BriefDescription": "SIMD integer 64 bit pack operations",
182 "BriefDescription": "SIMD integer 64 bit arithmetic operations",
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/westmereep-dp/
Dfloating-point.json38 "BriefDescription": "SSE2 integer Uops",
118 "BriefDescription": "128 bit SIMD integer pack operations",
126 "BriefDescription": "128 bit SIMD integer arithmetic operations",
134 "BriefDescription": "128 bit SIMD integer logical operations",
142 "BriefDescription": "128 bit SIMD integer multiply operations",
150 "BriefDescription": "128 bit SIMD integer shift operations",
158 "BriefDescription": "128 bit SIMD integer shuffle/move operations",
166 "BriefDescription": "128 bit SIMD integer unpack operations",
174 "BriefDescription": "SIMD integer 64 bit pack operations",
182 "BriefDescription": "SIMD integer 64 bit arithmetic operations",
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/westmereep-sp/
Dfloating-point.json38 "BriefDescription": "SSE2 integer Uops",
118 "BriefDescription": "128 bit SIMD integer pack operations",
126 "BriefDescription": "128 bit SIMD integer arithmetic operations",
134 "BriefDescription": "128 bit SIMD integer logical operations",
142 "BriefDescription": "128 bit SIMD integer multiply operations",
150 "BriefDescription": "128 bit SIMD integer shift operations",
158 "BriefDescription": "128 bit SIMD integer shuffle/move operations",
166 "BriefDescription": "128 bit SIMD integer unpack operations",
174 "BriefDescription": "SIMD integer 64 bit pack operations",
182 "BriefDescription": "SIMD integer 64 bit arithmetic operations",
[all …]
/Linux-v6.1/tools/perf/scripts/python/
Dexport-to-sqlite.py166 'id integer NOT NULL PRIMARY KEY,'
169 'id integer NOT NULL PRIMARY KEY,'
170 'pid integer,'
173 'id integer NOT NULL PRIMARY KEY,'
176 'pid integer,'
177 'tid integer)')
179 'id integer NOT NULL PRIMARY KEY,'
185 'id integer NOT NULL PRIMARY KEY,'
189 'id integer NOT NULL PRIMARY KEY,'
195 'id integer NOT NULL PRIMARY KEY,'
[all …]
/Linux-v6.1/lib/
Dparser.c120 * @result: resulting integer on success
126 * Return: On success, sets @result to the integer represented by the
161 * Return: On success, sets @result to the integer represented by the
182 * match_int - scan a decimal representation of an integer from a substring_t
184 * @result: resulting integer on success
186 * Description: Attempts to parse the &substring_t @s as a decimal integer.
188 * Return: On success, sets @result to the integer represented by the string
198 * match_uint - scan a decimal representation of an integer from a substring_t
200 * @result: resulting integer on success
202 * Description: Attempts to parse the &substring_t @s as a decimal integer.
[all …]
/Linux-v6.1/drivers/acpi/acpica/
Dexconvrt.c20 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 max_length);
27 * Integer, Buffer, or String
28 * result_desc - Where the new Integer object is returned
33 * DESCRIPTION: Convert an ACPI Object to an integer.
73 * Convert the buffer/string to an integer. Note that both buffers and in acpi_ex_convert_to_integer()
78 * 1) The size of an integer has been reached, or in acpi_ex_convert_to_integer()
88 * Convert string to an integer - for most cases, the string must be in acpi_ex_convert_to_integer()
94 * All other string-to-integer conversions are implicit conversions. in acpi_ex_convert_to_integer()
115 /* Transfer no more than an integer's worth of data */ in acpi_ex_convert_to_integer()
122 * Convert buffer to an integer - we simply grab enough raw data in acpi_ex_convert_to_integer()
[all …]
Dexoparg1.c66 /* Create a return object of type Integer */ in acpi_ex_opcode_0A_0T_1R()
141 status = acpi_ex_system_do_sleep(operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
147 acpi_ex_system_do_stall((u32) operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R()
252 /* Create a return object of type Integer for these opcodes */ in acpi_ex_opcode_1A_1T_1R()
263 return_desc->integer.value = ~operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
268 return_desc->integer.value = operand[0]->integer.value; in acpi_ex_opcode_1A_1T_1R()
271 * Acpi specification describes Integer type as a little in acpi_ex_opcode_1A_1T_1R()
274 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R()
276 return_desc->integer.value >>= 1; in acpi_ex_opcode_1A_1T_1R()
279 return_desc->integer.value = temp32; in acpi_ex_opcode_1A_1T_1R()
[all …]
/Linux-v6.1/sound/soc/
Dsoc-ops.c124 * the given registervalue into a signed integer if sign_bit is non-zero.
182 max = uinfo->value.integer.max = mc->max - mc->min; in snd_soc_info_volsw()
187 /* Even two value controls ending in Volume should always be integer */ in snd_soc_info_volsw()
198 uinfo->value.integer.min = 0; in snd_soc_info_volsw()
199 uinfo->value.integer.max = max; in snd_soc_info_volsw()
236 uinfo->value.integer.min = 0; in snd_soc_info_volsw_sx()
237 uinfo->value.integer.max = max; in snd_soc_info_volsw_sx()
278 ucontrol->value.integer.value[0] = val - min; in snd_soc_get_volsw()
280 ucontrol->value.integer.value[0] = in snd_soc_get_volsw()
281 max - ucontrol->value.integer.value[0]; in snd_soc_get_volsw()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra194-pinmux.txt30 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
32 - nvidia,tristate: Integer.
34 - nvidia,enable-input: Integer. Enable the pin's input path.
37 - nvidia,open-drain: Integer.
40 - nvidia,lock: Integer. Lock the pin configuration against further changes
44 - nvidia,io-hv: Integer. Select high-voltage receivers.
47 - nvidia,schmitt: Integer. Enables Schmitt Trigger on the input.
50 - nvidia,drive-type: Integer. Valid range 0...3.
51 - nvidia,pull-down-strength: Integer. Controls drive strength. 0 is weakest.
54 - nvidia,pull-up-strength: Integer. Controls drive strength. 0 is weakest.
Dnvidia,tegra210-pinmux.txt29 and off/on are represented as integer values 0 and 1.
42 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
44 - nvidia,tristate: Integer.
46 - nvidia,enable-input: Integer. Enable the pin's input path.
49 - nvidia,open-drain: Integer.
52 - nvidia,lock: Integer. Lock the pin configuration against further changes
56 - nvidia,io-hv: Integer. Select high-voltage receivers.
59 - nvidia,high-speed-mode: Integer. Enable high speed mode the pins.
62 - nvidia,schmitt: Integer. Enables Schmitt Trigger on the input.
65 - nvidia,drive-type: Integer. Valid range 0...3.
[all …]
/Linux-v6.1/sound/soc/img/
Dimg-spdif-in.c315 uinfo->value.integer.min = 0; in img_spdif_in_info_multi_freq()
316 uinfo->value.integer.max = LONG_MAX; in img_spdif_in_info_multi_freq()
330 ucontrol->value.integer.value[0] = spdif->multi_freqs[0]; in img_spdif_in_get_multi_freq()
331 ucontrol->value.integer.value[1] = spdif->multi_freqs[1]; in img_spdif_in_get_multi_freq()
332 ucontrol->value.integer.value[2] = spdif->multi_freqs[2]; in img_spdif_in_get_multi_freq()
333 ucontrol->value.integer.value[3] = spdif->multi_freqs[3]; in img_spdif_in_get_multi_freq()
335 ucontrol->value.integer.value[0] = 0; in img_spdif_in_get_multi_freq()
336 ucontrol->value.integer.value[1] = 0; in img_spdif_in_get_multi_freq()
337 ucontrol->value.integer.value[2] = 0; in img_spdif_in_get_multi_freq()
338 ucontrol->value.integer.value[3] = 0; in img_spdif_in_get_multi_freq()
[all …]
/Linux-v6.1/drivers/char/tpm/
Dtpm_ppi.c85 if (obj->package.elements[0].integer.value) in tpm_show_ppi_request()
88 req = obj->package.elements[1].integer.value; in tpm_show_ppi_request()
92 obj->package.elements[2].integer.value); in tpm_show_ppi_request()
100 if (obj->package.elements[0].integer.value) in tpm_show_ppi_request()
104 obj->package.elements[1].integer.value); in tpm_show_ppi_request()
135 * accept buffer/string/integer type, but some BIOS accept buffer/ in tpm_store_ppi_request()
140 if (sscanf(buf, "%llu %llu", &tmp[0].integer.value, in tpm_store_ppi_request()
141 &tmp[1].integer.value) != 2) in tpm_store_ppi_request()
156 if (sscanf(buf, "%llu", &tmp[0].integer.value) != 1) in tpm_store_ppi_request()
165 ret = obj->integer.value; in tpm_store_ppi_request()
[all …]
/Linux-v6.1/Documentation/networking/device_drivers/wifi/
Dray_cs.rst78 bc integer 0 = normal mode (802.11 timing),
83 beacon_period integer beacon period in Kilo-microseconds,
85 legal values = must be integer multiple
90 country integer 1 = USA (default),
104 hop_dwell integer hop dwell time in Kilo-microseconds
108 irq_mask integer linux standard 16 bit value 1bit/IRQ
115 net_type integer 0 (default) = adhoc network,
122 psm integer 0 = continuously active,
125 pc_debug integer (0-5) larger values for more verbose
128 ray_debug integer Replaced with pc_debug
[all …]

12345678910>>...64