Lines Matching refs:data
47 * buffer - Pointer to a data buffer
156 * the desired device. The resource data is placed in the buffer
201 * for the desired device. The resource data is placed in the
243 * the desired device. The resource data is passed to the routine
288 * the desired device. The resource data is passed to the routine
349 &resource->data);
357 &resource->data);
365 memcpy(out, &resource->data,
455 vendor = &resource->data.vendor_typed;
460 * 1) Length of descriptor data must be at least as long as a UUID struct
462 * 3) The UUID data must match
466 (memcmp(vendor->uuid, info->uuid->data, ACPI_UUID_LENGTH))) {