Home
last modified time | relevance | path

Searched refs:image_data (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/powernv/
A Dopal-flash.c288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update()
371 addr = image_data.data; in free_image_buf()
378 vfree(image_data.data); in free_image_buf()
379 image_data.data = NULL; in free_image_buf()
380 image_data.status = IMAGE_INVALID; in free_image_buf()
409 image_data.data = vzalloc(PAGE_ALIGN(image_data.size)); in alloc_image_buf()
410 if (!image_data.data) { in alloc_image_buf()
416 addr = image_data.data; in alloc_image_buf()
424 image_data.status = IMAGE_LOADING; in alloc_image_buf()
445 if (image_data.data) in image_data_write()
[all …]

Completed in 4 milliseconds