Lines Matching refs:config_item
22 struct config_item cfg;
27 static ssize_t acpi_table_aml_write(struct config_item *cfg, in acpi_table_aml_write()
69 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header()
79 static ssize_t acpi_table_aml_read(struct config_item *cfg, in acpi_table_aml_read()
102 static ssize_t acpi_table_signature_show(struct config_item *cfg, char *str) in acpi_table_signature_show()
112 static ssize_t acpi_table_length_show(struct config_item *cfg, char *str) in acpi_table_length_show()
122 static ssize_t acpi_table_revision_show(struct config_item *cfg, char *str) in acpi_table_revision_show()
132 static ssize_t acpi_table_oem_id_show(struct config_item *cfg, char *str) in acpi_table_oem_id_show()
142 static ssize_t acpi_table_oem_table_id_show(struct config_item *cfg, char *str) in acpi_table_oem_table_id_show()
152 static ssize_t acpi_table_oem_revision_show(struct config_item *cfg, char *str) in acpi_table_oem_revision_show()
162 static ssize_t acpi_table_asl_compiler_id_show(struct config_item *cfg, in acpi_table_asl_compiler_id_show()
173 static ssize_t acpi_table_asl_compiler_revision_show(struct config_item *cfg, in acpi_table_asl_compiler_revision_show()
211 static struct config_item *acpi_table_make_item(struct config_group *group, in acpi_table_make_item()
225 struct config_item *cfg) in acpi_table_drop_item()