Home
last modified time | relevance | path

Searched refs:acpi_comment_node (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dacconvert.h55 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);
H A Dacglobal.h219 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_last_list_head, NULL);
361 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_head,
363 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_tail,
365 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_head,
367 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_tail,
369 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_head,
371 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_tail,
373 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_head,
375 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_tail,
H A Daclocal.h773 struct acpi_comment_node *comment_list; /* comments that appears before this node */\
774 …struct acpi_comment_node *end_blk_comment; /* comments that at the end of a block but bef…
816 struct acpi_comment_node { struct
818 struct acpi_comment_node *next; argument
838 struct acpi_comment_node *include_comment;
H A Dutalloc.c118 sizeof(struct acpi_comment_node), in acpi_ut_create_caches()