Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-flash.c120 static struct image_data_t image_data; variable
205 if (image_data.status != IMAGE_READY || in validate_store()
206 image_data.size < VALIDATE_BUF_SIZE) { in validate_store()
213 memcpy(args_buf->buf, image_data.data, VALIDATE_BUF_SIZE); in validate_store()
292 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update()
330 pr_alert("FLASH: Image is %u bytes\n", image_data.size); in opal_flash_term_callback()
379 if (image_data.status == IMAGE_READY) in update_store()
401 addr = image_data.data; in free_image_buf()
402 size = PAGE_ALIGN(image_data.size); in free_image_buf()
408 vfree(image_data.data); in free_image_buf()
[all …]
/linux-4.4.14/drivers/net/ethernet/3com/
Dtyphoon.c1272 const u8 *image_data; in typhoon_request_firmware() local
1288 image_data = typhoon_fw->data; in typhoon_request_firmware()
1293 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()
1298 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware()
1305 sHdr = (struct typhoon_section_header *) image_data; in typhoon_request_firmware()
1306 image_data += sizeof(struct typhoon_section_header); in typhoon_request_firmware()
1312 image_data += section_len; in typhoon_request_firmware()
1332 const u8 *image_data; in typhoon_download_firmware() local
1346 image_data = typhoon_fw->data; in typhoon_download_firmware()
1347 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()
[all …]
/linux-4.4.14/drivers/input/mouse/
Dcyapa_gen3.c742 const u8 *image_data) in cyapa_gen3_write_blocks() argument
750 const u8 *data = &image_data[addr]; in cyapa_gen3_write_blocks()