Searched refs:arts (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | acpi_thermal_rel.c | 157 struct art *arts; in acpi_parse_art() local 181 arts = kcalloc(*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 | 39 struct art *arts; member 294 &priv->arts, true); in int3400_thermal_probe() 340 kfree(priv->arts); in int3400_thermal_probe() 360 kfree(priv->arts); in int3400_thermal_remove()
|
D | acpi_thermal_rel.h | 79 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | st,stm32-rcc.txt | 92 18 CLK_USART1 (U(s)arts clocks)
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si470x.rst | 112 If you use arts try:
|