Searched refs:acpi_comment_node (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | acglobal.h | 218 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_last_list_head, NULL); 360 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_head, 362 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_def_blk_comment_list_tail, 364 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_head, 366 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_reg_comment_list_tail, 368 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_head, 370 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_inc_comment_list_tail, 372 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_head, 374 ACPI_INIT_GLOBAL(struct acpi_comment_node, *acpi_gbl_end_blk_comment_list_tail,
|
A 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);
|
A 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;
|
A D | utalloc.c | 118 sizeof(struct acpi_comment_node), in acpi_ut_create_caches()
|
Completed in 10 milliseconds