Lines Matching defs:fw_ptr
1409 void *fw_ptr;
1454 fw_ptr = kmalloc(0x800, GFP_KERNEL);
1455 if (fw_ptr == NULL){
1468 memcpy(fw_ptr, fw_entry->data + address, 0x800);
1470 0, fw_ptr, 0x800, 1000);
1478 kfree(fw_ptr);
1503 void *fw_ptr;
1576 fw_ptr = kmalloc(FIRMWARE_CHUNK_SIZE, GFP_KERNEL);
1577 if (fw_ptr == NULL){
1591 memcpy(fw_ptr, fw_entry->data + fw_done, bcnt);
1605 ((u32 *)fw_ptr)[icnt] = swab32(((u32 *)fw_ptr)[icnt]);
1607 ret |= usb_bulk_msg(hdw->usb_dev, pipe, fw_ptr,bcnt,
1617 kfree(fw_ptr);