Searched refs:pointer (Results 201 - 225 of 663) sorted by relevance

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dhead-common.S32 /* Determine validity of the r2 atags pointer. The heuristic requires
33 * that the pointer be aligned, in the first 16k of physical RAM and
35 * is selected, then it will also accept a dtb pointer. Future revisions
40 * r2 either valid atags pointer, valid dtb pointer, or zero
61 2: ret lr @ atag/dtb pointer is ok
73 * r2 = atags/dtb pointer
114 str r8, [r2] @ Save atags pointer
175 * r5 = proc_info pointer in physical address space
H A Dentry-header.S103 @ calculate the original stack pointer value.
302 mrc p15, 0, r1, c13, c0, 3 @ get current_thread_info pointer
400 add r1, sp, #S_R0 + S_OFF @ pointer to regs
409 add r1, sp, #S_R0 + S_OFF @ pointer to regs
428 tbl .req r8 @ syscall table pointer
447 @ The stack pointer is not pointing to a valid vmap'ed stack, but it
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S52 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
93 @ prepare pointer to physical address 0 (virtual mapping in generic.c)
/linux-master/sound/firewire/tascam/
H A Dtascam-pcm.c261 .pointer = pcm_capture_pointer,
271 .pointer = pcm_playback_pointer,
/linux-master/drivers/hid/surface-hid/
H A Dsurface_hid.c68 rsp.pointer = buffer;
152 rsp.pointer = buf;
/linux-master/drivers/acpi/acpica/
H A Dexstore.c134 /* Storing to an Index (pointer into a packager or buffer) */
206 * Destination must be a reference pointer, and
302 value = source_desc->buffer.pointer[0];
317 obj_desc->buffer.pointer[index_desc->reference.value] = value;
H A Dutresrc.c130 * NULL, a pointer to the end_tag is returned
215 /* Return the pointer to the end_tag if requested */
542 * end_tag - Where the pointer to the end_tag is returned
544 * RETURN: Status, pointer to the end tag
561 *end_tag = obj_desc->buffer.pointer;
565 /* Validate the template and get a pointer to the end_tag */
567 status = acpi_ut_walk_aml_resources(NULL, obj_desc->buffer.pointer,
H A Dutobject.c234 buffer_desc->buffer.pointer = buffer;
285 string_desc->string.pointer = string;
301 * DESCRIPTION: Validate a pointer to be of type union acpi_operand_object
310 /* Check for a null pointer */
H A Devrgnini.c453 /* Save the data table pointer for use in the handler */
455 local_region_context->pointer = region_desc->region.pointer;
H A Dtbutils.c134 memcpy(new_table, table_desc->pointer, table_desc->length);
255 * the XSDT if the revision is > 1 and the XSDT pointer is present,
309 /* Get the number of entries and pointer to first entry */
357 * out_table - Where the pointer to the table is returned
359 * RETURN: Status and pointer to the requested table
362 * validated table pointer.
400 *out_table = table_desc->pointer;
413 * validated table pointer if no references.
H A Dutdebug.c32 * DESCRIPTION: Save the current CPU stack pointer at subsystem startup
42 #pragma GCC diagnostic ignored "-Wdangling-pointer="
56 * DESCRIPTION: Save the current CPU stack pointer
79 * RETURN: Updated pointer to the function name
286 * pointer - Pointer to display
298 u32 component_id, const void *pointer)
310 acpi_gbl_function_entry_prefix, pointer);
593 * pointer - Pointer to the related object
/linux-master/include/acpi/
H A Dacpiosxf.h310 u8 acpi_os_readable(void *pointer, acpi_size length);
314 u8 acpi_os_writable(void *pointer, acpi_size length);
H A Dactypes.h67 * pointer 64 64 64 32 32 32
104 * as the only common data type - it will accommodate any type of pointer or
269 /* Use C99 uintptr_t for pointer casting if available, "void *" otherwise */
918 char *pointer; /* points to the string value */ member in struct:acpi_object::__anon2768
924 u8 *pointer; /* points to the buffer */ member in struct:acpi_object::__anon2769
958 union acpi_object *pointer; member in struct:acpi_object_list
980 void *pointer; /* pointer to buffer */ member in struct:acpi_buffer
1243 void *pointer; member in struct:acpi_data_table_mapping
/linux-master/arch/sh/kernel/
H A Dhead_32.S68 mov r4, r12 ! Store device tree blob pointer in r12
83 mov r0, r15 ! Set initial r15 (stack pointer)
/linux-master/scripts/gdb/linux/
H A Dtimerlist.py29 timerqueue = utils.container_of(rb_node, timerqueue_node_type.pointer(),
31 timer = utils.container_of(timerqueue, hrtimer_type.pointer(), "node")
/linux-master/arch/s390/kernel/
H A Drelocate_kernel.S15 * %r2 = pointer to first kimage_entry_t
35 aghi %r2,8 # increment pointer
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dstring-attributes.c154 ret = hp_convert_hexstr_to_str(string_obj[elem].string.pointer,
227 ret = hp_convert_hexstr_to_str(string_obj[elem + reqs].string.pointer,
345 * @buffer_ptr: Buffer pointer
/linux-master/drivers/platform/x86/amd/
H A Dwbrf.c129 * @dev: device pointer
168 * @dev: device pointer
193 * @dev: device pointer
217 * @dev: device pointer
243 param.string.pointer = NULL;
269 memcpy(&acpi_out, obj->buffer.pointer, obj->buffer.length);
/linux-master/arch/sparc/vdso/
H A DMakefile47 -fno-omit-frame-pointer -foptimize-sibling-calls \
88 KBUILD_CFLAGS_32 += -fno-omit-frame-pointer
/linux-master/drivers/hwmon/
H A Dasus_wmi_sensors.c201 obj = output.pointer;
232 obj = output.pointer;
283 obj = output.pointer;
303 strscpy(s->name, name_obj.string.pointer, sizeof(s->name));
362 obj = output.pointer;
H A Dhp-wmi-sensors.c363 * @state: pointer to driver state
384 * @wdev: pointer to the parent WMI device
401 static bool is_raw_wmi_string(const u8 *pointer, u32 length) argument
411 ptr = (const u16 *)pointer;
496 return out.pointer;
532 is_raw_wmi_string(elements[prop].buffer.pointer,
554 hp_wmi_wstrdup(dev, element->buffer.pointer) :
555 hp_wmi_strdup(dev, strim(element->string.pointer));
569 * @wobj: pointer to WMI object instance to check
570 * @out_size: out pointer t
[all...]
/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c290 rsp.pointer = NULL;
337 rsp.pointer = kzalloc(rsp.capacity, GFP_KERNEL);
338 if (!rsp.pointer) {
350 if (rsp.length && copy_to_user(rspdata, rsp.pointer, rsp.length))
365 kfree(rsp.pointer);
H A Dsurface_acpi_notify.c202 if (obj->buffer.length != 1 || obj->buffer.pointer[0] != 0) {
268 payload.buffer.pointer = (u8 *)&event->data[0];
585 rsp.pointer = &rspbuf[0];
597 gsb_rqsx_response_success(buffer, rsp.pointer, rsp.length);
723 .pointer = NULL, \
727 path = buffer.pointer; \
730 kfree(buffer.pointer); \
/linux-master/drivers/acpi/
H A Dacpi_processor.c560 .cap.pointer = capbuf,
573 kfree(osc_context.ret.pointer);
829 cst = buffer.pointer;
887 reg = (struct acpi_power_register *)obj->buffer.pointer;
972 kfree(buffer.pointer);
H A Dbattery.c451 strscpy(ptr, element->string.pointer, len);
488 result = extract_package(battery, buffer->pointer,
492 result = extract_package(battery, buffer->pointer,
496 result = extract_package(battery, buffer->pointer,
554 kfree(buffer.pointer);
591 result = extract_package(battery, buffer.pointer,
594 kfree(buffer.pointer);

Completed in 176 milliseconds

1234567891011>>