/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | acpi_thermal_rel.c | 150 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art() 157 struct art *arts; in acpi_parse_art() 181 arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL); in acpi_parse_art() 188 struct art *art = &arts[i - nr_bad_entries]; in acpi_parse_art() local 190 element.length = sizeof(struct art); in acpi_parse_art() 191 element.pointer = art; in acpi_parse_art() 203 if (art->source) { in acpi_parse_art() 204 result = acpi_bus_get_device(art->source, &adev); in acpi_parse_art() 208 if (art->target) { in acpi_parse_art() 209 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 | 39 struct art *arts;
|
/Linux-v4.19/arch/mips/ath79/ |
D | mach-db120.c | 121 u8 *art = (u8 *) KSEG1ADDR(0x1fff0000); in db120_setup() local 131 ath79_register_wmac(art + DB120_WMAC_CALDATA_OFFSET); in db120_setup() 132 db120_pci_init(art + DB120_PCIE_CALDATA_OFFSET); in db120_setup()
|
D | mach-ap136.c | 140 u8 *art = (u8 *) KSEG1ADDR(0x1fff0000); in ap136_setup() local 150 ath79_register_wmac(art + AP136_WMAC_CALDATA_OFFSET); in ap136_setup() 151 ap136_pci_init(art + AP136_PCIE_CALDATA_OFFSET); in ap136_setup()
|
/Linux-v4.19/Documentation/crypto/ |
D | architecture.rst | 272 The following ASCII art decomposes the kernel crypto API layers when 276 For other use cases of AEAD ciphers, the ASCII art applies as well, but 291 following ASCII art applies too. However, the decomposition of GCM into 295 Each block in the following ASCII art is an independent cipher instance 303 The ASCII art picture also indicates the call structure, i.e. who calls 343 ASCII art above: 392 art picture above. 395 ASCII art picture above applies as well with the difference that only 402 depicted in the ASCII art picture above. 405 sha256_generic.c. The following ASCII art illustrates the
|
/Linux-v4.19/arch/x86/include/asm/ |
D | tsc.h | 33 extern struct system_counterval_t convert_art_to_tsc(u64 art);
|
/Linux-v4.19/Documentation/networking/ |
D | tc-actions-env-rules.txt | 19 *) Thou art responsible for freeing anything returned as being
|
/Linux-v4.19/arch/mips/boot/dts/qca/ |
D | ar9132_tl_wr1043nd_v1.dts | 107 label = "art";
|
/Linux-v4.19/Documentation/arm/sunxi/ |
D | clocks.txt | 5 about the sunxi clock system, as well as accompanying ASCII art when adequate.
|
/Linux-v4.19/Documentation/ |
D | bt8xxgpio.txt | 24 The physical pinouts are drawn in the following ASCII art.
|
/Linux-v4.19/tools/testing/selftests/net/forwarding/ |
D | README | 50 an ASCII art showing the topology.
|
/Linux-v4.19/arch/x86/kernel/ |
D | tsc.c | 1197 struct system_counterval_t convert_art_to_tsc(u64 art) in convert_art_to_tsc() argument 1201 rem = do_div(art, art_to_tsc_denominator); in convert_art_to_tsc() 1203 res = art * art_to_tsc_numerator; in convert_art_to_tsc()
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-nice-design.txt | 16 understand it, the timeslice graph went like this (cheesy ASCII art
|
/Linux-v4.19/Documentation/process/ |
D | 5.Posting.rst | 81 up patches is a bit of an art; some developers spend a long time figuring 162 changelogs is a crucial but often-neglected art; it's worth spending
|
/Linux-v4.19/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 9 Well, a picture is worth a thousand words... So ASCII art follows :-)
|
/Linux-v4.19/Documentation/sound/designs/ |
D | timestamping.rst | 43 ascii-art, this could be represented as follows (for the playback
|
/Linux-v4.19/Documentation/doc-guide/ |
D | sphinx.rst | 254 double-stage lists. Compared to the ASCII-art they might not be as
|
/Linux-v4.19/Documentation/translations/it_IT/doc-guide/ |
D | sphinx.rst | 281 in formato lista sono liste di liste. In confronto all'ASCII-art potrebbero
|
/Linux-v4.19/Documentation/isdn/ |
D | README.HiSax | 576 a) Use state of the art isdn4k-utils
|
/Linux-v4.19/Documentation/filesystems/ext4/ |
D | ext4.rst | 9 (64 bit) in keeping with increasing disk capacities and state-of-the-art
|
/Linux-v4.19/Documentation/locking/ |
D | rt-mutex-design.txt | 44 Here's a little ASCII art to show the problem.
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 198 the ascii art.
|