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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutinit.c83 ACPI_FREE(gpe_block->event_info);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/events/
H A Devgpeblk.c105 if ((&gpe_block->event_info[0] <= gpe_event_info) &&
107 event_info[((acpi_size) gpe_block->
206 event_info[(i * ACPI_GPE_REGISTER_WIDTH) + j];
324 &gpe_block->event_info[gpe_number - gpe_block->block_base_number];
446 &gpe_block->event_info[gpe_number -
716 ACPI_FREE(gpe_block->event_info);
732 * DESCRIPTION: Create the register_info and event_info blocks for this GPE block
762 * Allocate the GPE event_info block. There are eight distinct GPEs
780 gpe_block->event_info = gpe_event_info;
819 /* Init the event_info fo
[all...]
H A Devgpe.c297 * RETURN: A GPE event_info struct. NULL if not a valid GPE
299 * DESCRIPTION: Returns the event_info struct associated with this GPE.
330 event_info[gpe_number -
356 event_info[gpe_number - gpe_block->block_base_number]);
469 event_info[(i *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_ctrl.c45 struct event_info *info;
496 struct event_info *info = container_of(work, struct event_info, work);
H A Dshpchp_ctrl.c44 struct event_info *info;
545 struct event_info *info = container_of(work, struct event_info, work);
H A Dpciehp.h78 struct event_info { struct
H A Dshpchp.h83 struct event_info { struct
H A Dcpqphp.h281 struct event_info { struct
297 struct event_info event_queue[10];
H A Dcpqphp_ctrl.c86 struct event_info *taskInfo;
161 struct event_info *taskInfo;
251 struct event_info *taskInfo;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp93 void _event_func_intercept_c(DB_ENV *dbenv, u_int32_t event, void *event_info) argument
95 DbEnv::_event_func_intercept(dbenv, event, event_info);
178 DB_ENV *dbenv, u_int32_t event, void *event_info)
191 (*cxxenv->event_func_callback_)(cxxenv, event, event_info);
177 _event_func_intercept( DB_ENV *dbenv, u_int32_t event, void *event_info) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Daclocal.h393 struct acpi_gpe_event_info *event_info; /* One for each GPE */ member in struct:acpi_gpe_block_info

Completed in 140 milliseconds