Searched refs:img (Results 1 - 78 of 78) sorted by relevance

/linux-4.4.14/drivers/media/rc/img-ir/
H A DMakefile0 img-ir-y := img-ir-core.o
2 img-ir-$(CONFIG_IR_IMG_RAW) += img-ir-raw.o
3 img-ir-$(CONFIG_IR_IMG_HW) += img-ir-hw.o
4 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o
5 img-ir-$(CONFIG_IR_IMG_JVC) += img-ir-jvc.o
6 img-ir-$(CONFIG_IR_IMG_SONY) += img-ir-sony.o
7 img-ir-$(CONFIG_IR_IMG_SHARP) += img-ir-sharp.o
8 img-ir-$(CONFIG_IR_IMG_SANYO) += img-ir-sanyo.o
9 img-ir-$(CONFIG_IR_IMG_RC5) += img-ir-rc5.o
10 img-ir-$(CONFIG_IR_IMG_RC6) += img-ir-rc6.o
11 img-ir-objs := $(img-ir-y)
13 obj-$(CONFIG_IR_IMG) += img-ir.o
H A Dimg-ir-core.c11 * This contains core img-ir code for setting up the driver. The two interfaces
23 #include "img-ir.h"
142 error = request_irq(priv->irq, img_ir_isr, 0, "img-ir", priv); img_ir_probe()
182 { .compatible = "img,ir-rev1" },
189 .name = "img-ir",
H A Dimg-ir-rc6.c12 #include "img-ir-hw.h"
86 * Due to a quirk in the img-ir decoder, default header values do
H A Dimg-ir-jvc.c12 #include "img-ir-hw.h"
H A Dimg-ir-rc5.c12 #include "img-ir-hw.h"
H A Dimg-ir-sharp.c12 #include "img-ir-hw.h"
H A Dimg-ir.h18 #include "img-ir-raw.h"
19 #include "img-ir-hw.h"
H A Dimg-ir-sanyo.c23 #include "img-ir-hw.h"
H A Dimg-ir-nec.c12 #include "img-ir-hw.h"
H A Dimg-ir-sony.c12 #include "img-ir-hw.h"
H A Dimg-ir-raw.c17 #include "img-ir.h"
H A Dimg-ir-hw.c23 #include "img-ir.h"
879 * img-ir decoder.
/linux-4.4.14/arch/metag/kernel/
H A Dmachines.c14 "img,meta",
H A Dclock.c60 node = of_find_compatible_node(NULL, NULL, "img,meta"); init_metag_core_clock()
62 pr_warn("%s: no compatible img,meta DT node found\n", init_metag_core_clock()
/linux-4.4.14/scripts/
H A Dextract-ikconfig33 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
36 tail -c+$pos "$img" | $3 > $tmp2 2> /dev/null
43 img=$1
44 if [ $# -ne 1 -o ! -s "$img" ]
56 dump_config "$img"
H A Dextract-vmlinux30 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
33 tail -c+$pos "$img" | $3 > $tmp 2> /dev/null
40 img=$1
41 if [ $# -ne 1 -o ! -s "$img" ]
52 check_vmlinux $img
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.h18 #define RTL8192E_BOOT_IMG_FW "RTL8192E/boot.img"
19 #define RTL8192E_MAIN_IMG_FW "RTL8192E/main.img"
20 #define RTL8192E_DATA_IMG_FW "RTL8192E/data.img"
/linux-4.4.14/drivers/mtd/
H A Dredboot.c46 struct fis_image_desc *img; member in struct:fis_list
53 static inline int redboot_checksum(struct fis_image_desc *img) redboot_checksum() argument
198 new_fl->img = &buf[i]; parse_redboot_partitions()
208 while(*prev && (*prev)->img->flash_base < new_fl->img->flash_base) parse_redboot_partitions()
216 if (fl->img->flash_base) { parse_redboot_partitions()
222 if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) { parse_redboot_partitions()
246 if (fl->img->flash_base) { parse_redboot_partitions()
248 parts[0].size = fl->img->flash_base; parse_redboot_partitions()
254 parts[i].size = fl->img->size; parse_redboot_partitions()
255 parts[i].offset = fl->img->flash_base; parse_redboot_partitions()
258 strcpy(names, fl->img->name); parse_redboot_partitions()
269 if(fl->next && fl->img->flash_base + fl->img->size + master->erasesize <= fl->next->img->flash_base) { parse_redboot_partitions()
272 parts[i].size = fl->next->img->flash_base - parts[i].offset; parse_redboot_partitions()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm204.c31 pmu_code(struct nv50_devinit *init, u32 pmu, u32 img, u32 len, bool sec) pmu_code() argument
41 nvkm_wr32(device, 0x10a184, nvbios_rd32(bios, img + i)); pmu_code()
51 pmu_data(struct nv50_devinit *init, u32 pmu, u32 img, u32 len) pmu_data() argument
59 nvkm_wr32(device, 0x10a1c4, nvbios_rd32(bios, img + i)); pmu_data()
142 u32 img = nvbios_rd16(bios, bit_I.offset + 0x14); gm204_devinit_post() local
144 pmu_data(init, pmu, img, len); gm204_devinit_post()
150 u32 img = nvbios_rd16(bios, bit_I.offset + 0x18); gm204_devinit_post() local
152 pmu_data(init, pmu, img, len); gm204_devinit_post()
/linux-4.4.14/arch/sparc/boot/
H A DMakefile6 ROOT_IMG := /usr/src/root.img
10 targets := tftpboot.img image zImage vmlinux.aout
69 $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback System.map $(ROOT_IMG) FORCE
/linux-4.4.14/arch/x86/boot/compressed/
H A Daslr.c182 static bool mem_avoid_overlap(struct mem_vector *img) mem_avoid_overlap() argument
188 if (mem_overlaps(img, &mem_avoid[i])) mem_avoid_overlap()
200 if (mem_overlaps(img, &avoid)) mem_avoid_overlap()
236 struct mem_vector region, img; process_e820_entry() local
272 for (img.start = region.start, img.size = image_size ; process_e820_entry()
273 mem_contains(&region, &img) ; process_e820_entry()
274 img.start += CONFIG_PHYSICAL_ALIGN) { process_e820_entry()
275 if (mem_avoid_overlap(&img)) process_e820_entry()
277 slots_append(img.start); process_e820_entry()
/linux-4.4.14/arch/sparc/
H A DMakefile68 image zImage uImage tftpboot.img vmlinux.aout: vmlinux
86 echo ' tftpboot.img - image prepared for tftp'
93 echo ' tftpboot.img - image prepared for tftp'
/linux-4.4.14/drivers/staging/rtl8192u/
H A Dr819xU_firmware.c30 * segment the img and use the ptr and length to remember info on each segment
215 const char *fw_name[3] = { "RTL8192U/boot.img", init_firmware()
216 "RTL8192U/main.img", init_firmware()
217 "RTL8192U/data.img"}; init_firmware()
253 RT_TRACE(COMP_ERR, "img file size exceed the container buffer fail!\n"); init_firmware()
269 /* we only need to download data.img here */ init_firmware()
343 MODULE_FIRMWARE("RTL8192U/boot.img");
344 MODULE_FIRMWARE("RTL8192U/main.img");
345 MODULE_FIRMWARE("RTL8192U/data.img");
/linux-4.4.14/drivers/crypto/
H A DMakefile9 obj-$(CONFIG_CRYPTO_DEV_IMGTEC_HASH) += img-hash.o
H A Dimg-hash.c719 .cra_driver_name = "img-md5",
742 .cra_driver_name = "img-sha1",
765 .cra_driver_name = "img-sha224",
788 .cra_driver_name = "img-sha256",
872 { .compatible = "img,hash-accelerator" },
1020 .name = "img-hash-accelerator",
/linux-4.4.14/drivers/media/rc/
H A DMakefile39 obj-$(CONFIG_IR_IMG) += img-ir/
/linux-4.4.14/arch/x86/boot/
H A DMakefile120 image_cmdline = default linux $(FDARGS) $(if $(FDINITRD),initrd=initrd.img,)
132 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' a:initrd.img ; \
144 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' v:initrd.img ; \
155 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' w:initrd.img ; \
172 cp '$(FDINITRD)' $(obj)/isoimage/initrd.img ; \
/linux-4.4.14/drivers/phy/
H A Dphy-pistachio-usb.c149 "img,cr-top"); pistachio_usb_phy_probe()
163 ret = of_property_read_u32(p_phy->dev->of_node, "img,refclk", pistachio_usb_phy_probe()
190 { .compatible = "img,pistachio-usb-phy", },
/linux-4.4.14/sound/soc/codecs/
H A Dwm0010.c357 u64 *img; wm0010_firmware_load() local
430 img = kzalloc(len, GFP_KERNEL | GFP_DMA); wm0010_firmware_load()
431 if (!img) { wm0010_firmware_load()
435 xfer->t.tx_buf = img; wm0010_firmware_load()
437 byte_swap_64((u64 *)&rec->command, img, len); wm0010_firmware_load()
507 u32 *img; wm0010_stage2_load() local
522 img = kzalloc(fw->size, GFP_KERNEL | GFP_DMA); wm0010_stage2_load()
523 if (!img) { wm0010_stage2_load()
534 memcpy(img, &fw->data[0], fw->size); wm0010_stage2_load()
539 t.tx_buf = img; wm0010_stage2_load()
567 kfree(img); wm0010_stage2_load()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-drv.c164 static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) iwl_free_fw_img() argument
168 iwl_free_fw_desc(drv, &img->sec[i]); iwl_free_fw_img()
182 iwl_free_fw_img(drv, drv->fw.img + i); iwl_dealloc_ucode()
285 struct fw_img_parsing img[IWL_UCODE_TYPE_MAX]; member in struct:iwl_firmware_pieces
306 return &pieces->img[type].sec[sec]; get_sec()
314 pieces->img[type].sec[sec].data = data; set_sec_data()
322 pieces->img[type].sec[sec].size = size; set_sec_size()
329 return pieces->img[type].sec[sec].size; get_sec_size()
337 pieces->img[type].sec[sec].offset = offset; set_sec_offset()
406 struct fw_img_parsing *img; iwl_store_ucode_sec() local
415 img = &pieces->img[type]; iwl_store_ucode_sec()
416 sec = &img->sec[img->sec_counter]; iwl_store_ucode_sec()
422 ++img->sec_counter; iwl_store_ucode_sec()
860 drv->fw.img[IWL_UCODE_REGULAR].is_dual_cpus = iwl_parse_tlv_firmware()
862 drv->fw.img[IWL_UCODE_INIT].is_dual_cpus = iwl_parse_tlv_firmware()
864 drv->fw.img[IWL_UCODE_WOWLAN].is_dual_cpus = iwl_parse_tlv_firmware()
1007 drv->fw.img[IWL_UCODE_REGULAR].paging_mem_size = iwl_parse_tlv_firmware()
1010 drv->fw.img[usniffer_img].paging_mem_size = iwl_parse_tlv_firmware()
1070 if (iwl_alloc_fw_desc(drv, &(drv->fw.img[type].sec[i]), iwl_alloc_ucode()
H A Diwl-fw.h225 * @img: ucode image like ucode_rt, ucode_init, ucode_wowlan.
252 struct fw_img img[IWL_UCODE_TYPE_MAX]; member in struct:iwl_fw
/linux-4.4.14/drivers/media/usb/gspca/m5602/
H A Dm5602_s5k4aa.h194 /* VSYNC_PARA, VSYNC_PARA : img height 480 = 0x01e0 */
203 /* HSYNC_PARA, HSYNC_PARA : img width 640 = 0x0280 */
249 /* VSYNC_PARA, VSYNC_PARA : img height 1024 = 0x0400 */
258 /* HSYNC_PARA, HSYNC_PARA : img width 1280 = 0x0500 */
/linux-4.4.14/drivers/clocksource/
H A Dtime-pistachio.c164 periph_regs = syscon_regmap_lookup_by_phandle(node, "img,cr-periph"); pistachio_clksrc_of_init()
217 CLOCKSOURCE_OF_DECLARE(pistachio_gptimer, "img,pistachio-gptimer",
/linux-4.4.14/drivers/clk/pistachio/
H A Dclk-pistachio.c205 CLK_OF_DECLARE(pistachio_clk, "img,pistachio-clk", pistachio_clk_init);
274 CLK_OF_DECLARE(pistachio_clk_periph, "img,pistachio-clk-periph",
316 CLK_OF_DECLARE(pistachio_cr_periph, "img,pistachio-cr-periph",
337 CLK_OF_DECLARE(pistachio_cr_top, "img,pistachio-cr-top",
/linux-4.4.14/Documentation/mic/mpssd/
H A Dmicctrl80 echo "mic/uos.img" > $f/firmware
/linux-4.4.14/drivers/pwm/
H A Dpwm-img.c178 .compatible = "img,pistachio-pwm",
211 "img,cr-periph"); img_pwm_probe()
291 .name = "img-pwm",
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Ddebugfs.c128 const struct fw_img *img; iwl_dbgfs_sram_read() local
137 img = &mvm->fw->img[mvm->cur_ucode]; iwl_dbgfs_sram_read()
138 ofs = img->sec[IWL_UCODE_SECTION_DATA].offset; iwl_dbgfs_sram_read()
139 len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_dbgfs_sram_read()
162 const struct fw_img *img; iwl_dbgfs_sram_write() local
169 img = &mvm->fw->img[mvm->cur_ucode]; iwl_dbgfs_sram_write()
170 img_offset = img->sec[IWL_UCODE_SECTION_DATA].offset; iwl_dbgfs_sram_write()
171 img_len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_dbgfs_sram_write()
1184 const struct fw_img *img; iwl_dbgfs_d3_sram_read() local
1190 img = &mvm->fw->img[IWL_UCODE_WOWLAN]; iwl_dbgfs_d3_sram_read()
1191 len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_dbgfs_d3_sram_read()
H A Dd3.c1840 const struct fw_img *img = &mvm->fw->img[IWL_UCODE_WOWLAN]; iwl_mvm_read_d3_sram() local
1841 u32 len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_mvm_read_d3_sram()
1842 u32 offs = img->sec[IWL_UCODE_SECTION_DATA].offset; iwl_mvm_read_d3_sram()
H A Dmac80211.c616 if (mvm->fw->img[IWL_UCODE_WOWLAN].sec[0].len && iwl_mvm_mac_setup_register()
1156 const struct fw_img *img; iwl_mvm_fw_error_dump() local
1158 img = &mvm->fw->img[mvm->cur_ucode]; iwl_mvm_fw_error_dump()
1159 sram_ofs = img->sec[IWL_UCODE_SECTION_DATA].offset; iwl_mvm_fw_error_dump()
1160 sram_len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_mvm_fw_error_dump()
1210 if (mvm->fw->img[mvm->cur_ucode].paging_mem_size) iwl_mvm_fw_error_dump()
1327 if (mvm->fw->img[mvm->cur_ucode].paging_mem_size) { iwl_mvm_fw_error_dump()
H A Dfw.c95 return &mvm->fw->img[ucode_type]; iwl_get_ucode_image()
/linux-4.4.14/drivers/video/fbdev/
H A Dtridentfb.c638 const struct fb_image *img) tridentfb_imageblit()
643 if ((info->flags & FBINFO_HWACCEL_DISABLED) || img->depth != 1) { tridentfb_imageblit()
644 cfb_imageblit(info, img); tridentfb_imageblit()
648 col = img->fg_color; tridentfb_imageblit()
651 bgcol = img->bg_color; tridentfb_imageblit()
655 col = ((u32 *)(info->pseudo_palette))[img->fg_color]; tridentfb_imageblit()
656 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color]; tridentfb_imageblit()
661 par->image_blit(par, img->data, img->dx, img->dy, tridentfb_imageblit()
662 img->width, img->height, col, bgcol); tridentfb_imageblit()
664 cfb_imageblit(info, img); tridentfb_imageblit()
637 tridentfb_imageblit(struct fb_info *info, const struct fb_image *img) tridentfb_imageblit() argument
H A Dmetronomefb.c455 u16 *img = (u16 *)(par->metromem_img + index); metronomefb_dpy_update_page() local
459 *(img + i) = (buf[i] << 5) & 0xE0E0; metronomefb_dpy_update_page()
460 csum += *(img + i); metronomefb_dpy_update_page()
/linux-4.4.14/drivers/spi/
H A DMakefile45 obj-$(CONFIG_SPI_IMG_SPFI) += spi-img-spfi.o
H A Dspi-img-spfi.c642 if (of_property_read_bool(spfi->dev->of_node, "img,supports-quad-mode")) img_spfi_probe()
790 { .compatible = "img,spfi", },
797 .name = "img-spfi",
/linux-4.4.14/drivers/mmc/host/
H A Ddw_mmc-pltfm.c99 { .compatible = "img,pistachio-dw-mshc",
/linux-4.4.14/arch/arc/include/asm/
H A Dpage.h88 * So if kernel img is linked at 0x8000_0000 onwards, 0x8010_0000 will be
/linux-4.4.14/drivers/i2c/busses/
H A DMakefile57 obj-$(CONFIG_I2C_IMG) += i2c-img-scb.o
H A Di2c-img-scb.c1409 { .compatible = "img,scb-i2c" },
1416 .name = "img-i2c-scb",
/linux-4.4.14/drivers/dma/
H A Dimg-mdc-dma.c830 { .compatible = "img,pistachio-mdc-dma", .data = &pistachio_mdc_data, },
858 "img,cr-periph"); mdc_dma_probe()
899 "img,max-burst-multiplier", mdc_dma_probe()
995 .name = "img-mdc-dma",
/linux-4.4.14/drivers/gpio/
H A Dgpio-tz1090-pdc.c216 { .compatible = "img,tz1090-pdc-gpio" },
H A Dgpio-tz1090.c589 { .compatible = "img,tz1090-gpio" },
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Ducode.c55 return &priv->fw->img[ucode_type]; iwl_get_ucode_image()
419 if (!priv->fw->img[IWL_UCODE_INIT].sec[0].len) iwl_run_init_ucode()
H A Dmac80211.c163 if (priv->fw->img[IWL_UCODE_WOWLAN].sec[0].len &&
460 const struct fw_img *img; iwlagn_mac_resume() local
503 img = &priv->fw->img[IWL_UCODE_WOWLAN]; iwlagn_mac_resume()
506 kzalloc(img->sec[IWL_UCODE_SECTION_DATA].len, iwlagn_mac_resume()
512 img->sec[IWL_UCODE_SECTION_DATA].len / 4); iwlagn_mac_resume()
H A Ddebugfs.c109 const struct fw_img *img; iwl_dbgfs_sram_read() local
120 img = &priv->fw->img[priv->cur_ucode]; iwl_dbgfs_sram_read()
121 priv->dbgfs_sram_len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_dbgfs_sram_read()
218 const struct fw_img *img = &priv->fw->img[IWL_UCODE_WOWLAN]; iwl_dbgfs_wowlan_sram_read() local
225 img->sec[IWL_UCODE_SECTION_DATA].len); iwl_dbgfs_wowlan_sram_read()
/linux-4.4.14/drivers/watchdog/
H A Dimgpdc_wdt.c329 { .compatible = "img,pdc-wdt" },
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c862 const u8 *img, int len, int offset) qib_sd7220_prog_ld()
872 (u8 *)img + sofar, req, 0); qib_sd7220_prog_ld()
886 const u8 *img, int len, int offset) qib_sd7220_prog_vfy()
905 if (readback[idx] != img[idx+sofar]) qib_sd7220_prog_vfy()
861 qib_sd7220_prog_ld(struct qib_devdata *dd, int sdnum, const u8 *img, int len, int offset) qib_sd7220_prog_ld() argument
885 qib_sd7220_prog_vfy(struct qib_devdata *dd, int sdnum, const u8 *img, int len, int offset) qib_sd7220_prog_vfy() argument
/linux-4.4.14/arch/mips/txx9/rbtx4939/
H A Dsetup.c391 sprintf(names[i], "img%d", 4 - i); rbtx4939_mtd_init()
/linux-4.4.14/drivers/input/touchscreen/
H A Dsur40.c373 struct sur40_image_header *img = (void *)(sur40->bulk_in_buffer); sur40_process_video() local
412 if (le32_to_cpu(img->magic) != VIDEO_HEADER_MAGIC) { sur40_process_video()
417 if (le32_to_cpu(img->size) != sur40_video_format.sizeimage) { sur40_process_video()
/linux-4.4.14/drivers/block/
H A Drbd.c1488 dout("%s: img %p (was %d)\n", __func__, img_request, rbd_img_request_get()
1499 dout("%s: img %p (was %d)\n", __func__, img_request, rbd_img_request_put()
1520 dout("%s: img %p obj %p w=%u\n", __func__, img_request, obj_request, rbd_img_obj_request_add()
1529 dout("%s: img %p obj %p w=%u\n", __func__, img_request, obj_request, rbd_img_obj_request_del()
1609 dout("%s: img %p\n", __func__, img_request); rbd_img_request_complete()
1717 dout("%s: obj %p img %p result %d %llu/%llu\n", __func__, rbd_img_obj_request_read_callback()
1773 dout("%s: obj %p img %p result %d %llu/%llu\n", __func__, rbd_osd_read_callback()
2203 dout("%s: rbd_dev %p %s %llu/%llu -> img %p\n", __func__, rbd_dev, rbd_img_request_create()
2217 dout("%s: img %p\n", __func__, img_request); rbd_img_request_destroy()
2340 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); rbd_img_obj_callback()
2460 dout("%s: img %p type %d data_desc %p\n", __func__, img_request, rbd_img_request_fill()
2980 dout("%s: img %p\n", __func__, img_request); for_each_obj_request_safe()
/linux-4.4.14/drivers/irqchip/
H A Dirq-imgpdc.c483 { .compatible = "img,pdc-intc" },
H A Dirq-metag-ext.c820 node = of_find_compatible_node(NULL, NULL, "img,meta-intc"); init_external_IRQ()
/linux-4.4.14/drivers/media/usb/pwc/
H A Dpwc.h282 * We have an 'image' and a 'view', where 'image' is the fixed-size img
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-flash.c36 #define MANAGE_ACTIVE_ERR -9001 /* Cannot overwrite active img */
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c4532 struct eprom_image img[VXGE_HW_MAX_ROM_IMAGES]; vxge_probe() local
4534 status = vxge_hw_vpath_eprom_img_ver_get(hldev, img); vxge_probe()
4542 hldev->eprom_versions[i] = img[i].version; vxge_probe()
4543 if (!img[i].is_valid) vxge_probe()
4547 VXGE_EPROM_IMG_MAJOR(img[i].version), vxge_probe()
4548 VXGE_EPROM_IMG_MINOR(img[i].version), vxge_probe()
4549 VXGE_EPROM_IMG_FIX(img[i].version), vxge_probe()
4550 VXGE_EPROM_IMG_BUILD(img[i].version)); vxge_probe()
H A Dvxge-config.c374 struct eprom_image *img) vxge_hw_vpath_eprom_img_ver_get()
394 img[i].is_valid = VXGE_HW_GET_EPROM_IMAGE_VALID(data0); vxge_hw_vpath_eprom_img_ver_get()
395 img[i].index = VXGE_HW_GET_EPROM_IMAGE_INDEX(data0); vxge_hw_vpath_eprom_img_ver_get()
396 img[i].type = VXGE_HW_GET_EPROM_IMAGE_TYPE(data0); vxge_hw_vpath_eprom_img_ver_get()
397 img[i].version = VXGE_HW_GET_EPROM_IMAGE_REV(data0); vxge_hw_vpath_eprom_img_ver_get()
373 vxge_hw_vpath_eprom_img_ver_get(struct __vxge_hw_device *hldev, struct eprom_image *img) vxge_hw_vpath_eprom_img_ver_get() argument
/linux-4.4.14/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c572 struct icp_qat_uof_image *img, qat_uclo_map_image_page()
582 ((char *)img + sizeof(struct icp_qat_uof_image)); qat_uclo_map_image_page()
570 qat_uclo_map_image_page(struct icp_qat_uof_encap_obj *encap_uof_obj, struct icp_qat_uof_image *img, struct icp_qat_uclo_encap_page *page) qat_uclo_map_image_page() argument
/linux-4.4.14/sound/pci/riptide/
H A Driptide.c708 static int loadfirmware(struct cmdif *cif, const unsigned char *img, loadfirmware() argument
717 in = img; loadfirmware()
743 if (*img++ == '\n') loadfirmware()
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-tz1090-pdc.c973 { .compatible = "img,tz1090-pdc-pinctrl", },
H A Dpinctrl-pistachio.c1432 { .compatible = "img,pistachio-system-pinctrl", },
H A Dpinctrl-tz1090.c1988 { .compatible = "img,tz1090-pinctrl", },
/linux-4.4.14/arch/powerpc/kernel/
H A Drtas_flash.c44 #define FLASH_IMG_READY 0 /* Firmware img ready for flash on reboot */
/linux-4.4.14/drivers/hid/
H A Dwacom_sys.c645 const unsigned len, const void *img) wacom_led_putimage()
667 memcpy(buf + 3, img + i * chunk_len, chunk_len); wacom_led_putimage()
644 wacom_led_putimage(struct wacom *wacom, int button_id, u8 xfer_id, const unsigned len, const void *img) wacom_led_putimage() argument
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c53 #define TRX_UNCOMP_IMAGE 0x20 /* Trx holds uncompressed img */
/linux-4.4.14/drivers/media/pci/meye/
H A Dmeye.c754 static int mchip_uncompress_frame(u8 *img, int imgsize, u8 *buf, int bufsize)
/linux-4.4.14/fs/
H A Dcompat_ioctl.c961 /* qemu/qemu-img might call these two on plain files for probing */
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4564 static int be_flash(struct be_adapter *adapter, const u8 *img, be_flash() argument
4589 memcpy(req->data_buf, img, num_bytes); be_flash()
4590 img += num_bytes; be_flash()
/linux-4.4.14/drivers/net/ethernet/3com/
H A Dtyphoon.c2076 netdev_err(dev, "unable to reboot into sleep img\n"); typhoon_open()
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c3556 * img ns_sm.jpg

Completed in 2286 milliseconds