Symbol: acpi_comment_node
drivers/acpi/acpica/acconvert.h
100
cv_print_one_comment_list(struct acpi_comment_node *comment_list, u32 level);
drivers/acpi/acpica/acconvert.h
55
struct acpi_comment_node *cv_comment_node_calloc(void);
drivers/acpi/acpica/acconvert.h
79
struct acpi_comment_node *list_head,
drivers/acpi/acpica/acconvert.h
80
struct acpi_comment_node *list_tail);
drivers/acpi/acpica/acglobal.h
215
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_last_list_head, NULL);
drivers/acpi/acpica/acglobal.h
357
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_head,
drivers/acpi/acpica/acglobal.h
359
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_tail,
drivers/acpi/acpica/acglobal.h
361
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_head,
drivers/acpi/acpica/acglobal.h
363
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_tail,
drivers/acpi/acpica/acglobal.h
365
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_head,
drivers/acpi/acpica/acglobal.h
367
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_tail,
drivers/acpi/acpica/acglobal.h
369
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_head,
drivers/acpi/acpica/acglobal.h
371
ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_tail,
drivers/acpi/acpica/aclocal.h
773
struct acpi_comment_node *comment_list; /* comments that appears before this node */\
drivers/acpi/acpica/aclocal.h
774
struct acpi_comment_node *end_blk_comment; /* comments that at the end of a block but before ) or } */\
drivers/acpi/acpica/aclocal.h
818
struct acpi_comment_node *next;
drivers/acpi/acpica/aclocal.h
838
struct acpi_comment_node *include_comment;
drivers/acpi/acpica/utalloc.c
118
sizeof(struct acpi_comment_node),