Home
last modified time | relevance | path

Searched refs:terms (Results 1 – 25 of 857) sorted by relevance

12345678910>>...35

/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr3.yaml45 CKE minimum pulse width (HIGH and LOW pulse width) in terms of number
53 SELF REFRESH) in terms of number of clock cycles.
66 Four-bank activate window in terms of number of clock cycles.
72 Mode register set command delay in terms of number of clock cycles.
85 Row active time in terms of number of clock cycles.
97 RAS-to-CAS delay in terms of number of clock cycles.
103 Refresh Cycle time in terms of number of clock cycles.
109 READ data latency in terms of number of clock cycles.
115 Row precharge time (all banks) in terms of number of clock cycles.
147 WRITE data latency in terms of number of clock cycles.
[all …]
H A Djedec,lpddr2.yaml53 Active bank a to active bank b in terms of number of clock cycles.
60 Internal WRITE-to-READ command delay in terms of number of clock cycles.
67 Exit power-down to next valid command delay in terms of number of clock
74 Internal READ to PRECHARGE command delay in terms of number of clock
81 CKE minimum pulse width (HIGH and LOW pulse width) in terms of number
88 Row precharge time (all banks) in terms of number of clock cycles.
95 RAS-to-CAS delay in terms of number of clock cycles. Obtained from
102 WRITE recovery time in terms of number of clock cycles. Obtained from
109 Row active time in terms of number of clock cycles. Obtained from device
117 SELF REFRESH) in terms of number of clock cycles. Obtained from device
[all …]
/linux-6.15/tools/perf/util/
H A Dparse-events.h146 struct list_head terms; member
157 struct parse_events_terms *terms; member
195 void parse_events_terms__delete(struct parse_events_terms *terms);
196 void parse_events_terms__init(struct parse_events_terms *terms);
197 void parse_events_terms__exit(struct parse_events_terms *terms);
198 int parse_events_terms(struct parse_events_terms *terms, const char *str, FILE *input);
199 int parse_events_terms__to_strbuf(const struct parse_events_terms *terms, struct strbuf *sb);
H A Dparse-events.c1888 .terms = NULL, in parse_events_terms()
1895 list_splice(&parse_state.terms->terms, &terms->terms); in parse_events_terms()
1897 zfree(&parse_state.terms); in parse_events_terms()
2675 list_add_tail(&n->list, &dest->terms); in parse_events_terms__copy()
2682 INIT_LIST_HEAD(&terms->terms); in parse_events_terms__init()
2689 list_for_each_entry_safe(term, h, &terms->terms, list) { in parse_events_terms__exit()
2697 if (!terms) in parse_events_terms__delete()
2699 parse_events_terms__exit(terms); in parse_events_terms__delete()
2700 free(terms); in parse_events_terms__delete()
2708 if (!terms) in parse_events_terms__to_strbuf()
[all …]
H A Dpmu.c68 struct parse_events_terms terms; member
417 parse_events_terms__exit(&newalias->terms); in perf_pmu_free_alias()
518 parse_events_terms__exit(&data->alias->terms); in update_alias()
559 parse_events_terms__init(&alias->terms); in perf_pmu__new_alias()
724 list_for_each_entry(term, &alias->terms.terms, list) { in pmu_alias_terms()
739 list_splice_init(&clone_terms.terms, terms); in pmu_alias_terms()
1541 struct parse_events_terms *terms, in perf_pmu__config_terms() argument
1550 list_for_each_entry(term, &terms->terms, list) { in perf_pmu__config_terms()
1785 static const char *const terms[] = { in perf_pmu__for_each_format() local
1827 for (size_t i = 0; i < ARRAY_SIZE(terms); i++) { in perf_pmu__for_each_format()
[all …]
H A Dhwmon_pmu.h154 struct parse_events_terms *terms,
156 int hwmon_pmu__check_alias(struct parse_events_terms *terms, struct perf_pmu_info *info,
H A Dhwmon_pmu.c637 struct parse_events_terms *terms, in hwmon_pmu__config_terms() argument
648 list_for_each_entry(term, &terms->terms, list) { in hwmon_pmu__config_terms()
657 int hwmon_pmu__check_alias(struct parse_events_terms *terms, struct perf_pmu_info *info, in hwmon_pmu__check_alias() argument
661 list_first_entry(&terms->terms, struct parse_events_term, list); in hwmon_pmu__check_alias()
/linux-6.15/scripts/
H A Dgen-crc-consts.py50 terms = ['HI64_TERMS', 'LO64_TERMS'] if variant.lsb else ['LO64_TERMS', 'HI64_TERMS']
56 terms = [f'x^{i}' for i in reversed(range(poly.bit_length()))
59 while j < len(terms):
60 s = prefix + terms[j] + (' +' if j < len(terms) - 1 else '')
62 while j < len(terms) and len(s) < 73:
63 s += ' ' + terms[j] + (' +' if j < len(terms) - 1 else '')
/linux-6.15/LICENSES/dual/
H A DCDDL-1.039 portions thereof with code not governed by the terms of this
59 under the terms of this License.
75 exercising rights under, and complying with all of the terms
108 third party under the terms of this License.
174 governed by the terms of this License. You represent that You
190 You may not offer or impose any terms on any Covered Software in
207 under the terms of this License or under the terms of a license of
214 make it absolutely clear that any terms which differ from this
218 Developer or such Contributor as a result of any such terms You
241 Covered Software available under the terms of the version of the
[all …]
H A DMPL-1.147 portions thereof with code not governed by the terms of this License.
85 exercising rights under, and complying with all of the terms of, this
114 Original Code under the terms of this License.
160 governed by the terms of this License, including without limitation
173 made available in Source Code form under the terms of this License
241 support, indemnity or liability terms You offer.
247 the Covered Code is available under the terms of this License,
264 terms You offer.
277 the terms of this License to the maximum extent possible; and (b)
299 License, You may always continue to use it under the terms of that
[all …]
H A DCC-BY-4.025 terms and conditions, or any related information. Creative Commons
31 Creative Commons public licenses provide a standard set of terms and
42 irrevocable. Licensors should read and understand the terms
54 licensed material under specified terms and conditions. If
74 to be bound by the terms and conditions of this Creative Commons
78 these terms and conditions, and the Licensor grants You such rights in
80 Licensed Material available under these terms and conditions.
97 accordance with the terms and conditions of this Public License.
151 1. Subject to the terms and conditions of this Public License,
164 its terms and conditions.
[all …]
H A DApache-2.024 "License" shall mean the terms and conditions for use, reproduction, and
80 2. Grant of Copyright License. Subject to the terms and conditions of this
87 3. Grant of Patent License. Subject to the terms and conditions of this
135 provide additional or different license terms and conditions for use,
143 the Licensor shall be under the terms and conditions of this License,
144 without any additional terms or conditions. Notwithstanding the above,
145 nothing herein shall supersede or modify the terms of any separate
/linux-6.15/arch/arm/boot/dts/nxp/lpc/
H A Dlpc4357.dtsi9 * Released under the terms of 3-clause BSD License
10 * Released under the terms of GNU General Public License Version 2.0
H A Dlpc4350.dtsi9 * Released under the terms of 3-clause BSD License
10 * Released under the terms of GNU General Public License Version 2.0
/linux-6.15/tools/perf/tests/
H A Dpmu.c162 struct parse_events_terms terms; in test__pmu_format() local
169 parse_events_terms__init(&terms); in test__pmu_format()
170 if (parse_events_terms(&terms, in test__pmu_format()
179 ret = perf_pmu__config_terms(pmu, &attr, &terms, /*zero=*/false, in test__pmu_format()
201 parse_events_terms__exit(&terms); in test__pmu_format()
/linux-6.15/Documentation/gpu/
H A Dxen-front.rst9 Driver modes of operation in terms of display buffers used
13 :doc: Driver modes of operation in terms of display buffers used
/linux-6.15/LICENSES/deprecated/
H A DGPL-1.059 The precise terms and conditions for copying, distribution and
67 distributed under the terms of this General Public License. The
92 third parties under the terms of this General Public License (except
111 the other work under the scope of these terms.
118 source code, which must be distributed under the terms of
124 corresponding source code, to be distributed under the terms of
151 and all its terms and conditions.
156 terms and conditions. You may not impose any further restrictions on the
166 later version", you have the option of following the terms and conditions
209 terms.
[all …]
/linux-6.15/drivers/scsi/arm/
H A Dcumana_2.c81 unsigned int terms; /* Terminator state */ member
128 info->terms = 1; in cumanascsi_2_terminator_ctl()
131 info->terms = 0; in cumanascsi_2_terminator_ctl()
306 VERSION, info->terms ? "n" : "ff"); in cumanascsi_2_info()
352 info->terms ? "n" : "ff"); in cumanascsi_2_show_info()
/linux-6.15/LICENSES/preferred/
H A DLGPL-2.056 terms so they know their rights.
120 it may be distributed under the terms of this Library General Public
171 all third parties under the terms of this License.
191 themselves, then this License, and its terms, do not apply to those
208 3. You may opt to apply the terms of the ordinary GNU General Public
228 distributed under the terms of Sections 1 and 2 above on a medium
247 states terms for distribution of such executables.
264 distribute the object code for the work under the terms of Section
327 be distributed under the terms of the Sections above.
405 later version", you have the option of following the terms and
[all …]
H A DLGPL-2.162 terms so they know their rights.
132 authorized party saying it may be distributed under the terms of this
183 all third parties under the terms of this License.
203 themselves, then this License, and its terms, do not apply to those
220 3. You may opt to apply the terms of the ordinary GNU General Public
240 distributed under the terms of Sections 1 and 2 above on a medium
259 states terms for distribution of such executables.
276 distribute the object code for the work under the terms of Section
347 be distributed under the terms of the Sections above.
425 later version", you have the option of following the terms and
[all …]
H A DGPL-2.055 source code. And you must show them these terms so they know their
75 The precise terms and conditions for copying, distribution and
83 under the terms of this General Public License. The "Program", below,
111 distribute such modifications or work under the terms of Section 1
120 parties under the terms of this License.
136 themselves, then this License, and its terms, do not apply to those
139 on the Program, the distribution of the whole must be on the terms of
154 under Section 2) in object code or executable form under the terms of
165 distributed under the terms of Sections 1 and 2 above on a medium
205 all its terms and conditions for copying, distributing or modifying
[all …]
/linux-6.15/tools/usb/usbip/
H A DCOPYING36 source code. And you must show them these terms so they know their
56 The precise terms and conditions for copying, distribution and
64 under the terms of this General Public License. The "Program", below,
92 distribute such modifications or work under the terms of Section 1
101 parties under the terms of this License.
117 themselves, then this License, and its terms, do not apply to those
120 on the Program, the distribution of the whole must be on the terms of
135 under Section 2) in object code or executable form under the terms of
146 distributed under the terms of Sections 1 and 2 above on a medium
186 all its terms and conditions for copying, distributing or modifying
[all …]
/linux-6.15/Documentation/i2c/
H A Dsummary.rst68 As mentioned above, the Linux I2C implementation historically uses the terms
71 you should be aware of these terms as well. The official wording is preferred,
78 named "slave". These terms have been obsoleted with v7 of the specification and
81 general attitude, however, is to use the inclusive terms: controller and
/linux-6.15/include/linux/
H A Dpolynomial.h30 struct polynomial_term terms[]; member
/linux-6.15/tools/memory-model/Documentation/
H A DREADME12 If LKMM-specific terms lost you, glossary.txt might help you.
76 Brief definitions of LKMM-related terms.
80 primitives in terms of events.

12345678910>>...35