Searched refs:acpi_comment_node (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/acpi/acpica/ |
D | acglobal.h | 219 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,
|
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 | 773 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;
|
D | utalloc.c | 118 sizeof(struct acpi_comment_node), in acpi_ut_create_caches()
|