Home
last modified time | relevance | path

Searched full:aggregated (Results 1 – 25 of 251) sorted by relevance

1234567891011

/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.h37 /* ACBH: Signature of the Aggregated Command Block Header. */
40 /* ADTH: Signature of the Aggregated Datagram Table Header. */
43 /* ADBH: Signature of the Aggregated Data Block Header. */
91 * @cmd_len: Length (in bytes) of the Aggregated Command Block.
112 * struct mux_acbh - Structure of the Aggregated Command Block Header.
113 * @signature: Signature of the Aggregated Command Block Header.
116 * @block_length: Length (in bytes) of the Aggregated Command Block.
128 * struct mux_adbh - Structure of the Aggregated Data Block Header.
129 * @signature: Signature of the Aggregated Data Block Header.
132 * @block_length: Length (in bytes) of the Aggregated Data Block.
[all …]
H A Diosm_ipc_mux_codec.c429 /* Decode non-aggregated datagram */
517 /* Decode an aggregated command block. */
583 /* Decode an aggregated data block. */
598 /* Process the aggregated datagram tables. */ in mux_dl_adb_decode()
625 /* Consistency checks for aggregated datagram table. */ in mux_dl_adb_decode()
644 /* Move to the next aggregated datagram table. */ in mux_dl_adb_decode()
649 /* New aggregated datagram table. */ in mux_dl_adb_decode()
658 /* Move to the next aggregated datagram table. */ in mux_dl_adb_decode()
683 case IOSM_AGGR_MUX_SIG_ADBH: /* Aggregated Data Block Header */ in ipc_mux_dl_decode()
692 case IOSM_AGGR_MUX_SIG_ACBH: /* Aggregated Command Block Header */ in ipc_mux_dl_decode()
[all …]
H A Diosm_ipc_mux.h201 * struct mux_adth_dg - Structure of the datagram in the Aggregated Datagram
219 * struct mux_qlth_ql - Structure of the queue level in the Aggregated
228 * struct mux_qlth - Structure of Aggregated Datagram Queue Level Table
/openbmc/linux/Documentation/power/
H A Dpm_qos_interface.rst20 A global list of CPU latency QoS requests is maintained along with an aggregated
21 (effective) target value. The aggregated target value is updated with changes
23 aggregated target value is simply the min of the request values held in the list
26 Note: the aggregated target value is implemented as an atomic variable so that
27 reading the aggregated value does not require any locking mechanism.
40 value and recompute the new aggregated target, calling the notification tree
49 Returns the aggregated value for the CPU latency QoS.
57 called when the aggregated value for the CPU latency QoS is changed.
91 maintained along with the aggregated targets of resume latency and active
100 Note: The aggregated target values are implemented in such a way that reading
[all …]
/openbmc/bmcweb/
H A DAGGREGATION.md4 satellite BMCs. Aggregated resources are accessed in the same way as local
5 resources. The only observable difference between local and aggregated resources
6 is aggregated resources have a special prefix added to their URIs.
8 The satellite BMCs are not aware that they are being aggregated. The aggregating
70 aggregating BMC is compatible with all aggregated satellite resources.
80 Aggregated resources will have a prefix appended to their URIs in order to
86 The general URI format for aggregated resources is
112 The following example shows how aggregated resources are added to a top level
140 Requests for aggregated resources are not fully processed by the aggregating
144 The following steps are used to retrieve the requested aggregated resource:
[all …]
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst25 Aggregated GPIO controllers are instantiated and destroyed by writing to
31 Userspace may ask the kernel to instantiate an aggregated GPIO
60 Userspace may ask the kernel to destroy an aggregated GPIO
64 Example: Destroy the previously-created aggregated GPIO
/openbmc/linux/tools/perf/util/
H A Dstat.h22 /* hold aggregated event info */
24 /* aggregated values */
26 /* number of entries (CPUs) aggregated */
40 /* aggregated event values */
/openbmc/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-sdw-mockup-match.c15 .aggregated = 0,
22 .aggregated = 1,
29 .aggregated = 1,
H A Dsoc-acpi-intel-mtl-match.c86 .aggregated = 0,
93 .aggregated = 1,
100 .aggregated = 1,
108 .aggregated = 0,
114 .aggregated = 0,
H A Dsoc-acpi-intel-icl-match.c49 .aggregated = 0,
56 .aggregated = 1,
63 .aggregated = 1,
H A Dsoc-acpi-intel-tgl-match.c25 .aggregated = 0,
32 .aggregated = 1,
39 .aggregated = 1,
47 .aggregated = 0,
53 .aggregated = 0,
H A Dsoc-acpi-intel-cml-match.c97 .aggregated = 0,
104 .aggregated = 1,
111 .aggregated = 1,
H A Dsoc-acpi-intel-rpl-match.c13 .aggregated = 0,
20 .aggregated = 1,
27 .aggregated = 1,
H A Dsoc-acpi-intel-arl-match.c13 .aggregated = 0,
/openbmc/linux/include/sound/
H A Dsoc-acpi.h95 * @aggregated: 0 (independent) or 1 (logically grouped)
96 * @group_position: zero-based order (only when @aggregated is 1)
101 u8 aggregated; member
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw.c1084 * Since some sdw slaves may be aggregated, the CPU DAI number
1134 if (endpoint->aggregated && !endpoint->group_id) { in get_dailink_info()
1148 /* count BE for each non-aggregated slave or group */ in get_dailink_info()
1149 if (!endpoint->aggregated || no_aggregation || in get_dailink_info()
1155 if (endpoint->aggregated) in get_dailink_info()
1271 * Initialize the codec. If codec is part of an aggregated in set_codec_init_func()
1276 * we should end immediately if it is not aggregated (group_id=0) in set_codec_init_func()
1285 /* The group_id is > 0 iff the codec is aggregated */ in set_codec_init_func()
1311 * one slave on one sdw link with aggregated = 0
1314 * two or more slaves on one sdw link with aggregated = 0
[all …]
/openbmc/linux/drivers/interconnect/qcom/
H A Dicc-rpmh.h81 * @vote_x: aggregated threshold values, represents sum_bw when @type is bw bcm
82 * @vote_y: aggregated threshold values, represents peak_bw when @type is bw bcm
/openbmc/linux/Documentation/process/
H A Dmaintainer-tip.rst54 tree and then aggregated into irq/core
60 a separate maintainer tree and then aggregated into timers/core
64 and then aggregated into timers/core
72 tree and is aggregated into the tip tree.
84 aggregated in the tip efi/core branch.
89 are aggregated into the tip core/rcu branch.
108 own git tree and are only aggregated into the tip tree, development should
/openbmc/linux/sound/soc/sof/
H A Dipc4-fw-reg.h103 /* Number of Aggregated SNDW Reading slots in FW Regs. */
125 * @llp_sndw_reading_slots: SNDW aggregated link gateways
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DArtistic-1.0-Perl41 …may be sold commercially, and may be aggregated with this Package. If such scripts or library fil…
H A DClArtistic107 them, and may be sold commercially, and may be aggregated with this
108 Package. If such scripts or library files are aggregated with this
/openbmc/linux/include/linux/
H A Dinterconnect-provider.h89 * @avg_bw: aggregated value of average bandwidth requests from all consumers
90 * @peak_bw: aggregated value of peak bandwidth requests from all consumers
/openbmc/linux/drivers/base/power/
H A Dqos.c379 * Returns 1 if the aggregated constraint value has changed,
380 * 0 if the aggregated constraint value has not changed,
455 * Returns 1 if the aggregated constraint value has changed,
456 * 0 if the aggregated constraint value has not changed,
502 * Returns 1 if the aggregated constraint value has changed,
503 * 0 if the aggregated constraint value has not changed,
/openbmc/linux/include/net/
H A Dnet_failover.h23 /* aggregated stats */
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h62 * When a RA/TID needs to become aggregated, no new queue is required to be
63 * allocated, only mark the queue as aggregated via the ADD_STA command. Note,
64 * however, that a shared queue cannot be aggregated, and only after the other
66 * reconfigured and become aggregated.
383 * @agg_tids: bitmap of tids whose status is operational aggregated (IWL_AGG_ON)

1234567891011