Searched defs:name (Results 1 - 25 of 1884) sorted by path

1234567891011>>

/drivers/acpi/acpica/
H A Dacdebug.h50 char *name; /* Command Name */ member in struct:acpi_db_command_info
61 char *name; /* Argument Name */ member in struct:acpi_db_argument_info
97 void acpi_db_unload_acpi_table(char *name);
99 void acpi_db_send_notify(char *name, u32 value);
147 acpi_status acpi_db_disassemble_method(char *name);
156 void acpi_db_set_scope(char *name);
208 acpi_db_execute(char *name, char **args, acpi_object_type * types, u32 flags);
229 void acpi_db_open_debug_file(char *name);
276 void acpi_db_prep_namestring(char *name);
278 struct acpi_namespace_node *acpi_db_local_ns_lookup(char *name);
[all...]
H A Dacinterp.h53 #define ACPI_EXD_TABLE_SIZE(name) (sizeof(name) / sizeof (struct acpi_exdump_info))
70 char *name; member in struct:acpi_exdump_info
H A Daclocal.h164 u8 type; /* ACPI Type associated with this name */
167 union acpi_name_union name; /* ACPI Name, always 4 chars per ACPI spec */ member in struct:acpi_namespace_node
304 * name - The ACPI reserved name
309 char name[ACPI_NAME_SIZE]; member in struct:acpi_name_info
319 * The reason for this is to minimize the size of the predefined name table.
374 char name[ACPI_NAME_SIZE]; member in struct:acpi_simple_repair_info
681 * AML opcode, name, and argument layout
685 char *name; /* Opcode name (disassemble member in struct:acpi_opcode_info
702 char *name; /* NULL terminated string */ member in union:acpi_parse_value
756 u32 name; /* 4-byte name or zero if no name */ member in struct:acpi_parse_obj_named
949 char *name; member in struct:acpi_interface_info
962 char *name; member in struct:acpi_port_info
1077 char *name; member in struct:acpi_db_method_info
1147 char *name; member in struct:ah_predefined_name
1155 char *name; member in struct:ah_device_id
[all...]
H A Dacresrc.h127 char *name; member in struct:acpi_rsdump_info
H A Devgpeinit.c301 * Extract the name and GPE type from the object, saving this
306 * The name of each GPE control method is of the form:
327 char name[ACPI_NAME_SIZE + 1]; local
342 * 1) Extract the method name and null terminate it
344 ACPI_MOVE_32_TO_32(name, &method_node->name.integer);
345 name[ACPI_NAME_SIZE] = 0;
349 if (name[0] != '_') {
355 * of the method name
357 switch (name[
[all...]
H A Dexdump.c366 char *name; local
387 name = info->name;
403 acpi_os_printf("%20s : %2.2X\n", name, *target);
408 acpi_os_printf("%20s : %4.4X\n", name,
414 acpi_os_printf("%20s : %8.8X\n", name,
427 acpi_ex_out_pointer(name,
471 acpi_os_printf("%20s : %p", name, next);
505 acpi_os_printf("%20s : %p", name, next);
539 acpi_os_printf("%20s : %p", name, nex
[all...]
H A Dnsalloc.c55 * PARAMETERS: name - Name of the new node (4 char ACPI name)
62 struct acpi_namespace_node *acpi_ns_create_node(u32 name) argument
86 node->name.integer = name;
H A Dnsrepair2.c54 * be repaired on a per-name basis.
62 char name[ACPI_NAME_SIZE]; member in struct:acpi_repair_info
175 * RETURN: Status. AE_OK if repair was successful. If name is not
192 /* Check if this name is in the list of repairable names */
211 * DESCRIPTION: Check an object name against the repairable object list.
221 /* Search info table for a repairable predefined method/object name */
225 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) {
H A Dnsxfname.c67 * name
72 * DESCRIPTION: This routine will search for a caller specified name in the
73 * name space. The caller can restrict the search region by
152 * DESCRIPTION: This routine returns the fully qualified name associated with
184 * Wants the single segment ACPI name.
205 /* Just copy the ACPI name from the Node and zero terminate it */
281 acpi_name name; local
309 name = node->name.integer;
493 info->name
[all...]
H A Dpsargs.c147 * RETURN: Pointer to the start of the name string (pointer points into
150 * DESCRIPTION: Get next raw namestring within the AML stream. Handles all name
184 /* Two name segments */
191 /* Multiple name segments, 4 chars each, count in next byte */
198 /* Single name segment */
221 * DESCRIPTION: Get next name (if method call, return # of required args).
223 * if the name represents a control method. If a method
249 arg->common.value.name = path;
254 * Lookup the name in the internal namespace, starting with the current
267 * If this name i
491 u32 name; local
[all...]
H A Dpsutils.c60 * DESCRIPTION: Create a Scope and associated namepath op with the root name
72 scope_op->named.name = ACPI_ROOT_NAME;
98 (opcode))->name,
205 * Get op's name (4-byte name segment) or 0 if unnamed
211 /* The "generic" object has no name associated with it */
217 /* Only the "Extended" parse objects have a name */
219 return (op->named.name);
224 * Set op's name
226 void acpi_ps_set_name(union acpi_parse_object *op, u32 name) argument
[all...]
H A Dpsxface.c66 * PARAMETERS: method_name - Valid ACPI name string
79 acpi_debug_trace(char *name, u32 debug_level, u32 debug_layer, u32 flags) argument
88 /* TBDs: Validate name, allow full path or just nameseg */
90 acpi_gbl_trace_method_name = *ACPI_CAST_PTR(u32, name);
128 (acpi_gbl_trace_method_name != info->node->name.integer)) {
173 (acpi_gbl_trace_method_name != info->node->name.integer)) {
255 info->node->name.ascii, info->node, info->obj_desc));
H A Drsdump.c99 char *name; local
109 name = table->name;
116 if (table->name) {
117 acpi_os_printf("%s Resource\n", name);
125 acpi_rs_out_string(name,
131 acpi_rs_out_string(name, ACPI_CAST_PTR(char, target));
139 acpi_rs_out_string(name, ACPI_CAST_PTR(char,
144 acpi_rs_out_integer8(name, ACPI_GET8(target));
150 acpi_rs_out_integer16(name, ACPI_GET1
[all...]
H A Dtbfadt.c68 char *name; member in struct:acpi_fadt_info
181 * register_name - ASCII name of the ACPI register
239 * PARAMETERS: register_name - ASCII name of the ACPI register
461 char *name; local
516 * length and register name.
530 name = fadt_info_table[i].name;
571 name, flags);
579 name, address32,
599 name,
[all...]
H A Duterror.c60 * PARAMETERS: module_name - Caller's module name (for error output)
102 * PARAMETERS: module_name - Caller's module name (for error output)
144 * PARAMETERS: module_name - Caller's module name (for error output)
187 * PARAMETERS: module_name - Caller's module name (for error output)
205 char *name = NULL; local
212 /* There is a non-ascii character in the name */
221 internal_name, NULL, &name);
223 /* Print target name */
226 acpi_os_printf("[%s]", name);
231 if (name) {
[all...]
H A Dutpredef.c67 * PARAMETERS: this_name - Entry in the predefined method/name table
72 * cases where a package info entry follows a method name that
83 * Skip next entry in the table if this name returns a Package
99 * PARAMETERS: name - Name to find
103 * DESCRIPTION: Check an object name against the predefined object list.
107 const union acpi_predefined_info *acpi_ut_match_predefined_method(char *name) argument
111 /* Quick check for a predefined name, first character must be underscore */
113 if (name[0] != '_') {
117 /* Search info table for a predefined method/object name */
120 while (this_name->info.name[
224 acpi_ut_match_resource_name(char *name) argument
[all...]
H A Dutstring.c466 * PARAMETERS: name - The name to be examined. Does not have to
469 * RETURN: TRUE if the name is valid, FALSE otherwise
471 * DESCRIPTION: Check for a valid ACPI name. Each character must be one of:
478 u8 acpi_ut_valid_acpi_name(char *name) argument
485 if (!acpi_ut_valid_acpi_char(name[i], i)) {
497 * PARAMETERS: name - The ACPI name to be repaired
499 * RETURN: Repaired version of the name
501 * DESCRIPTION: Repair an ACPI name
515 acpi_ut_repair_name(char *name) argument
[all...]
/drivers/acpi/
H A Dbattery.c447 char *name = test_bit(ACPI_BATTERY_XINFO_PRESENT, &battery->flags) ? local
455 status = acpi_evaluate_object(battery->device->handle, name,
460 ACPI_EXCEPTION((AE_INFO, status, "Evaluating %s", name));
604 .attr = {.name = "alarm", .mode = 0644},
623 battery->bat.name = acpi_device_bid(battery->device);
979 .name = __stringify(_name), \
992 .name = __stringify(_name), \
1007 const char *name; member in struct:battery_file
1032 entry = proc_create_data(acpi_battery_file[i].name,
1049 remove_proc_entry(acpi_battery_file[i].name,
[all...]
H A Dbutton.c91 .name = "button",
352 char *name, *class; local
367 name = acpi_device_name(device);
373 strcpy(name, ACPI_BUTTON_DEVICE_NAME_POWER);
379 strcpy(name, ACPI_BUTTON_DEVICE_NAME_SLEEP);
384 strcpy(name, ACPI_BUTTON_DEVICE_NAME_LID);
399 input->name = name;
431 printk(KERN_INFO PREFIX "%s [%s]\n", name, acpi_device_bid(device));
H A Dec_sys.c111 char name[64]; local
120 sprintf(name, "ec%u", ec_device_count);
121 dev_dir = debugfs_create_dir(name, acpi_ec_debugfs_dir);
H A Dosl.c552 if (!memcmp(init_val->name, "_OS_", 4) && strlen(acpi_os_name)) {
619 cpio_path, file.name);
631 cpio_path, file.name);
636 cpio_path, file.name);
641 cpio_path, file.name);
646 table->signature, cpio_path, file.name, table->length);
1662 const char *name)
1667 .name = name,
1720 * PARAMETERS: name
1661 acpi_check_region(resource_size_t start, resource_size_t n, const char *name) argument
1732 acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t ** cache) argument
[all...]
H A Dpci_link.c585 int *polarity, char **name)
627 if (name)
628 *name = acpi_device_bid(link->device);
584 acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering, int *polarity, char **name) argument
H A Dpci_slot.c119 char name[SLOT_NAME_SIZE]; local
144 snprintf(name, sizeof(name), "%llu", sun);
145 pci_slot = pci_create_slot(pci_bus, device, name, NULL);
157 dbg("pci_slot: %p, pci_bus: %x, device: %d, name: %s\n",
158 pci_slot, pci_bus->number, device, name);
H A Dpower.c62 char *name; member in struct:acpi_power_resource
235 resource->name));
247 resource->name));
276 resource->name));
287 resource->name));
294 resource->name));
357 .name = "power_resources_D0",
361 .name = "power_resources_D1",
365 .name = "power_resources_D2",
369 .name
[all...]
H A Dsbs.c80 char name[8]; member in struct:acpi_battery
476 .attr = {.name = "alarm", .mode = 0644},
530 sprintf(battery->name, ACPI_BATTERY_DIR_NAME, id);
531 battery->bat.name = battery->name;
554 battery->name, battery->present ? "present" : "absent");
578 sbs->charger.name = "sbs-charger";
728 .name = "sbs",

Completed in 233 milliseconds

1234567891011>>