Home
last modified time | relevance | path

Searched +full:integer +full:- +full:n (Results 1 – 25 of 1021) sorted by relevance

12345678910>>...41

/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-dac3 Contact: linux-iio@vger.kernel.org
9 - disable toggle operation;
10 - change out_currentY_rawN, where N is the integer value of the symbol;
11 - enable toggle operation.
15 Contact: linux-iio@vger.kernel.org
19 code in INPUT_N (_rawN), where N is the integer value of the symbol.
24 Contact: linux-iio@vger.kernel.org
29 output, denoted as out_currentY_rawN, where N is the integer value
30 of the symbol. Writing an integer value N will select out_currentY_rawN.
34 Contact: linux-iio@vger.kernel.org
[all …]
/linux/drivers/char/tpm/
H A Dtpm_ppi.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012-2014 Intel Corporation
10 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
69 return sysfs_emit(buf, "%s\n", chip->ppi_version); in tpm_show_ppi_version()
75 ssize_t size = -EINVAL; in tpm_show_ppi_request()
81 if (strcmp(chip->ppi_version, "1.2") < 0) in tpm_show_ppi_request()
84 obj = tpm_eval_dsm(chip->acpi_dev_handle, TPM_PPI_FN_GETREQ, in tpm_show_ppi_request()
87 return -ENXIO; in tpm_show_ppi_request()
95 if (obj->package.count == 3 && in tpm_show_ppi_request()
96 obj->package.elements[0].type == ACPI_TYPE_INTEGER && in tpm_show_ppi_request()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
4 * Copyright (C) 2019-2025 Intel Corporation
7 #include "iwl-drv.h"
8 #include "iwl-debug.h"
42 "ACPI: Could not retrieve root port handle\n"); in iwl_acpi_get_handle()
43 return -ENOENT; in iwl_acpi_get_handle()
49 "ACPI: %s method not found\n", method); in iwl_acpi_get_handle()
50 return -ENOENT; in iwl_acpi_get_handle()
64 return ERR_PTR(-ENOENT); in iwl_acpi_get_object()
70 "ACPI: %s method invocation failed (status: 0x%x)\n", in iwl_acpi_get_object()
[all …]
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dint-attributes.c1 // SPDX-License-Identifier: GPL-2.0
3 * Functions corresponding to integer type attributes under
4 * BIOS Enumeration GUID for use with hp-bioscfg driver.
6 * Copyright (c) 2022 Hewlett-Packard Inc.
11 GET_INSTANCE_ID(integer);
18 return -EIO; in current_value_show()
20 return sysfs_emit(buf, "%d\n", in current_value_show()
25 * validate_integer_input() -
38 if (integer_data->common.is_readonly) in validate_integer_input()
39 return -EIO; in validate_integer_input()
[all …]
/linux/drivers/acpi/
H A Dpfr_update.c1 // SPDX-License-Identifier: GPL-2.0
116 return container_of(file->private_data, struct pfru_device, miscdev); in to_pfru_dev()
122 acpi_handle handle = ACPI_HANDLE(pfru_dev->parent_dev); in query_capability()
124 int ret = -EINVAL; in query_capability()
127 pfru_dev->rev_id, in query_capability()
131 dev_dbg(pfru_dev->parent_dev, in query_capability()
132 "Query cap failed with no object\n"); in query_capability()
136 if (out_obj->package.count < CAP_NR_IDX || in query_capability()
137 out_obj->package.elements[CAP_STATUS_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
138 out_obj->package.elements[CAP_UPDATE_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
[all …]
H A Dacpi_adxl.c1 // SPDX-License-Identifier: GPL-2.0
46 pr_info("DSM call failed for cmd=%d\n", cmd); in adxl_dsm()
50 if (obj->package.count != 2) { in adxl_dsm()
51 pr_info("Bad pkg count %d\n", obj->package.count); in adxl_dsm()
55 o = obj->package.elements; in adxl_dsm()
56 if (o->type != ACPI_TYPE_INTEGER) { in adxl_dsm()
57 pr_info("Bad 1st element type %d\n", o->type); in adxl_dsm()
60 if (o->integer.value) { in adxl_dsm()
61 pr_info("Bad ret val %llu\n", o->integer.value); in adxl_dsm()
65 o = obj->package.elements + 1; in adxl_dsm()
[all …]
/linux/sound/usb/qcom/
H A Dmixer_usb_offload.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
10 #include <sound/soc-usb.h>
19 #define PCM_IDX(n) ((n) & 0xffff) argument
20 #define CARD_IDX(n) ((n) >> 16) argument
30 CARD_IDX(kcontrol->private_value), in snd_usb_offload_card_route_get()
31 PCM_IDX(kcontrol->private_value), in snd_usb_offload_card_route_get()
34 ucontrol->value.integer.value); in snd_usb_offload_card_route_get()
36 ucontrol->value.integer.value[0] = -1; in snd_usb_offload_card_route_get()
37 ucontrol->value.integer.value[1] = -1; in snd_usb_offload_card_route_get()
[all …]
/linux/sound/soc/codecs/
H A Dwm8958-dsp2.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * wm8958-dsp2.c -- WM8958 DSP2 support
53 if (wm8994->cur_fw == fw) in wm8958_dsp2_fw()
56 if (fw->size < 32) { in wm8958_dsp2_fw()
57 dev_err(component->dev, "%s: firmware too short (%zd bytes)\n", in wm8958_dsp2_fw()
58 name, fw->size); in wm8958_dsp2_fw()
62 if (memcmp(fw->data, "WMFW", 4) != 0) { in wm8958_dsp2_fw()
63 data32 = get_unaligned_be32(fw->data); in wm8958_dsp2_fw()
64 dev_err(component->dev, "%s: firmware has bad file magic %08x\n", in wm8958_dsp2_fw()
69 len = get_unaligned_be32(fw->data + 4); in wm8958_dsp2_fw()
[all …]
/linux/drivers/pci/
H A Dpci-acpi.c1 // SPDX-License-Identifier: GPL-2.0
17 #include <linux/pci-acpi.h>
18 #include <linux/pci-ecam.h>
26 * here to PCI-SIG members:
27 * https://members.pcisig.com/wg/PCI-SIG/document/15350
36 struct device *dev = &adev->dev; in acpi_get_rc_addr()
48 dev_err(dev, "failed to parse _CRS method, error code %d\n", in acpi_get_rc_addr()
54 dev_err(dev, "no IO and memory resources present in _CRS\n"); in acpi_get_rc_addr()
55 return -EINVAL; in acpi_get_rc_addr()
59 *res = *entry->res; in acpi_get_rc_addr()
[all …]
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dint-attributes.c1 // SPDX-License-Identifier: GPL-2.0
3 * Functions corresponding to integer type attributes under BIOS Integer GUID for use with
4 * dell-wmi-sysman
9 #include "dell-wmi-sysman.h"
13 get_instance_id(integer);
27 return -EIO; in current_value_show()
28 if (obj->type != ACPI_TYPE_PACKAGE || obj->package.count < INT_MIN_ELEMENTS || in current_value_show()
29 obj->package.elements[CURRENT_VAL].type != ACPI_TYPE_INTEGER) { in current_value_show()
31 return -EIO; in current_value_show()
33 ret = snprintf(buf, PAGE_SIZE, "%lld\n", obj->package.elements[CURRENT_VAL].integer.value); in current_value_show()
[all …]
/linux/crypto/
H A Drsaprivkey.asn11 -- SPDX-License-Identifier: BSD-3-Clause
2 --
3 -- Copyright (C) 2016 IETF Trust and the persons identified as authors
4 -- of the code
5 --
6 -- https://www.rfc-editor.org/rfc/rfc8017#appendix-A.1.2
9 version INTEGER,
10 n INTEGER ({ rsa_get_n }),
11 e INTEGER ({ rsa_get_e }),
12 d INTEGER ({ rsa_get_d }),
[all …]
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.c1 // SPDX-License-Identifier: GPL-2.0
7 // Author: Shenghao Ding <shenghao-ding@ti.com>
37 * The order of calibrated-data writing function is a bit different from the
38 * order in UEFI. Here is the conversion to match the order of calibrated-data
55 struct calidata *cali_data = &p->cali_data; in tas2781_apply_calib()
56 struct cali_reg *r = &cali_data->cali_reg_array; in tas2781_apply_calib()
57 unsigned char *data = cali_data->data; in tas2781_apply_calib()
77 * uniqie_id for multi-link solutions in tas2781_apply_calib()
82 * Data-Group-Sum (4 bytes) in tas2781_apply_calib()
84 * for (i = 0; i < Data-Group-Sum; i++) { in tas2781_apply_calib()
[all …]
/linux/fs/9p/
H A Dv9fs.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com>
36 /* Options that take integer arguments */
72 int version = -EINVAL; in get_cache_mode()
76 p9_debug(P9_DEBUG_9P, "Cache mode: loose\n"); in get_cache_mode()
79 p9_debug(P9_DEBUG_9P, "Cache mode: fscache\n"); in get_cache_mode()
82 p9_debug(P9_DEBUG_9P, "Cache mode: mmap\n"); in get_cache_mode()
85 p9_debug(P9_DEBUG_9P, "Cache mode: readahead\n"); in get_cache_mode()
88 p9_debug(P9_DEBUG_9P, "Cache mode: none\n"); in get_cache_mode()
90 version = -EINVAL; in get_cache_mode()
[all …]
/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c1 // SPDX-License-Identifier: GPL-2.0
19 #include "coresight-priv.h"
24 * If the output port is already assigned on this device, return -EINVAL
37 for (i = 0; i < pdata->nr_outconns; ++i) { in coresight_add_out_conn()
38 conn = pdata->out_conns[i]; in coresight_add_out_conn()
39 /* Output == -1 means ignore the port for example for helpers */ in coresight_add_out_conn()
40 if (conn->src_port != -1 && in coresight_add_out_conn()
41 conn->src_port == new_conn->src_port) { in coresight_add_out_conn()
42 dev_warn(dev, "Duplicate output port %d\n", in coresight_add_out_conn()
43 conn->src_port); in coresight_add_out_conn()
[all …]
/linux/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * OLPC XO-1 additional sound features
6 * Copyright © 2007-2008 Andres Salomon <dilinger@debian.org>
17 #define DRV_NAME "cs5535audio-olpc"
35 dev_err(ac97->bus->card->dev, in olpc_analog_input()
36 "setting High Pass Filter - %d\n", err); in olpc_analog_input()
45 * OLPC XO-1's V_REFOUT is a mic bias enable.
58 dev_err(ac97->bus->card->dev, "setting MIC Bias - %d\n", err); in olpc_mic_bias()
64 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in olpc_dc_info()
65 uinfo->count = 1; in olpc_dc_info()
[all …]
/linux/sound/pci/echoaudio/
H A Dechoaudio.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it>
28 static const DECLARE_TLV_DB_SCALE(db_scale_output_gain, -12800, 100, 1);
38 if (chip->fw_cache[fw_index]) { in get_firmware()
39 dev_dbg(chip->card->dev, in get_firmware()
40 "firmware requested: %s is cached\n", in get_firmware()
[all...]
/linux/sound/ppc/
H A Dtumbler.c1 // SPDX-License-Identifier: GPL-2.0-or-later
114 err = i2c_smbus_write_byte_data(i2c->client, in send_init_client()
118 DBG("(W) i2c error %d\n", err); in send_init_client()
120 } while (count--); in send_init_client()
122 return -ENXIO; in send_init_client()
136 DBG("(I) tumbler init client\n"); in tumbler_init_client()
145 /* normal operation, all-pass mode */ in snapper_init_client()
147 /* normal output, no deemphasis, A input, power-up, line-in */ in snapper_init_client()
151 DBG("(I) snapper init client\n"); in snapper_init_client()
159 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, (gp)->addr, val)
[all …]
/linux/lib/
H A Dpolynomial.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Generic polynomial calculation using integer coefficients.
18 * Originally this was part of drivers/hwmon/bt1-pvt.c.
22 * to PVT data and vice-versa are following:
24 * N = 1.8322e-8*(T^4) + 2.343e-5*(T^3) + 8.7018e-3*(T^2) + 3.9269*(T^1) +
26 * T = -1.6743e-11*(N^4) + 8.1542e-8*(N^3) + -1.8201e-4*(N^2) +
27 * 3.1020e-1*(N^1) - 4.838e1
29 * where T = [-48.380, 147.438]C and N = [0, 1023].
31 * They must be accordingly altered to be suitable for the integer arithmetics.
34 * within the integer numbers limit. In addition we need to translate the
[all …]
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst1 .. SPDX-License-Identifier: GPL-2.0
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>]
[all …]
/linux/sound/usb/6fire/
H A Dcontrol.c1 // SPDX-License-Identifier: GPL-2.0-or-later
12 * - Holger Ruckdeschel: he found out how to control individual channel
29 * values dumped from windows driver and filtered by trial'n'error.
53 static DECLARE_TLV_DB_MINMAX(tlv_output, -9000, 0);
54 static DECLARE_TLV_DB_MINMAX(tlv_input, -1500, 1500);
62 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_output_vol_update()
67 if (!(rt->ovol_updated & (1 << i))) { in usb6fire_control_output_vol_update()
68 comm_rt->write8(comm_rt, 0x12, 0x0f + i, in usb6fire_control_output_vol_update()
69 180 - rt->output_vol[i]); in usb6fire_control_output_vol_update()
70 rt->ovol_updated |= 1 << i; in usb6fire_control_output_vol_update()
[all …]
/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py2 # SPDX-License-Identifier: GPL-2.0
27 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
42 print("In trace_begin:\n")
61 flags integer,
62 ip integer,
63 status integer,
64 dse integer,
65 dla integer,
66 lat integer
107 print("In trace_end:\n")
[all …]
/linux/sound/firewire/oxfw/
H A Doxfw-spkr.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * oxfw-spkr.c - a part of driver for OXFW970/971 based devices
37 return -ENOMEM; in avc_audio_feature_mute()
64 dev_err(&unit->device, "short FCP response\n"); in avc_audio_feature_mute()
65 err = -EIO; in avc_audio_feature_mute()
69 dev_err(&unit->device, "mute command failed\n"); in avc_audio_feature_mute()
70 err = -EIO; in avc_audio_feature_mute()
95 return -ENOMEM; in avc_audio_feature_volume()
125 dev_err(&unit->device, "short FCP response\n"); in avc_audio_feature_volume()
126 err = -EIO; in avc_audio_feature_volume()
[all …]
/linux/scripts/dtc/
H A Ddtc-lexer.l1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 %option noyywrap nounput noinput never-interactive
12 PROPNODECHAR [a-zA-Z0-9,._+*#?@-]
[all...]
/linux/sound/pci/asihpi/
H A Dasihpi.c1 // SPDX-License-Identifier: GPL-2.0-only
45 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* index 0-MAX */
254 pr_warn("in file %s, line %d: HPI error %d\n", in handle_error()
266 struct device *dev = substream->pcm->card->dev; in print_hwparams()
270 dev_dbg(dev, "%s HWPARAMS\n", nam in print_hwparams()
[all...]
/linux/drivers/platform/x86/
H A Dlg-laptop.c1 // SPDX-License-Identifier: GPL-2.0+
3 * lg-laptop.c - LG Gram ACPI features and hotkeys Driver
5 * Copyright (C) 2018 Matan Ziv-Av <matan@svgalib.org>
17 #include <linux/input/sparse-keymap.h>
34 MODULE_AUTHOR("Matan Ziv-Av");
58 #define WMI_EVENT_GUID0 "E4FB94F9-7F2B-4173-AD1A-CD1D95086248"
59 #define WMI_EVENT_GUID1 "023B133E-49D1-4E10-B313-698220140DC2"
60 #define WMI_EVENT_GUID2 "37BE1AC0-C3F2-4B1F-BFBE-8FDEAF2814D6"
61 #define WMI_EVENT_GUID3 "911BAD44-7DF8-4FBB-9319-BABA1C4B293B"
62 #define WMI_METHOD_WMAB "C3A72B38-D3EF-42D3-8CBB-D5A57049F66D"
[all …]

12345678910>>...41