Home
last modified time | relevance | path

Searched +full:usecase +full:- +full:specific (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6.h1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (C) 2013 - 2024 Intel Corporation */
11 #include "ipu6-buttress.h"
17 #define IPU6_NAME "intel-ipu6"
35 * IPU6 - TGL
36 * IPU6SE - JSL
37 * IPU6EP - ADL/RPL
38 * IPU6EP_MTL - MTL
96 /* The firmware is accessible within the first 2 GiB only in non-secure mode. */
116 * Threshold values are pre-defined and are arrived at after performance
[all …]
/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt2 * is the definition of +/- values practical or counterintuitive?
13 that produce three-dimensional data in relation to the world where it is
20 The typical usecase is that where a component has an internal representation
23 relative to some specific device frame of reference.
37 reference. This means that the sensor may be flipped upside-down, left-right,
47 Device-to-world examples for some three-dimensional sensor types:
49 - Accelerometers have their world frame of reference toward the center of
57 as the gravity vector is projected 1:1 onto the sensors (z)-axis.
67 +--------+ +--------+
69 +--------+ +--------+
[all …]
/linux/tools/perf/Documentation/
H A Dperf-amd-ibs.txt1 perf-amd-ibs(1)
5 ----
6 perf-amd-ibs - Support for AMD Instruction-Base
[all...]
/linux/drivers/slimbus/
H A Dslimbus.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2011-2017, The Linux Foundation
91 * struct slim_framer - Represents SLIMbus framer.
94 * Manager is responsible for framer hand-over.
111 * struct slim_msg_txn - Message to be sent by the controller.
120 * (relevant for message-codes involving read operation)
260 * struct slim_channel - SLIMbus channel, used for state machine
279 * struct slim_port - SLIMbus port
303 * @SLIM_PROTO_ASYNC_SMPLX: Asynchronous Protocol-Simplex
304 * @SLIM_PROTO_ASYNC_HALF_DUP: Asynchronous Protocol-Half-duplex
[all …]
/linux/include/scsi/
H A Discsi_if.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 * maintained by open-iscsi@googlegroups.com
99 /* messages u -> k */
241 /* messages k -> u */
311 /* structure for minimalist usecase */
319 uint32_t iface_num; /* iface number, 0 - n */
461 /* iSCSI specific settings params for iface */
745 * These flags presents iSCSI Data-Path capabilities.
779 * struct iscsi_stats - iSCSI Statistics (iSCSI MIB)
781 * Note: this structure contains counters collected on per-connection basis.
[all …]
/linux/include/linux/
H A Dmhi.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
10 #include <linux/dma-direction.h>
17 #include <linux/device-id/mhi.h>
28 * enum mhi_callback - MHI callback
52 * enum mhi_flags - Transfer flags
64 * enum mhi_device_type - Device types
74 * enum mhi_ch_type - Channel types
90 * struct mhi_buf - MHI Buffer description
93 * ECA - Event context array data
[all …]
/linux/drivers/powercap/
H A Dintel_rapl_common.c1 // SPDX-License-Identifier: GPL-2.0-only
30 #include <asm/intel-family.h>
53 #define NR_RAW_PRIMITIVES (NR_RAPL_PRIMITIVES - 2)
78 return rd->rpl[pl].name ? true : false; in is_pl_valid()
83 if (rd->rp->priv->type == RAPL_IF_TPMI) { in get_pl_lock_prim()
94 return -EINVAL; in get_pl_lock_prim()
100 if (rd->rp->priv->limits[rd->id] & BIT(POWER_LIMIT2)) in get_pl_lock_prim()
111 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim()
121 return -EINVAL; in get_pl_prim()
125 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim()
[all …]
/linux/drivers/opp/
H A Dcore.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2009-2010 Texas Instruments Incorporated.
26 * The root of the list of all opp-tables. All opp_table structures branch off
44 guard(mutex)(&opp_table->lock); in _find_opp_dev()
46 list_for_each_entry(opp_dev, &opp_table->dev_list, node) in _find_opp_dev()
47 if (opp_dev->dev == dev) in _find_opp_dev()
62 return ERR_PTR(-ENODE in _find_opp_table_unlocked()
[all...]
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c9 * publicity pertaining to distribution of the software without specific,
178 int idx = (lct / 2) - 1; in drm_dp_mst_get_ufp_num_at_lct_from_rad()
216 number_of_bits--; in drm_dp_msg_header_crc4()
220 bitshift--; in drm_dp_msg_header_crc4()
232 number_of_bits--; in drm_dp_msg_header_crc4()
250 number_of_bits--; in drm_dp_msg_data_crc4()
254 bitshift--; in drm_dp_msg_data_crc4()
266 number_of_bits--; in drm_dp_msg_data_crc4()
278 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()
289 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()
[all …]
/linux/drivers/pmdomain/
H A Dcore.c1 // SPDX-License-Identifier: GPL-2.0
3 * drivers/base/power/domain.c - Common code related to device power domains.
42 __routine = genpd->dev_ops.callback; \
61 mutex_lock(&genpd->mlock); in genpd_lock_mtx()
67 mutex_lock_nested(&genpd->mlock, depth); in genpd_lock_nested_mtx()
72 return mutex_lock_interruptible(&genpd->mlock); in genpd_lock_interruptible_mtx()
77 return mutex_unlock(&genpd->mlock); in genpd_unlock_mtx()
88 __acquires(&genpd->slock) in genpd_lock_spin()
92 spin_lock_irqsave(&genpd->slock, flags); in genpd_lock_spin()
93 genpd->lock_flags = flags; in genpd_lock_spin()
[all …]
/linux/arch/s390/kvm/s390/
H A Ds390.c1 // SPDX-License-Identifier: GPL-2.0
13 #define pr_fmt(fmt) "kvm-s390: " fmt
16 #include <linux/entry-virt.h>
38 #include <asm/access-regs.h>
39 #include <asm/asm-offsets.h>
62 #include "trace-s390.h"
241 * the feature is opt-in anyway
250 * defines in FACILITIES_KVM and the non-hypervisor managed bits.
283 * -delta to the epoch. in kvm_clock_sync_scb()
285 delta = -delta; in kvm_clock_sync_scb()
[all …]