Home
last modified time | relevance | path

Searched +full:de +full:- +full:activated (Results 1 – 25 of 147) sorted by relevance

123456

/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dcdns,qspi-nor-peripheral-props.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/cdns,qspi-nor-peripheral-props.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Peripheral-specific properties for the Cadence QSPI controller.
10 See spi-peripheral-props.yaml for more info.
13 - Vaishnav Achath <vaishnav.a@ti.com>
16 # cdns,qspi-nor.yaml
17 cdns,read-delay:
22 cdns,tshsl-ns:
[all …]
/Linux-v6.1/drivers/s390/block/
Ddasd_proc.c1 // SPDX-License-Identifier: GPL-2.0
3 * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
4 * Horst Hummel <Horst.Hummel@de.ibm.com>
5 * Carsten Otte <Cotte@de.ibm.com>
6 * Martin Schwidefsky <schwidefsky@de.ibm.com>
7 * Bugreports.to..: <Linux390@de.ibm.com>
42 device = dasd_device_from_devindex((unsigned long) v - 1); in dasd_devices_show()
45 if (device->block) in dasd_devices_show()
46 block = device->block; in dasd_devices_show()
52 seq_printf(m, "%s", dev_name(&device->cdev->dev)); in dasd_devices_show()
[all …]
/Linux-v6.1/Documentation/s390/
Ddriver-model.rst6 --------------
8 All devices which can be addressed by means of ccws are called 'CCW devices' -
15 - system/
16 - css0/
17 - 0.0.0000/0.0.0815/
18 - 0.0.0001/0.0.4711/
19 - 0.0.0002/
20 - 0.1.0000/0.1.1234/
22 - defunct/
25 device 4711 via subchannel 1 in subchannel set 0, and subchannel 2 is a non-I/O
[all …]
/Linux-v6.1/Documentation/admin-guide/media/
Dimx.rst1 .. SPDX-License-Identifier: GPL-2.0
7 ------------
15 - Image DMA Controller (IDMAC)
16 - Camera Serial Interface (CSI)
17 - Image Converter (IC)
18 - Sensor Multi-FIFO Controller (SMFC)
19 - Image Rotator (IRT)
20 - Video De-Interlacing or Combining Block (VDIC)
26 re-ordering (for example UYVY to YUYV) within the same colorspace, and
27 packed <--> planar conversion. The IDMAC can also perform a simple
[all …]
Dtechnisat.rst1 .. SPDX-License-Identifier: GPL-2.0
10 Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009
13 -----------------------------
19 .. code-block:: none
21 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
29 -------------------
36 In this directory uncheck every driver which is activated there
37 (except ``Simple tuner support`` for ATSC 3rd generation only -> see case 9 please).
41 - Main module part:
50 - Frontend / Tuner / Demodulator module part:
[all …]
/Linux-v6.1/drivers/watchdog/
Ddiag288_wdt.c1 // SPDX-License-Identifier: GPL-2.0-only
16 * Author(s): Arnd Bergmann (arndb@de.ibm.com)
17 * Philipp Hachtmann (phacht@de.ibm.com)
39 #define MAX_INTERVAL 3600 /* One hour should be enough - pure estimation */
43 /* Function codes - init, change, cancel */
57 MODULE_AUTHOR("Arnd Bergmann <arndb@de.ibm.com>");
58 MODULE_AUTHOR("Philipp Hachtmann <phacht@de.ibm.com>");
82 err = -EINVAL; in __diag288()
119 return -EBUSY; in wdt_start()
125 return -ENOMEM; in wdt_start()
[all …]
/Linux-v6.1/drivers/input/keyboard/
Dmatrix_keypad.c1 // SPDX-License-Identifier: GPL-2.0-only
43 * HiZ when de-activated to cause minmal side effect when scanning other
50 bool level_on = !pdata->active_low; in __activate_col()
53 gpio_direction_output(pdata->col_gpios[col], level_on); in __activate_col()
55 gpio_set_value_cansleep(pdata->col_gpios[col], !level_on); in __activate_col()
56 if (!pdata->drive_inactive_cols) in __activate_col()
57 gpio_direction_input(pdata->col_gpios[col]); in __activate_col()
66 if (on && pdata->col_scan_delay_us) in activate_col()
67 udelay(pdata->col_scan_delay_us); in activate_col()
75 for (col = 0; col < pdata->num_col_gpios; col++) in activate_all_cols()
[all …]
/Linux-v6.1/arch/sparc/include/asm/
Dbbc.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * bbc.h: Defines for BootBus Controller found on UltraSPARC-III
12 /* Register sizes are indicated by "B" (Byte, 1-byte),
13 * "H" (Half-word, 2 bytes), "W" (Word, 4 bytes) or
29 #define BBC_ES_DACT 0x14 /* [B] E* De-Assert Change Time */
30 #define BBC_ES_DABT 0x15 /* [B] E* De-Assert Bypass Time */
38 #define BBC_I2C_0_S1 0x2e /* [B] I2C ctrlr-0 reg S1 */
39 #define BBC_I2C_0_S0 0x2f /* [B] I2C ctrlr-0 regs S0,S0',S2,S3*/
40 #define BBC_I2C_1_S1 0x30 /* [B] I2C ctrlr-1 reg S1 */
41 #define BBC_I2C_1_S0 0x31 /* [B] I2C ctrlr-1 regs S0,S0',S2,S3*/
[all …]
/Linux-v6.1/drivers/misc/genwqe/
Dcard_sysfs.c1 // SPDX-License-Identifier: GPL-2.0-only
8 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com>
10 * Author: Michael Ruettger <michael@ibmra.de>
33 [GENWQE_TYPE_ALTERA_230] = "GenWQE4-230",
34 [GENWQE_TYPE_ALTERA_530] = "GenWQE4-530",
35 [GENWQE_TYPE_ALTERA_A4] = "GenWQE5-A4",
36 [GENWQE_TYPE_ALTERA_A7] = "GenWQE5-A7",
45 return sprintf(buf, "%s\n", cs[cd->card_state]); in status_show()
133 * curr_bitstream_show() - Show the current bitstream id
160 * next_bitstream_show() - Show the next activated bitstream
[all …]
/Linux-v6.1/mm/damon/
Dcore.c1 // SPDX-License-Identifier: GPL-2.0
5 * Author: SeongJae Park <sjpark@amazon.de>
45 * damon_is_registered_ops() - Check if a given damon_operations is registered.
63 * damon_register_ops() - Register a monitoring operations set to DAMON.
67 * damon_operations->id so that others can find and use them later.
75 if (ops->id >= NR_DAMON_OPS) in damon_register_ops()
76 return -EINVAL; in damon_register_ops()
79 if (__damon_is_registered_ops(ops->id)) { in damon_register_ops()
80 err = -EINVAL; in damon_register_ops()
83 damon_registered_ops[ops->id] = *ops; in damon_register_ops()
[all …]
/Linux-v6.1/net/dccp/
Dccid.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Arnaldo Carvalho de Melo <acme@conectiva.com.br>
28 if (ccids[i]->ccid_id == id) in ccid_by_number()
37 if (ccid_by_number(ccid_array[--array_len]) == NULL) in ccid_support_check()
43 * ccid_get_builtin_ccids - Populate a list of built-in CCIDs
47 * This function allocates memory - caller must see that it is freed after use.
53 return -ENOBUFS; in ccid_get_builtin_ccids()
56 (*ccid_array)[*array_len] = ccids[*array_len]->ccid_id; in ccid_get_builtin_ccids()
67 return -ENOBUFS; in ccid_getsockopt_builtin_ccids()
70 err = -EFAULT; in ccid_getsockopt_builtin_ccids()
[all …]
/Linux-v6.1/include/linux/
Ddamon.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Author: SeongJae Park <sjpark@amazon.de>
18 /* Max priority score for DAMON-based operation schemes */
24 return l + prandom_u32_max(r - l); in damon_rand()
28 * struct damon_addr_range - Represents an address region of [@start, @end).
38 * struct damon_region - Represents a monitoring target region.
48 * region are set as region size-weighted average of those of the two regions.
62 * struct damon_target - Represents a monitoring target.
81 * enum damos_action - Represents an action of a Data Access Monitoring-based
107 * struct damos_quota - Controls the aggressiveness of the given scheme.
[all …]
/Linux-v6.1/drivers/scsi/
Dsense_codes.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * http://www.t10.org/lists/asc-num.txt [most recent: 20200817]
9 SENSE_CODE(0x0002, "End-of-partition/medium detected")
11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected")
12 SENSE_CODE(0x0005, "End-of-data detected")
51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress")
87 SENSE_CODE(0x0801, "Logical unit communication time-out")
89 SENSE_CODE(0x0803, "Logical unit communication CRC error (Ultra-DMA/32)")
102 SENSE_CODE(0x0B01, "Warning - specified temperature exceeded")
103 SENSE_CODE(0x0B02, "Warning - enclosure degraded")
[all …]
/Linux-v6.1/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c1 // SPDX-License-Identifier: GPL-2.0-or-later
8 * Copyright (C) 2008 Hannes Reinecke <hare@suse.de>
23 #define HP_SW_PATH_UNINITIALIZED -1
37 * tur_done - Handle TEST UNIT READY return status
48 switch (sshdr->sense_key) { in tur_done()
53 if (sshdr->asc == 0x04 && sshdr->ascq == 2) { in tur_done()
55 * LUN not ready - Initialization command required in tur_done()
59 h->path_state = HP_SW_PATH_PASSIVE; in tur_done()
67 HP_SW_NAME, sshdr->sense_key, sshdr->asc, in tur_done()
68 sshdr->ascq); in tur_done()
[all …]
/Linux-v6.1/arch/s390/kvm/
Ddiag.c1 // SPDX-License-Identifier: GPL-2.0
7 * Author(s): Carsten Otte <cotte@de.ibm.com>
8 * Christian Borntraeger <borntraeger@de.ibm.com>
14 #include <asm/virtio-ccw.h>
15 #include "kvm-s390.h"
17 #include "trace-s390.h"
25 start = vcpu->run->s.regs.gprs[(vcpu->arch.sie_block->ipa & 0xf0) >> 4]; in diag_release_pages()
26 end = vcpu->run->s.regs.gprs[vcpu->arch.sie_block->ipa & 0xf] + PAGE_SIZE; in diag_release_pages()
27 vcpu->stat.instruction_diagnose_10++; in diag_release_pages()
40 gmap_discard(vcpu->arch.gmap, start, end); in diag_release_pages()
[all …]
/Linux-v6.1/Documentation/accounting/
Dpsi.rst4 PSI - Pressure Stall Information
14 either play it safe and under-utilize their hardware resources, or
23 scarcity aids users in sizing workloads to hardware--or provisioning
38 respective file in /proc/pressure/ -- cpu, memory, and io.
48 The "full" line indicates the share of time in which all non-idle
108 When activated, psi monitor stays active for at least the duration of one
112 Notifications to the userspace are rate-limited to one per tracking window.
114 The trigger will de-register when the file descriptor used to define the
154 n = poll(&fds, 1, -1);
183 Per-cgroup psi monitors can be specified and used the same way as
[all …]
/Linux-v6.1/fs/ntfs3/
Dntfs_fs.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright (C) 2019-2021 Paragon Software GmbH, All rights reserved.
8 // clang-format off
19 #include <linux/page-flags.h>
42 #define MINUS_ONE_T ((size_t)(-1))
52 /* NTFS specific error code about resident->nonresident. */
58 /* sbi->flags */
67 /* ni->ni_flags */
70 * 1 - WOF_COMPRESSION_XPRESS4K
71 * 2 - WOF_COMPRESSION_XPRESS8K
[all …]
/Linux-v6.1/drivers/mtd/nand/raw/
Dxway_nand.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright © 2016 Hauke Mehrtens <hauke@hauke-m.de>
29 * the ALE pin will be activated.
76 return readb(data->nandaddr + op); in xway_readb()
84 writeb(value, data->nandaddr + op); in xway_writeb()
92 case -1: in xway_select_chip()
95 spin_unlock_irqrestore(&ebu_lock, data->csflags); in xway_select_chip()
98 spin_lock_irqsave(&ebu_lock, data->csflags); in xway_select_chip()
151 if (chip->ecc.engine_type == NAND_ECC_ENGINE_TYPE_SOFT && in xway_attach_chip()
152 chip->ecc.algo == NAND_ECC_ALGO_UNKNOWN) in xway_attach_chip()
[all …]
/Linux-v6.1/Documentation/admin-guide/mm/damon/
Dlru_sort.rst1 .. SPDX-License-Identifier: GPL-2.0
4 DAMON-based LRU-lists Sorting
7 DAMON-based LRU-lists Sorting (DAMON_LRU_SORT) is a static kernel module that
9 (de)prioritization of pages on their LRU-lists for making LRU-lists a more
12 Where Proactive LRU-lists Sorting is Required?
15 As page-granularity access checking overhead could be significant on huge
23 Because DAMON can identify access patterns of best-effort accuracy while
24 inducing only user-specified range of overhead, proactively running
32 rates that higher than a user-specified threshold) and cold pages (pages of
34 user-specified threshold) using DAMON, and prioritizes hot pages while
[all …]
/Linux-v6.1/include/uapi/linux/
Dnfc.h2 * Copyright (C) 2011 Instituto Nokia de Tecnologia
33 * enum nfc_commands - supported nfc commands
56 * @NFC_EVENT_TM_ACTIVATED: event emitted when the adapter is activated in
62 * a device. LTO must be set before the link is up otherwise -EINPROGRESS
65 * If one of the passed parameters is wrong none is set and -EINVAL is
129 #define NFC_CMD_MAX (__NFC_CMD_AFTER_LAST - 1)
132 * enum nfc_attrs - supported nfc attributes
138 * @NFC_ATTR_PROTOCOLS: nfc protocols - bitwise or-ed combination from
141 * @NFC_ATTR_TARGET_SENS_RES: NFC-A targets extra information such as NFCID
142 * @NFC_ATTR_TARGET_SEL_RES: NFC-A targets extra information (useful if the
[all …]
/Linux-v6.1/net/nfc/
Dcore.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2011 Instituto Nokia de Tecnologia
37 pr_debug("%s do firmware %s\n", dev_name(&dev->dev), firmware_name); in nfc_fw_download()
39 device_lock(&dev->dev); in nfc_fw_download()
41 if (dev->shutting_down) { in nfc_fw_download()
42 rc = -ENODEV; in nfc_fw_download()
46 if (dev->dev_up) { in nfc_fw_download()
47 rc = -EBUSY; in nfc_fw_download()
51 if (!dev->ops->fw_download) { in nfc_fw_download()
52 rc = -EOPNOTSUPP; in nfc_fw_download()
[all …]
/Linux-v6.1/drivers/media/dvb-frontends/
Dmt352.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Driver for Zarlink DVB-T MT352 demodulator
5 * Written by Holger Waechtler <holger@qanu.de>
6 * and Daniel Mack <daniel@qanu.de>
8 * AVerMedia AVerTV DVB-T 771 support by
9 * Wolfram Joost <dbox2@frokaschwei.de>
15 * DVICO FusionHDTV DVB-T1 and DVICO FusionHDTV DVB-T Lite support by
46 struct mt352_state* state = fe->demodulator_priv; in mt352_single_write()
48 struct i2c_msg msg = { .addr = state->config.demod_address, .flags = 0, in mt352_single_write()
50 int err = i2c_transfer(state->i2c, &msg, 1); in mt352_single_write()
[all …]
/Linux-v6.1/arch/arm/mach-rockchip/
Dplatsmp.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Author: Heiko Stuebner <heiko@sntech.de>
57 np = dev->of_node; in rockchip_get_core_reset()
92 ret = -1; in pmu_set_power_domain()
122 return -ENXIO; in rockchip_boot_secondary()
128 return -ENXIO; in rockchip_boot_secondary()
140 * stay at wfe state, once they are activated, they will check in rockchip_boot_secondary()
159 * rockchip_smp_prepare_sram - populate necessary sram block
160 * Starting cores execute the code residing at the start of the on-chip sram
161 * after power-on. Therefore make sure, this sram region is reserved and
[all …]
/Linux-v6.1/sound/soc/codecs/
Dssm2602.c1 // SPDX-License-Identifier: GPL-2.0-or-later
73 48, 127, TLV_DB_SCALE_ITEM(-7400, 100, 0)
76 static const DECLARE_TLV_DB_SCALE(ssm260x_inpga_tlv, -3450, 150, 0);
77 static const DECLARE_TLV_DB_SCALE(ssm260x_sidetone_tlv, -1500, 300, 0);
87 SOC_ENUM("Playback De-emphasis", ssm2602_enum[1]),
121 * the digital core should be activated only after all necessary bits in ssm2602_mic_switch_event()
124 * is activated too early, or even before the ADC is powered up, audible in ssm2602_mic_switch_event()
166 ARRAY_SIZE(ssm260x_output_mixer_controls) - 1), /* Last element is the mic */
287 return -EINVAL; in ssm2602_get_coeff()
294 struct snd_soc_component *component = dai->component; in ssm2602_hw_params()
[all …]
/Linux-v6.1/drivers/media/radio/si470x/
Dradio-si470x-common.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * drivers/media/radio/si470x/radio-si470x-common.c
8 * Copyright (c) 2012 Hans de Goede <hdegoede@redhat.com>
14 * 2008-01-12 Tobias Lorenz <tobias.lorenz@gmx.net>
16 * - First working version
17 * 2008-01-13 Tobias Lorenz <tobias.lorenz@gmx.net>
19 * - Improved error handling, every function now returns errno
20 * - Improved multi user access (start/mute/stop)
21 * - Channel doesn't get lost anymore after start/mute/stop
22 * - RDS support added (polling mode via interrupt EP 1)
[all …]

123456