/linux/Documentation/firmware-guide/acpi/apei/ |
H A D | output_format.rst | 12 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/Documentation/networking/ |
H A D | nf_conntrack-sysctl.rst | 17 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 …]
|
/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | int-attributes.c | 3 * 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/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | floating-point.json | 287 "BriefDescription": "Retired MMX integer add.", 293 "BriefDescription": "Retired MMX integer subtract ops.", 299 "BriefDescription": "Retired MMX integer multiply ops.", 305 "BriefDescription": "Retired MMX integer multiply-accumulate ops.", 311 "BriefDescription": "Retired MMX integer compare ops.", 317 "BriefDescription": "Retired MMX integer shift ops.", 323 "BriefDescription": "Retired MMX integer MOV ops.", 329 …"BriefDescription": "Retired MMX integer shuffle ops (may include instructions not necessarily tho… 335 "BriefDescription": "Retired MMX integer pack ops.", 341 "BriefDescription": "Retired MMX integer logical ops.", [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec.rst | 67 ``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 …]
|
H A D | ext-ctrls-fm-tx.rst | 25 ``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/crypto/ |
H A D | rsaprivkey.asn1 | 9 version INTEGER, 10 n INTEGER ({ rsa_get_n }), 11 e INTEGER ({ rsa_get_e }), 12 d INTEGER ({ rsa_get_d }), 13 prime1 INTEGER ({ rsa_get_p }), 14 prime2 INTEGER ({ rsa_get_q }), 15 exponent1 INTEGER ({ rsa_get_dp }), 16 exponent2 INTEGER ({ rsa_get_dq }), 17 coefficient INTEGER ({ rsa_get_qinv })
|
/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 166 '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/include/linux/platform_data/x86/ |
H A D | intel_pmc_ipc.h | 63 params[0].integer.value = ipc_cmd->cmd; in intel_pmc_ipc() 64 params[1].integer.value = ipc_cmd->sub_cmd; in intel_pmc_ipc() 65 params[2].integer.value = ipc_cmd->size; in intel_pmc_ipc() 66 params[3].integer.value = ipc_cmd->wbuf[0]; in intel_pmc_ipc() 67 params[4].integer.value = ipc_cmd->wbuf[1]; in intel_pmc_ipc() 68 params[5].integer.value = ipc_cmd->wbuf[2]; in intel_pmc_ipc() 69 params[6].integer.value = ipc_cmd->wbuf[3]; in intel_pmc_ipc() 81 if ((u8)objs[0].integer.value != 0) in intel_pmc_ipc() 84 rbuf->buf[0] = objs[1].integer.value; in intel_pmc_ipc() 85 rbuf->buf[1] = objs[2].integer.value; in intel_pmc_ipc() [all …]
|
/linux/tools/perf/pmu-events/arch/x86/westmereex/ |
H A D | floating-point.json | 38 "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/tools/perf/pmu-events/arch/x86/westmereep-dp/ |
H A D | floating-point.json | 38 "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/tools/perf/pmu-events/arch/x86/nehalemep/ |
H A D | floating-point.json | 38 "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/tools/perf/pmu-events/arch/x86/nehalemex/ |
H A D | floating-point.json | 38 "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/tools/perf/pmu-events/arch/x86/westmereep-sp/ |
H A D | floating-point.json | 38 "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/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.asn1 | 12 INTEGER ({snmp_version}), 36 integer-value 37 INTEGER, 63 unsigned-integer-value 73 IMPLICIT INTEGER OPTIONAL 77 IMPLICIT INTEGER OPTIONAL 83 IMPLICIT INTEGER OPTIONAL 91 IMPLICIT INTEGER OPTIONAL 149 INTEGER, 152 INTEGER, [all …]
|
/linux/drivers/acpi/acpica/ |
H A D | exoparg1.c | 66 /* 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 …]
|
H A D | exconvrt.c | 20 acpi_ex_convert_to_ascii(u64 integer, 28 * Integer, Buffer, or String 29 * result_desc - Where the new Integer object is returned 34 * DESCRIPTION: Convert an ACPI Object to an integer. 74 * Convert the buffer/string to an integer. Note that both buffers and in acpi_ex_convert_to_integer() 79 * 1) The size of an integer has been reached, or in acpi_ex_convert_to_integer() 89 * Convert string to an integer - for most cases, the string must be in acpi_ex_convert_to_integer() 95 * All other string-to-integer conversions are implicit conversions. in acpi_ex_convert_to_integer() 116 /* Transfer no more than an integer's worth of data */ in acpi_ex_convert_to_integer() 123 * Convert buffer to an integer - we simply grab enough raw data in acpi_ex_convert_to_integer() [all …]
|
/linux/lib/ |
H A D | parser.c | 129 * @result: resulting integer on success 135 * Return: On success, sets @result to the integer represented by the 167 * Return: On success, sets @result to the integer represented by the 185 * match_int - scan a decimal representation of an integer from a substring_t 187 * @result: resulting integer on success 189 * Description: Attempts to parse the &substring_t @s as a decimal integer. 191 * Return: On success, sets @result to the integer represented by the string 201 * match_uint - scan a decimal representation of an integer from a substring_t 203 * @result: resulting integer on success 205 * Description: Attempts to parse the &substring_t @s as a decimal integer [all...] |
H A D | Kconfig.ubsan | 98 bool "Perform checking for integer divide-by-zero" 99 depends on $(cc-option,-fsanitize=integer-divide-by-zero) 104 This option enables -fsanitize=integer-divide-by-zero which checks 105 for integer division by zero. This is effectively redundant with the 120 bool "Perform checking for integer arithmetic wrap-around" 125 depends on $(cc-option,-fsanitize=signed-integer-overflow) 126 depends on $(cc-option,-fsanitize=unsigned-integer-overflow) 127 depends on $(cc-option,-fsanitize=implicit-signed-integer-truncation) 128 depends on $(cc-option,-fsanitize=implicit-unsigned-integer-truncation) 131 This option enables all of the sanitizers involved in integer overflow [all …]
|
/linux/fs/bcachefs/ |
H A D | varint.c | 16 * bch2_varint_encode - encode a variable length integer 18 * @v: unsigned integer to encode 19 * Returns: size in bytes of the encoded integer - at most 9 bytes 42 * bch2_varint_decode - encode a variable length integer 45 * @out: on success, decoded integer 46 * Returns: size in bytes of the decoded integer - or -1 on failure (would 76 * @v: unsigned integer to encode 77 * Returns: size in bytes of the encoded integer - at most 9 bytes 80 * encoded integer would be smaller. 103 * @out: on success, decoded integer [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
H A D | sve.json | 36 … speculatively executed Advanced SIMD or SVE integer operations with the largest data type an 8-bi… 40 … speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 16-bi… 44 … speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 32-bi… 48 … speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 64-bi…
|
/linux/scripts/ |
H A D | Makefile.ubsan | 12 ubsan-cflags-$(CONFIG_UBSAN_DIV_ZERO) += -fsanitize=integer-divide-by-zero 20 ubsan-integer-wrap-cflags-$(CONFIG_UBSAN_INTEGER_WRAP) += \ 23 -fsanitize=signed-integer-overflow \ 24 -fsanitize=unsigned-integer-overflow \ 25 -fsanitize=implicit-signed-integer-truncation \ 26 -fsanitize=implicit-unsigned-integer-truncation \ 27 -fsanitize-ignorelist=$(srctree)/scripts/integer-wrap-ignore.scl 28 export CFLAGS_UBSAN_INTEGER_WRAP := $(ubsan-integer-wrap-cflags-y)
|
/linux/drivers/char/tpm/ |
H A D | tpm_ppi.c | 85 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/sound/usb/6fire/ |
H A D | control.c | 180 uinfo->value.integer.min = 0; in usb6fire_control_output_vol_info() 181 uinfo->value.integer.max = 180; in usb6fire_control_output_vol_info() 198 if (rt->output_vol[ch] != ucontrol->value.integer.value[0]) { in usb6fire_control_output_vol_put() 199 rt->output_vol[ch] = ucontrol->value.integer.value[0]; in usb6fire_control_output_vol_put() 203 if (rt->output_vol[ch + 1] != ucontrol->value.integer.value[1]) { in usb6fire_control_output_vol_put() 204 rt->output_vol[ch + 1] = ucontrol->value.integer.value[1]; in usb6fire_control_output_vol_put() 227 ucontrol->value.integer.value[0] = rt->output_vol[ch]; in usb6fire_control_output_vol_get() 228 ucontrol->value.integer.value[1] = rt->output_vol[ch + 1]; in usb6fire_control_output_vol_get() 247 if (ucontrol->value.integer.value[0]) in usb6fire_control_output_mute_put() 249 if (ucontrol->value.integer.value[1]) in usb6fire_control_output_mute_put() [all …]
|
/linux/sound/ppc/ |
H A D | burgundy.c | 167 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_volume() 168 uinfo->value.integer.max = 100; in snd_pmac_burgundy_info_volume() 179 ucontrol->value.integer.value, shift); in snd_pmac_burgundy_get_volume() 192 ucontrol->value.integer.value, shift); in snd_pmac_burgundy_put_volume() 194 return (nvoices[0] != ucontrol->value.integer.value[0] || in snd_pmac_burgundy_put_volume() 195 nvoices[1] != ucontrol->value.integer.value[1]); in snd_pmac_burgundy_put_volume() 243 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_volume_2b() 244 uinfo->value.integer.max = 100; in snd_pmac_burgundy_info_volume_2b() 255 ucontrol->value.integer.value, off); in snd_pmac_burgundy_get_volume_2b() 268 ucontrol->value.integer.value, off); in snd_pmac_burgundy_put_volume_2b() [all …]
|