Searched refs:image_data (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-flash.c | 116 static struct image_data_t image_data; variable 201 if (image_data.status != IMAGE_READY || in validate_store() 202 image_data.size < VALIDATE_BUF_SIZE) { in validate_store() 209 memcpy(args_buf->buf, image_data.data, VALIDATE_BUF_SIZE); in validate_store() 288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update() 309 pr_alert("FLASH: Image is %u bytes\n", image_data.size); in opal_flash_update_print_message() 349 if (image_data.status == IMAGE_READY) in update_store() 371 addr = image_data.data; in free_image_buf() 372 size = PAGE_ALIGN(image_data in free_image_buf() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-flash.c | 116 static struct image_data_t image_data; variable 201 if (image_data.status != IMAGE_READY || in validate_store() 202 image_data.size < VALIDATE_BUF_SIZE) { in validate_store() 209 memcpy(args_buf->buf, image_data.data, VALIDATE_BUF_SIZE); in validate_store() 288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update() 309 pr_alert("FLASH: Image is %u bytes\n", image_data.size); in opal_flash_update_print_message() 349 if (image_data.status == IMAGE_READY) in update_store() 371 addr = image_data.data; in free_image_buf() 372 size = PAGE_ALIGN(image_data in free_image_buf() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 1275 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() 1309 image_data += sizeof(struct typhoon_section_header); 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() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 1272 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...] |
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | cyapa_gen3.c | 700 const u8 *image_data) in cyapa_gen3_write_blocks() 708 const u8 *data = &image_data[addr]; in cyapa_gen3_write_blocks() 698 cyapa_gen3_write_blocks(struct cyapa *cyapa, size_t start_block, size_t block_count, const u8 *image_data) cyapa_gen3_write_blocks() argument
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | cyapa_gen3.c | 700 const u8 *image_data) in cyapa_gen3_write_blocks() 708 const u8 *data = &image_data[addr]; in cyapa_gen3_write_blocks() 698 cyapa_gen3_write_blocks(struct cyapa *cyapa, size_t start_block, size_t block_count, const u8 *image_data) cyapa_gen3_write_blocks() argument
|
Completed in 10 milliseconds