Searched refs:acpi_comment_node (Results 1 – 4 of 4) sorted by relevance
/drivers/acpi/acpica/ |
D | acglobal.h | 217 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_last_list_head, NULL); 359 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_head, 361 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_tail, 363 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_head, 365 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_tail, 367 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_head, 369 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_tail, 371 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_head, 373 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_tail,
|
D | acconvert.h | 55 struct acpi_comment_node *cv_comment_node_calloc(void); 79 struct acpi_comment_node *list_head, 80 struct acpi_comment_node *list_tail); 100 cv_print_one_comment_list(struct acpi_comment_node *comment_list, u32 level);
|
D | aclocal.h | 757 struct acpi_comment_node *comment_list; /* comments that appears before this node */\ 758 …struct acpi_comment_node *end_blk_comment; /* comments that at the end of a block but bef… 800 struct acpi_comment_node { struct 802 struct acpi_comment_node *next; argument 822 struct acpi_comment_node *include_comment;
|
D | utalloc.c | 118 sizeof(struct acpi_comment_node), in acpi_ut_create_caches()
|