Searched refs:art (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.10/drivers/thermal/intel/int340x_thermal/ |
D | acpi_thermal_rel.c | 144 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art() 151 struct art *arts; in acpi_parse_art() 172 arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL); in acpi_parse_art() 179 struct art *art = &arts[i - nr_bad_entries]; in acpi_parse_art() local 181 element.length = sizeof(struct art); in acpi_parse_art() 182 element.pointer = art; in acpi_parse_art() 194 if (art->source) { in acpi_parse_art() 195 result = acpi_bus_get_device(art->source, &adev); in acpi_parse_art() 199 if (art->target) { in acpi_parse_art() 200 result = acpi_bus_get_device(art->target, &adev); in acpi_parse_art() [all …]
|
D | acpi_thermal_rel.h | 17 struct art { struct 79 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
|
D | int3400_thermal.c | 53 struct art *arts;
|
/Linux-v5.10/Documentation/crypto/ |
D | architecture.rst | 249 The following ASCII art decomposes the kernel crypto API layers when 253 For other use cases of AEAD ciphers, the ASCII art applies as well, but 268 following ASCII art applies too. However, the decomposition of GCM into 272 Each block in the following ASCII art is an independent cipher instance 280 The ASCII art picture also indicates the call structure, i.e. who calls 320 the ASCII art above: 365 art picture above. 368 ASCII art picture above applies as well with the difference that only 375 depicted in the ASCII art picture above. 378 sha256_generic.c. The following ASCII art illustrates the
|
/Linux-v5.10/arch/x86/include/asm/ |
D | tsc.h | 31 extern struct system_counterval_t convert_art_to_tsc(u64 art);
|
/Linux-v5.10/Documentation/networking/ |
D | tc-actions-env-rules.rst | 25 #) Thou art responsible for freeing anything returned as being
|
/Linux-v5.10/arch/mips/boot/dts/qca/ |
D | ar9132_tl_wr1043nd_v1.dts | 107 label = "art";
|
/Linux-v5.10/Documentation/arm/sunxi/ |
D | clocks.rst | 6 about the sunxi clock system, as well as accompanying ASCII art when adequate.
|
/Linux-v5.10/Documentation/driver-api/gpio/ |
D | bt8xxgpio.rst | 24 The physical pinouts are drawn in the following ASCII art.
|
/Linux-v5.10/tools/testing/selftests/net/forwarding/ |
D | README | 50 an ASCII art showing the topology.
|
/Linux-v5.10/arch/x86/kernel/ |
D | tsc.c | 1233 struct system_counterval_t convert_art_to_tsc(u64 art) in convert_art_to_tsc() argument 1237 rem = do_div(art, art_to_tsc_denominator); in convert_art_to_tsc() 1239 res = art * art_to_tsc_numerator; in convert_art_to_tsc()
|
/Linux-v5.10/Documentation/scheduler/ |
D | sched-nice-design.rst | 20 understand it, the timeslice graph went like this (cheesy ASCII art
|
/Linux-v5.10/Documentation/process/ |
D | 5.Posting.rst | 82 up patches is a bit of an art; some developers spend a long time figuring 163 changelogs is a crucial but often-neglected art; it's worth spending
|
/Linux-v5.10/Documentation/sound/designs/ |
D | timestamping.rst | 43 ascii-art, this could be represented as follows (for the playback
|
/Linux-v5.10/Documentation/power/ |
D | suspend-and-cpuhotplug.rst | 14 Well, a picture is worth a thousand words... So ASCII art follows :-)
|
/Linux-v5.10/Documentation/doc-guide/ |
D | sphinx.rst | 258 double-stage lists. Compared to the ASCII-art they might not be as
|
/Linux-v5.10/Documentation/translations/it_IT/doc-guide/ |
D | sphinx.rst | 285 in formato lista sono liste di liste. In confronto all'ASCII-art potrebbero
|
/Linux-v5.10/Documentation/locking/ |
D | rt-mutex-design.rst | 45 Here's a little ASCII art to show the problem::
|
/Linux-v5.10/Documentation/admin-guide/ |
D | ext4.rst | 9 (64 bit) in keeping with increasing disk capacities and state-of-the-art
|
/Linux-v5.10/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 168 "and". Similarly, "\/" stands for "or". Both of these are ASCII-art
|