| /kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
| D | iosm_ipc_mux_codec.h | 37 /* 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 …]
|
| D | iosm_ipc_mux_codec.c | 429 /* 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 …]
|
| /kernel/linux/linux-5.10/Documentation/power/ |
| D | pm_qos_interface.rst | 20 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 …]
|
| /kernel/linux/linux-6.6/Documentation/power/ |
| D | pm_qos_interface.rst | 20 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 …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/gpio/ |
| D | gpio-aggregator.rst | 25 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
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/gpio/ |
| D | gpio-aggregator.rst | 25 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
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | stat.h | 22 /* hold aggregated event info */ 24 /* aggregated values */ 26 /* number of entries (CPUs) aggregated */ 40 /* aggregated event values */
|
| /kernel/linux/linux-6.6/sound/soc/intel/common/ |
| D | soc-acpi-intel-sdw-mockup-match.c | 15 .aggregated = 0, 22 .aggregated = 1, 29 .aggregated = 1,
|
| D | soc-acpi-intel-mtl-match.c | 86 .aggregated = 0, 93 .aggregated = 1, 100 .aggregated = 1, 108 .aggregated = 0, 114 .aggregated = 0,
|
| D | soc-acpi-intel-icl-match.c | 49 .aggregated = 0, 56 .aggregated = 1, 63 .aggregated = 1,
|
| D | soc-acpi-intel-tgl-match.c | 25 .aggregated = 0, 32 .aggregated = 1, 39 .aggregated = 1, 47 .aggregated = 0, 53 .aggregated = 0,
|
| D | soc-acpi-intel-cml-match.c | 97 .aggregated = 0, 104 .aggregated = 1, 111 .aggregated = 1,
|
| /kernel/linux/linux-5.10/sound/soc/intel/boards/ |
| D | sof_sdw.c | 467 * Since some sdw slaves may be aggregated, the CPU DAI number 508 /* count BE for each non-aggregated slave or group */ in get_sdw_dailink_info() 509 if (!endpoint->aggregated || no_aggregation || in get_sdw_dailink_info() 514 if (endpoint->aggregated) in get_sdw_dailink_info() 656 * Initialize the codec. If codec is part of an aggregated in set_codec_init_func() 667 /* The group_id is > 0 iff the codec is aggregated */ in set_codec_init_func() 687 * one slave on one sdw link with aggregated = 0 690 * two or more slaves on one sdw link with aggregated = 0 693 * multiple links with multiple slaves with aggregated = 1 715 if (!adr_d->endpoints->aggregated || no_aggregation) { in get_slave_info() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/intel/common/ |
| D | soc-acpi-intel-icl-match.c | 38 .aggregated = 0, 45 .aggregated = 1, 52 .aggregated = 1,
|
| D | soc-acpi-intel-cml-match.c | 77 .aggregated = 0, 84 .aggregated = 1, 91 .aggregated = 1,
|
| D | soc-acpi-intel-tgl-match.c | 19 .aggregated = 0, 26 .aggregated = 1, 33 .aggregated = 1,
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | soc-acpi.h | 80 * @aggregated: 0 (independent) or 1 (logically grouped) 81 * @group_position: zero-based order (only when @aggregated is 1) 86 u8 aggregated; member
|
| /kernel/linux/linux-6.6/include/sound/ |
| D | soc-acpi.h | 95 * @aggregated: 0 (independent) or 1 (logically grouped) 96 * @group_position: zero-based order (only when @aggregated is 1) 101 u8 aggregated; member
|
| /kernel/linux/linux-6.6/sound/soc/intel/boards/ |
| D | sof_sdw.c | 1084 * 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 …]
|
| /kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
| D | icc-rpmh.h | 81 * @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
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | maintainer-tip.rst | 54 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
|
| /kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
| D | icc-rpmh.h | 81 * @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
|
| /kernel/linux/linux-6.6/sound/soc/sof/ |
| D | ipc4-fw-reg.h | 103 /* Number of Aggregated SNDW Reading slots in FW Regs. */ 125 * @llp_sndw_reading_slots: SNDW aggregated link gateways
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | interconnect-provider.h | 89 * @avg_bw: aggregated value of average bandwidth requests from all consumers 90 * @peak_bw: aggregated value of peak bandwidth requests from all consumers
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | interconnect-provider.h | 89 * @avg_bw: aggregated value of average bandwidth requests from all consumers 90 * @peak_bw: aggregated value of peak bandwidth requests from all consumers
|