1 /******************************************************************************
3 * Name: acresrc.h - Resource Manager function prototypes
5 *****************************************************************************/
8 * Copyright (C) 2000 - 2005, R. Byron Moore
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18 * substantially similar to the "NO WARRANTY" disclaimer below
19 * ("Disclaimer") and any redistribution must be conditioned upon
20 * including a substantially similar Disclaimer requirement for further
21 * binary redistribution.
22 * 3. Neither the names of the above-listed copyright holders nor the names
23 * of any contributors may be used to endorse or promote products derived
24 * from this software without specific prior written permission.
26 * Alternatively, this software may be distributed under the terms of the
27 * GNU General Public License ("GPL") version 2 as published by the Free
28 * Software Foundation.
31 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
34 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
35 * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41 * POSSIBILITY OF SUCH DAMAGES.
49 * Function prototypes called from Acpi* APIs
52 acpi_rs_get_prt_method_data (
54 struct acpi_buffer
*ret_buffer
);
58 acpi_rs_get_crs_method_data (
60 struct acpi_buffer
*ret_buffer
);
62 #ifdef ACPI_FUTURE_USAGE
64 acpi_rs_get_prs_method_data (
66 struct acpi_buffer
*ret_buffer
);
67 #endif /* ACPI_FUTURE_USAGE */
70 acpi_rs_get_method_data (
73 struct acpi_buffer
*ret_buffer
);
76 acpi_rs_set_srs_method_data (
78 struct acpi_buffer
*ret_buffer
);
81 acpi_rs_create_resource_list (
82 union acpi_operand_object
*byte_stream_buffer
,
83 struct acpi_buffer
*output_buffer
);
86 acpi_rs_create_byte_stream (
87 struct acpi_resource
*linked_list_buffer
,
88 struct acpi_buffer
*output_buffer
);
91 acpi_rs_create_pci_routing_table (
92 union acpi_operand_object
*package_object
,
93 struct acpi_buffer
*output_buffer
);
99 #ifdef ACPI_FUTURE_USAGE
101 acpi_rs_dump_resource_list (
102 struct acpi_resource
*resource
);
105 acpi_rs_dump_irq_list (
107 #endif /* ACPI_FUTURE_USAGE */
114 acpi_rs_get_byte_stream_start (
115 u8
*byte_stream_buffer
,
116 u8
**byte_stream_start
,
120 acpi_rs_get_list_length (
121 u8
*byte_stream_buffer
,
122 u32 byte_stream_buffer_length
,
123 acpi_size
*size_needed
);
126 acpi_rs_get_byte_stream_length (
127 struct acpi_resource
*linked_list_buffer
,
128 acpi_size
*size_needed
);
131 acpi_rs_get_pci_routing_table_length (
132 union acpi_operand_object
*package_object
,
133 acpi_size
*buffer_size_needed
);
136 acpi_rs_byte_stream_to_list (
137 u8
*byte_stream_buffer
,
138 u32 byte_stream_buffer_length
,
142 acpi_rs_list_to_byte_stream (
143 struct acpi_resource
*linked_list
,
144 acpi_size byte_stream_size_needed
,
148 acpi_rs_io_resource (
149 u8
*byte_stream_buffer
,
150 acpi_size
*bytes_consumed
,
152 acpi_size
*structure_size
);
155 acpi_rs_fixed_io_resource (
156 u8
*byte_stream_buffer
,
157 acpi_size
*bytes_consumed
,
159 acpi_size
*structure_size
);
163 struct acpi_resource
*linked_list
,
165 acpi_size
*bytes_consumed
);
168 acpi_rs_fixed_io_stream (
169 struct acpi_resource
*linked_list
,
171 acpi_size
*bytes_consumed
);
174 acpi_rs_irq_resource (
175 u8
*byte_stream_buffer
,
176 acpi_size
*bytes_consumed
,
178 acpi_size
*structure_size
);
182 struct acpi_resource
*linked_list
,
184 acpi_size
*bytes_consumed
);
187 acpi_rs_dma_resource (
188 u8
*byte_stream_buffer
,
189 acpi_size
*bytes_consumed
,
191 acpi_size
*structure_size
);
195 struct acpi_resource
*linked_list
,
197 acpi_size
*bytes_consumed
);
200 acpi_rs_address16_resource (
201 u8
*byte_stream_buffer
,
202 acpi_size
*bytes_consumed
,
204 acpi_size
*structure_size
);
207 acpi_rs_address16_stream (
208 struct acpi_resource
*linked_list
,
210 acpi_size
*bytes_consumed
);
213 acpi_rs_address32_resource (
214 u8
*byte_stream_buffer
,
215 acpi_size
*bytes_consumed
,
217 acpi_size
*structure_size
);
220 acpi_rs_address32_stream (
221 struct acpi_resource
*linked_list
,
223 acpi_size
*bytes_consumed
);
226 acpi_rs_address64_resource (
227 u8
*byte_stream_buffer
,
228 acpi_size
*bytes_consumed
,
230 acpi_size
*structure_size
);
233 acpi_rs_address64_stream (
234 struct acpi_resource
*linked_list
,
236 acpi_size
*bytes_consumed
);
239 acpi_rs_start_depend_fns_resource (
240 u8
*byte_stream_buffer
,
241 acpi_size
*bytes_consumed
,
243 acpi_size
*structure_size
);
246 acpi_rs_end_depend_fns_resource (
247 u8
*byte_stream_buffer
,
248 acpi_size
*bytes_consumed
,
250 acpi_size
*structure_size
);
253 acpi_rs_start_depend_fns_stream (
254 struct acpi_resource
*linked_list
,
256 acpi_size
*bytes_consumed
);
259 acpi_rs_end_depend_fns_stream (
260 struct acpi_resource
*linked_list
,
262 acpi_size
*bytes_consumed
);
265 acpi_rs_memory24_resource (
266 u8
*byte_stream_buffer
,
267 acpi_size
*bytes_consumed
,
269 acpi_size
*structure_size
);
272 acpi_rs_memory24_stream (
273 struct acpi_resource
*linked_list
,
275 acpi_size
*bytes_consumed
);
278 acpi_rs_memory32_range_resource (
279 u8
*byte_stream_buffer
,
280 acpi_size
*bytes_consumed
,
282 acpi_size
*structure_size
);
285 acpi_rs_fixed_memory32_resource (
286 u8
*byte_stream_buffer
,
287 acpi_size
*bytes_consumed
,
289 acpi_size
*structure_size
);
292 acpi_rs_memory32_range_stream (
293 struct acpi_resource
*linked_list
,
295 acpi_size
*bytes_consumed
);
298 acpi_rs_fixed_memory32_stream (
299 struct acpi_resource
*linked_list
,
301 acpi_size
*bytes_consumed
);
304 acpi_rs_extended_irq_resource (
305 u8
*byte_stream_buffer
,
306 acpi_size
*bytes_consumed
,
308 acpi_size
*structure_size
);
311 acpi_rs_extended_irq_stream (
312 struct acpi_resource
*linked_list
,
314 acpi_size
*bytes_consumed
);
317 acpi_rs_end_tag_resource (
318 u8
*byte_stream_buffer
,
319 acpi_size
*bytes_consumed
,
321 acpi_size
*structure_size
);
324 acpi_rs_end_tag_stream (
325 struct acpi_resource
*linked_list
,
327 acpi_size
*bytes_consumed
);
330 acpi_rs_vendor_resource (
331 u8
*byte_stream_buffer
,
332 acpi_size
*bytes_consumed
,
334 acpi_size
*structure_size
);
337 acpi_rs_vendor_stream (
338 struct acpi_resource
*linked_list
,
340 acpi_size
*bytes_consumed
);
343 acpi_rs_get_resource_type (
344 u8 resource_start_byte
);
346 #endif /* __ACRESRC_H__ */