Searched refs:art (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/thermal/int340x_thermal/
H A Dacpi_thermal_rel.c66 * @artp: pointer to pointer of array of art entries in parsing result
146 * @artp: pointer to pointer of array of art entries in parsing result
150 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, acpi_parse_art()
157 struct art *arts; acpi_parse_art()
181 arts = kzalloc(*art_count * sizeof(struct art), GFP_KERNEL); acpi_parse_art()
188 struct art *art = &arts[i - nr_bad_entries]; acpi_parse_art() local
190 element.length = sizeof(struct art); acpi_parse_art()
191 element.pointer = art; acpi_parse_art()
203 if (art->source) { acpi_parse_art()
204 result = acpi_bus_get_device(art->source, &adev); acpi_parse_art()
208 if (art->target) { acpi_parse_art()
209 result = acpi_bus_get_device(art->target, &adev); acpi_parse_art()
244 struct art *arts = NULL; fill_art()
256 /* now fill in user art data */ fill_art()
258 /* userspace art needs device name instead of acpi reference */ fill_art()
317 struct art *arts = NULL; acpi_thermal_rel_ioctl()
H A Dacpi_thermal_rel.h16 struct art { struct
78 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
H A Dint3400_thermal.c37 struct art *arts;
/linux-4.4.14/arch/mips/ath79/
H A Dmach-db120.c121 u8 *art = (u8 *) KSEG1ADDR(0x1fff0000); db120_setup() local
131 ath79_register_wmac(art + DB120_WMAC_CALDATA_OFFSET); db120_setup()
132 db120_pci_init(art + DB120_PCIE_CALDATA_OFFSET); db120_setup()
H A Dmach-ap136.c140 u8 *art = (u8 *) KSEG1ADDR(0x1fff0000); ap136_setup() local
150 ath79_register_wmac(art + AP136_WMAC_CALDATA_OFFSET); ap136_setup()
151 ap136_pci_init(art + AP136_PCIE_CALDATA_OFFSET); ap136_setup()
/linux-4.4.14/drivers/media/rc/keymaps/
H A Drc-behold-columbus.c19 * The "ascii-art picture" below (in comments, first row
H A Drc-behold.c22 * The "ascii-art picture" below (in comments, first row
H A Drc-manli.c19 The "ascii-art picture" below (in comments, first row
/linux-4.4.14/include/linux/
H A Dplist.h32 * Simple ASCII art explanation:
/linux-4.4.14/arch/m68k/include/asm/
H A Ddma.h25 * Arthur Shipkowski (art@videon-central.com)
/linux-4.4.14/kernel/trace/
H A Dring_buffer.c64 * Here's some silly ASCII art.
730 * ASCII art, the reader sets its old page to point to the next

Completed in 333 milliseconds