Lines Matching defs:img
353 u64 *img;425 img = kzalloc(len, GFP_KERNEL | GFP_DMA);426 if (!img) {430 xfer->t.tx_buf = img;432 byte_swap_64((u64 *)&rec->command, img, len);502 u32 *img;517 img = kmemdup(&fw->data[0], fw->size, GFP_KERNEL | GFP_DMA);518 if (!img) {532 t.tx_buf = img;560 kfree(img);