ptr_entry          90 drivers/firmware/google/coreboot_table.c 	void *ptr_entry;
ptr_entry          95 drivers/firmware/google/coreboot_table.c 	ptr_entry = ptr + header->header_bytes;
ptr_entry          97 drivers/firmware/google/coreboot_table.c 		entry = ptr_entry;
ptr_entry         107 drivers/firmware/google/coreboot_table.c 		memcpy(&device->entry, ptr_entry, entry->size);
ptr_entry         115 drivers/firmware/google/coreboot_table.c 		ptr_entry += entry->size;