Searched refs:acpi_comment_node (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/acpi/acpica/ |
D | acconvert.h | 55 struct acpi_comment_node *cv_comment_node_calloc(void); 81 struct acpi_comment_node *list_head, 82 struct acpi_comment_node *list_tail); 102 cv_print_one_comment_list(struct acpi_comment_node *comment_list, u32 level);
|
D | acglobal.h | 211 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_last_list_head, NULL); 350 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_head, 352 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_tail, 354 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_head, 356 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_tail, 358 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_head, 360 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_tail, 362 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_head, 364 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_tail,
|
D | aclocal.h | 750 struct acpi_comment_node *comment_list; /* comments that appears before this node */\ 751 …struct acpi_comment_node *end_blk_comment; /* comments that at the end of a block but bef… 793 struct acpi_comment_node { struct 795 struct acpi_comment_node *next; argument 815 struct acpi_comment_node *include_comment;
|
D | utalloc.c | 118 sizeof(struct acpi_comment_node), in acpi_ut_create_caches()
|