#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
|
static int | acpi_power_add (struct acpi_device *device) |
|
static int | acpi_power_remove (struct acpi_device *device, int type) |
|
static int | acpi_power_resume (struct acpi_device *device, int state) |
|
static int | acpi_power_get_context (ACPI_HANDLE handle, struct acpi_power_resource **resource) |
|
static int | acpi_power_get_state (ACPI_HANDLE handle, int *state) |
|
static int | acpi_power_get_list_state (struct acpi_handle_list *list, int *state) |
|
static int | acpi_power_on (ACPI_HANDLE handle, struct acpi_device *dev) |
|
static int | acpi_power_off_device (ACPI_HANDLE handle, struct acpi_device *dev) |
|
int | acpi_device_sleep_wake (struct acpi_device *dev, int enable, int sleep_state, int dev_state) |
|
int | acpi_enable_wakeup_device_power (struct acpi_device *dev, int sleep_state) |
|
int | acpi_disable_wakeup_device_power (struct acpi_device *dev) |
|
int | acpi_power_get_inferred_state (struct acpi_device *device) |
|
int | acpi_power_transition (struct acpi_device *device, int state) |
|
int | acpi_power_init (void) |
|
◆ _COMPONENT
◆ ACPI_POWER_RESOURCE_STATE_OFF
#define ACPI_POWER_RESOURCE_STATE_OFF 0x00 |
◆ ACPI_POWER_RESOURCE_STATE_ON
#define ACPI_POWER_RESOURCE_STATE_ON 0x01 |
◆ ACPI_POWER_RESOURCE_STATE_UNKNOWN
#define ACPI_POWER_RESOURCE_STATE_UNKNOWN 0xFF |
◆ NDEBUG
◆ acpi_device_sleep_wake()
acpi_device_sleep_wake - execute _DSW (Device Sleep Wake) or (deprecated in ACPI 3.0) _PSW (Power State Wake) @dev: Device to handle. @enable: 0 - disable, 1 - enable the wake capabilities of the device. @sleep_state: Target sleep state of the system. @dev_state: Target power state of the device.
Execute _DSW (Device Sleep Wake) or (deprecated in ACPI 3.0) _PSW (Power State Wake) for the device, if present. On failure reset the device's wakeup.flags.valid flag.
RETURN VALUE: 0 if either _DSW or _PSW has been successfully executed 0 if neither _DSW nor _PSW has been found -ENODEV if the execution of either _DSW or _PSW has failed
Definition at line 301 of file power.c.
303{
307
308
309
310
311
312
313
314
315
316
317
318
320 in_arg[0].Integer.Value =
enable;
322 in_arg[1].Integer.Value = sleep_state;
324 in_arg[2].Integer.Value = dev_state;
327 return 0;
329 DPRINT1(
"_DSW execution failed\n");
330 dev->wakeup.flags.valid = 0;
331 return -1;
332 }
333
334
336 in_arg[0].Integer.Value =
enable;
339 DPRINT1(
"_PSW execution failed\n");
340 dev->wakeup.flags.valid = 0;
341 return -1;
342 }
343
344 return 0;
345}
#define ACPI_TYPE_INTEGER
ACPI_STATUS AcpiEvaluateObject(ACPI_HANDLE Handle, ACPI_STRING Pathname, ACPI_OBJECT_LIST *ExternalParams, ACPI_BUFFER *ReturnBuffer)
Referenced by acpi_disable_wakeup_device_power(), and acpi_enable_wakeup_device_power().
◆ acpi_disable_wakeup_device_power()
Definition at line 398 of file power.c.
399{
402
403 if (!
dev || !
dev->wakeup.flags.valid)
404 return -1;
405
406
407
408 if (--
dev->wakeup.prepare_count > 0)
410
411
412
413
414
415 if (
dev->wakeup.prepare_count < 0)
416 dev->wakeup.prepare_count = 0;
417
421
422
423 for (
i = 0;
i <
dev->wakeup.resources.count;
i++) {
425 dev->wakeup.resources.handles[
i],
dev);
427 DPRINT(
"Transition power state\n");
428 dev->wakeup.flags.valid = 0;
431 }
432 }
433
435
437}
static int acpi_power_off_device(ACPI_HANDLE handle, struct acpi_device *dev)
int acpi_device_sleep_wake(struct acpi_device *dev, int enable, int sleep_state, int dev_state)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
wchar_t tm const _CrtWcstime_Writes_and_advances_ptr_ count wchar_t ** out
◆ acpi_enable_wakeup_device_power()
Definition at line 353 of file power.c.
354{
357
358 if (!
dev || !
dev->wakeup.flags.valid)
359 return -1;
360
361
362
363 if (
dev->wakeup.prepare_count++)
365
366
367 for (
i = 0;
i <
dev->wakeup.resources.count;
i++) {
370 DPRINT(
"Transition power state\n");
371 dev->wakeup.flags.valid = 0;
373 goto err_out;
374 }
375 }
376
377
378
379
380
382
383 err_out:
385 dev->wakeup.prepare_count = 0;
386
388
390}
static int acpi_power_on(ACPI_HANDLE handle, struct acpi_device *dev)
◆ acpi_power_add()
Definition at line 543 of file power.c.
545{
551
552
555
559
561
563
568
569
574 }
577
581
585 break;
588 break;
589 default:
591 break;
592 }
593
594
597
601
603}
#define acpi_device_bid(d)
#define acpi_device_class(d)
#define acpi_device_name(d)
#define ACPI_POWER_DEVICE_NAME
union acpi_object ACPI_OBJECT
#define ACPI_STATE_UNKNOWN
#define ACPI_POWER_RESOURCE_STATE_OFF
#define ACPI_POWER_RESOURCE_STATE_ON
static int acpi_power_get_state(ACPI_HANDLE handle, int *state)
#define INIT_LIST_HEAD(ptr)
#define ExAllocatePoolWithTag(hernya, size, tag)
struct acpi_object::@653 PowerResource
◆ acpi_power_get_context()
Definition at line 94 of file power.c.
97{
100
103
109 }
110
114
115 return 0;
116}
#define ACPI_DEBUG_PRINT(pl)
#define acpi_driver_data(d)
int acpi_bus_get_device(ACPI_HANDLE handle, struct acpi_device **device)
Referenced by acpi_power_off_device(), and acpi_power_on().
◆ acpi_power_get_inferred_state()
Definition at line 444 of file power.c.
446{
449 int list_state = 0;
451
452
455
457
458
459
460
461
465 continue;
466
470
474 }
475 }
476
478
480}
static int acpi_power_get_list_state(struct acpi_handle_list *list, int *state)
Referenced by acpi_bus_get_power().
◆ acpi_power_get_list_state()
◆ acpi_power_get_state()
Definition at line 120 of file power.c.
123{
125 unsigned long long sta = 0;
126 char node_name[5];
128
129
132
136
139
141
143 node_name, *
state?
"on":
"off"));
144
145 return 0;
146}
ACPI_STATUS acpi_evaluate_integer(ACPI_HANDLE handle, ACPI_STRING pathname, ACPI_OBJECT_LIST *arguments, unsigned long long *data)
ACPI_STATUS AcpiGetName(ACPI_HANDLE Handle, UINT32 NameType, ACPI_BUFFER *Buffer)
Referenced by acpi_power_add(), acpi_power_get_list_state(), and acpi_power_resume().
◆ acpi_power_init()
Definition at line 660 of file power.c.
661{
663
664 DPRINT(
"acpi_power_init\n");
665
667
668
672 }
673
675}
int acpi_bus_register_driver(struct acpi_driver *driver)
static struct acpi_driver acpi_power_driver
static struct list_head acpi_power_resource_list
Referenced by acpi_init().
◆ acpi_power_off_device()
Definition at line 237 of file power.c.
240{
246
250
251
254 if (
dev->handle ==
ref->device->handle) {
259 break;
260 }
261 }
262
266
267 return 0;
268 }
269
270
273 return -1;
274
275
277
280
281 return 0;
282}
static int list_empty(struct list_entry *head)
static int acpi_power_get_context(ACPI_HANDLE handle, struct acpi_power_resource **resource)
#define list_for_each_safe(pos, n, head)
static void list_del(struct list_head *entry)
#define container_of(ptr, type, member)
static unsigned __int64 next
Referenced by acpi_disable_wakeup_device_power(), and acpi_power_transition().
◆ acpi_power_on()
◆ acpi_power_remove()
Definition at line 607 of file power.c.
610{
613
616
618
619
624 }
625
627
629}
◆ acpi_power_resume()
Definition at line 631 of file power.c.
632{
636
638 return -1;
639
641
645
646
650
653 }
654
655
656 return 0;
657}
◆ acpi_power_transition()
Definition at line 484 of file power.c.
487{
492
495
498
499 cl = &
device->power.states[
device->power.state].resources;
501
502
503
504
505
506
507
512 }
513
516 }
517
518
519
520
525 }
526
530 else {
531
533 }
534
536}
ACPI_HANDLE handles[ACPI_MAX_HANDLES]
Referenced by acpi_bus_set_power().
◆ acpi_power_driver
Initial value:= {
{0,0},
0,
0,
}
#define ACPI_POWER_DRIVER_NAME
static int acpi_power_add(struct acpi_device *device)
static int acpi_power_remove(struct acpi_device *device, int type)
static int acpi_power_resume(struct acpi_device *device, int state)
Definition at line 61 of file power.c.
Referenced by acpi_power_init().
◆ acpi_power_nocheck
◆ acpi_power_resource_list