Searched refs:handler_obj (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Devxfregn.c137 union acpi_operand_object *handler_obj; local
178 handler_obj = obj_desc->device.handler;
180 while (handler_obj) {
184 if (handler_obj->address_space.space_id == space_id) {
188 if (handler_obj->address_space.handler != handler) {
198 handler_obj, handler,
202 region_obj = handler_obj->address_space.region_list;
221 handler_obj->address_space.region_list;
227 *last_obj_ptr = handler_obj->address_space.next;
231 acpi_ut_remove_reference(handler_obj);
[all...]
H A Devregion.c166 union acpi_operand_object *handler_obj; local
172 handler_obj = obj_desc->device.handler;
176 while (handler_obj) {
177 if (handler_obj->address_space.space_id == space_id) {
178 if (handler_obj->address_space.handler_flags &
184 handler_obj = handler_obj->address_space.next;
507 union acpi_operand_object *handler_obj; local
525 handler_obj = region_obj->region.handler;
526 if (!handler_obj) {
650 acpi_ev_attach_region(union acpi_operand_object *handler_obj, union acpi_operand_object *region_obj, u8 acpi_ns_is_locked) argument
702 union acpi_operand_object *handler_obj; local
834 union acpi_operand_object *handler_obj; local
[all...]
H A Devrgnini.c173 union acpi_operand_object *handler_obj; local
182 handler_obj = region_obj->region.handler;
183 if (!handler_obj) {
217 if (handler_obj->address_space.node == acpi_gbl_root_node) {
256 pci_root_node = handler_obj->address_space.node;
500 union acpi_operand_object *handler_obj; local
556 handler_obj = NULL;
565 handler_obj = obj_desc->device.handler;
570 handler_obj = obj_desc->processor.handler;
575 handler_obj
[all...]
H A Devxface.c223 * PARAMETERS: handler_obj - Handler object to populate
238 acpi_populate_handler_object(struct acpi_object_notify_handler *handler_obj, argument
243 handler_obj->handler_type = handler_type;
244 handler_obj->handler = handler;
245 handler_obj->context = context;
246 handler_obj->next = next;
266 struct acpi_object_notify_handler *handler_obj; local
272 handler_obj = ACPI_ALLOCATE_ZEROED(sizeof(*handler_obj));
273 if (!handler_obj)
570 struct acpi_object_notify_handler *handler_obj; local
[all...]
H A Devmisc.c109 union acpi_operand_object *handler_obj = NULL; local
143 handler_obj =
146 handler_obj =
169 (notify_value > ACPI_MAX_SYS_NOTIFY)) || handler_obj) {
175 if (!handler_obj) {
187 notify_info->notify.handler_obj = handler_obj;
226 union acpi_operand_object *handler_obj; local
260 handler_obj = notify_info->notify.handler_obj;
[all...]
H A Dacevents.h162 acpi_ev_attach_region(union acpi_operand_object *handler_obj,
H A Daclocal.h614 union acpi_operand_object *handler_obj; member in struct:acpi_notify_info

Completed in 129 milliseconds