Searched refs:arts (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | acpi_thermal_rel.c | 157 struct art *arts; in acpi_parse_art() local 181 arts = kzalloc(*art_count * sizeof(struct art), GFP_KERNEL); in acpi_parse_art() 182 if (!arts) { in acpi_parse_art() 188 struct art *art = &arts[i - nr_bad_entries]; in acpi_parse_art() 215 *artp = arts; in acpi_parse_art() 244 struct art *arts = NULL; in fill_art() local 247 ret = acpi_parse_art(acpi_thermal_rel_handle, &count, &arts, false); in fill_art() 259 get_single_name(arts[i].source, art_user[i].source_device); in fill_art() 260 get_single_name(arts[i].target, art_user[i].target_device); in fill_art() 262 memcpy(&art_user[i].weight, &arts[i].weight, in fill_art() [all …]
|
D | int3400_thermal.c | 37 struct art *arts; member 263 &priv->arts, true); in int3400_thermal_probe() 299 kfree(priv->arts); in int3400_thermal_probe() 315 kfree(priv->arts); in int3400_thermal_remove()
|
D | acpi_thermal_rel.h | 78 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
|
/linux-4.1.27/Documentation/video4linux/ |
D | si470x.txt | 86 If you use arts try:
|