Home | History | Annotate | Download | only in events

Lines Matching refs:Device

66  *              device _PRW methods (this indicates that these GPEs are
67 * generally intended for system or device wakeup. Such GPEs
73 * Device has been added or if any new GPE methods have been added via a
126 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
191 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
236 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
320 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
370 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
379 * there won't be any notify handlers installed for device wake notifications
424 * PARAMETERS: WakeDevice - Device associated with the GPE (via _PRW)
425 * GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
433 * Each _PRW appears under a Device Object (The WakeDevice), and
478 /* Validate WakeDevice is of type Device */
517 * This is the first device for implicit notify on this GPE.
536 * this device to the notify list.
541 /* Ensure that the device is not already in the list */
554 /* Add this device to the notify list for this GPE */
587 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
675 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
722 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
774 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
1002 * PARAMETERS: GpeDevice - Handle to the parent GPE Block Device
1050 /* Validate the parent device */
1082 * No object, create a new one (Device nodes do not always have
1105 ObjDesc->Device.GpeBlock = GpeBlock;
1120 * PARAMETERS: GpeDevice - Handle to the parent GPE Block Device
1158 /* Validate the parent device */
1170 !ObjDesc->Device.GpeBlock)
1177 Status = AcpiEvDeleteGpeBlock (ObjDesc->Device.GpeBlock);
1180 ObjDesc->Device.GpeBlock = NULL;
1196 * GpeDevice - Where the parent GPE Device is returned
1200 * DESCRIPTION: Obtain the GPE device associated with the input index. A NULL
1201 * gpe device indicates that the gpe number is contained in one of
1202 * the FADT-defined gpe blocks. Otherwise, the GPE block device.