Home
last modified time | relevance | path

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

/linux/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 …]
/linux/drivers/net/ethernet/3com/
A Dtyphoon.c1275 const u8 *image_data; in typhoon_request_firmware() local
1291 image_data = typhoon_fw->data; in typhoon_request_firmware()
1296 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()
1301 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware()
1308 sHdr = (struct typhoon_section_header *) image_data; in typhoon_request_firmware()
1315 image_data += section_len; in typhoon_request_firmware()
1335 const u8 *image_data; in typhoon_download_firmware() local
1349 image_data = typhoon_fw->data; in typhoon_download_firmware()
1350 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()
1394 image_data += sizeof(struct typhoon_file_header); in typhoon_download_firmware()
[all …]
/linux/drivers/input/mouse/
A Dcyapa_gen3.c700 const u8 *image_data) in cyapa_gen3_write_blocks() argument
708 const u8 *data = &image_data[addr]; in cyapa_gen3_write_blocks()

Completed in 17 milliseconds