/Linux-v5.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 …]
|
/Linux-v5.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
|
/Linux-v5.10/sound/soc/intel/boards/ |
D | sof_sdw.c | 380 * Since some sdw slaves may be aggregated, the CPU DAI number 421 /* count BE for each non-aggregated slave or group */ in get_sdw_dailink_info() 422 if (!endpoint->aggregated || no_aggregation || in get_sdw_dailink_info() 427 if (endpoint->aggregated) in get_sdw_dailink_info() 569 * Initialize the codec. If codec is part of an aggregated in set_codec_init_func() 580 /* The group_id is > 0 iff the codec is aggregated */ in set_codec_init_func() 600 * one slave on one sdw link with aggregated = 0 603 * two or more slaves on one sdw link with aggregated = 0 606 * multiple links with multiple slaves with aggregated = 1 628 if (!adr_d->endpoints->aggregated || no_aggregation) { in get_slave_info() [all …]
|
/Linux-v5.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,
|
D | soc-acpi-intel-cnl-match.c | 32 .aggregated = 0,
|
/Linux-v5.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
|
/Linux-v5.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
|
/Linux-v5.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
|
/Linux-v5.10/drivers/base/power/ |
D | qos.c | 379 * 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,
|
/Linux-v5.10/include/net/ |
D | net_failover.h | 23 /* aggregated stats */
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.h | 120 * When a RA/TID needs to become aggregated, no new queue is required to be 121 * allocated, only mark the queue as aggregated via the ADD_STA command. Note, 122 * however, that a shared queue cannot be aggregated, and only after the other 124 * reconfigured and become aggregated. 400 * @agg_tids: bitmap of tids whose status is operational aggregated (IWL_AGG_ON)
|
/Linux-v5.10/include/soc/qcom/ |
D | tcs.h | 20 * is aggregated immediately.
|
/Linux-v5.10/Documentation/devicetree/bindings/interconnect/ |
D | qcom,bcm-voter.yaml | 15 Coordinators (RSC). Interconnect providers are able to vote for aggregated
|
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
D | sta_rx.c | 183 * further. If the packet is determined to be aggregated, it is 184 * de-aggregated accordingly. Non-unicast packets are sent directly to
|
D | 11n_aggr.c | 140 * Create aggregated packet. 142 * This function creates an aggregated MSDU packet, by combining buffers
|
/Linux-v5.10/Documentation/networking/device_drivers/cellular/qualcomm/ |
D | rmnet.rst | 24 sending aggregated bunch of MAP frames. rmnet driver will de-aggregate
|
/Linux-v5.10/Documentation/accounting/ |
D | delay-accounting.rst | 25 delay statistics aggregated for all tasks (or threads) belonging to a
|
/Linux-v5.10/net/batman-adv/ |
D | bat_iv_ogm.c | 356 /* we might have aggregated direct link packets with an in batadv_iv_ogm_send_to_if() 372 fwd_str, (packet_num > 0 ? "aggregated " : ""), in batadv_iv_ogm_send_to_if() 424 * batadv_iv_ogm_can_aggregate() - find out if an OGM can be aggregated on an 426 * @new_bat_ogm_packet: OGM packet to be aggregated 435 * Return: true if new_packet can be aggregated with forw_packet 456 /* we can aggregate the current packet to this aggregated packet in batadv_iv_ogm_can_aggregate() 527 * batadv_iv_ogm_aggregate_new() - create a new aggregated packet and add this 641 /* own packets are not to be aggregated */ in batadv_iv_ogm_queue_add() 665 * we hold it back for a while, so that it might be aggregated in batadv_iv_ogm_queue_add() 1760 /* unpack the aggregated packets and process them one by one */ in batadv_iv_ogm_receive()
|
/Linux-v5.10/lib/ |
D | objagg.c | 176 * our object can be aggregated into the parent. in objagg_obj_parent_assign() 347 /* Try to find if the object can be aggregated under an existing one. */ in objagg_obj_init() 425 * 2) The object does not exist, but it can be aggregated within 429 * 3) The object does not exist and cannot be aggregated into
|
/Linux-v5.10/Documentation/ABI/obsolete/ |
D | sysfs-class-net-mesh | 9 mesh <mesh_iface> shall be aggregated or not.
|
/Linux-v5.10/tools/perf/util/ |
D | cs-etm.h | 144 * aggregated.
|
/Linux-v5.10/Documentation/filesystems/ |
D | zonefs.rst | 168 aggregated into a single larger file instead of the default one file per zone. 370 conventional zone file (all conventional zones are aggregated under a single 377 This aggregated conventional zone file can be used as a regular file::
|
/Linux-v5.10/drivers/hid/intel-ish-hid/ |
D | ishtp-hid.h | 60 /* struct for ISHTP aggregated input data */
|