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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/video/fbdev/msm/
H A Dmdp_hw.h550 #define IS_YCRCB(img) ((img == MDP_Y_CRCB_H2V2) | (img == MDP_Y_CBCR_H2V2) | \
551 (img == MDP_Y_CRCB_H2V1) | (img == MDP_Y_CBCR_H2V1) | \
552 (img == MDP_YCRYCB_H2V1))
553 #define IS_RGB(img) ((img == MDP_RGB_565) | (img == MDP_RGB_888) | \
554 (img == MDP_ARGB_8888) | (img == MDP_RGBA_8888) | \
555 (img == MDP_XRGB_8888) | (img == MDP_BGRA_8888) | \
556 (img == MDP_RGBX_8888))
557 #define HAS_ALPHA(img) ((img == MDP_ARGB_8888) | (img == MDP_RGBA_8888) | \
558 (img == MDP_BGRA_8888))
560 #define IS_PSEUDOPLNR(img) ((img == MDP_Y_CRCB_H2V2) | \
561 (img == MDP_Y_CBCR_H2V2) | \
562 (img == MDP_Y_CRCB_H2V1) | \
563 (img == MDP_Y_CBCR_H2V1))
H A Dmdp_ppp.c526 static void get_len(struct mdp_img *img, struct mdp_rect *rect, uint32_t bpp, get_len() argument
529 *len0 = IMG_LEN(rect->h, img->width, rect->w, bpp); get_len()
530 if (IS_PSEUDOPLNR(img->format)) get_len()
531 *len1 = *len0/Y_TO_CRCB_RATIO(img->format); get_len()
584 static void get_chroma_addr(struct mdp_img *img, struct mdp_rect *rect, get_chroma_addr() argument
588 uint32_t compress_v = Y_TO_CRCB_RATIO(img->format); get_chroma_addr()
592 if (IS_PSEUDOPLNR(img->format)) { get_chroma_addr()
595 ((rect->y + 1) / compress_v) * img->width; get_chroma_addr()
596 *addr = base + (img->width * img->height * bpp); get_chroma_addr()
654 printk(KERN_ERR "mpd_ppp: img is of wrong format\n"); mdp_ppp_blit()
662 printk(KERN_ERR "mpd_ppp: img rect is outside of img!\n"); mdp_ppp_blit()
712 printk(KERN_ERR "mpd_ppp: error computing scale for img.\n"); mdp_ppp_blit()
H A Dmdp.c255 int get_img(struct mdp_img *img, struct fb_info *info, get_img() argument
260 struct fd f = fdget(img->memory_id); get_img()
289 printk(KERN_ERR "mpd_ppp: src img of zero size!\n"); mdp_blit()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm204.c31 pmu_code(struct nv50_devinit_priv *priv, u32 pmu, u32 img, u32 len, bool sec) pmu_code() argument
40 nv_wr32(priv, 0x10a184, nv_ro32(bios, img + i)); pmu_code()
50 pmu_data(struct nv50_devinit_priv *priv, u32 pmu, u32 img, u32 len) pmu_data() argument
57 nv_wr32(priv, 0x10a1c4, nv_ro32(bios, img + i)); pmu_data()
135 u32 img = nv_ro16(bios, bit_I.offset + 0x14); gm204_devinit_post() local
137 pmu_data(priv, pmu, img, len); gm204_devinit_post()
143 u32 img = nv_ro16(bios, bit_I.offset + 0x18); gm204_devinit_post() local
145 pmu_data(priv, pmu, img, len); gm204_devinit_post()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.h26 #define RTL8192E_BOOT_IMG_FW "RTL8192E/boot.img"
27 #define RTL8192E_MAIN_IMG_FW "RTL8192E/main.img"
28 #define RTL8192E_DATA_IMG_FW "RTL8192E/data.img"
H A Dr8192E_firmware.c276 "img file size exceed the container struct buffer fail!\n"); init_firmware()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/staging/rtl8192u/
H A Dr819xU_firmware.c30 * segment the img and use the ptr and length to remember info on each segment
214 const char *fw_name[3] = { "RTL8192U/boot.img", init_firmware()
215 "RTL8192U/main.img", init_firmware()
216 "RTL8192U/data.img"}; init_firmware()
252 RT_TRACE(COMP_ERR, "img file size exceed the container buffer fail!\n"); init_firmware()
268 /* we only need to download data.img here */ init_firmware()
342 MODULE_FIRMWARE("RTL8192U/boot.img");
343 MODULE_FIRMWARE("RTL8192U/main.img");
344 MODULE_FIRMWARE("RTL8192U/data.img");
/linux-4.1.27/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.1.27/drivers/media/rc/
H A DMakefile39 obj-$(CONFIG_IR_IMG) += img-ir/
/linux-4.1.27/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 ; \
175 cp '$(FDINITRD)' $(obj)/isoimage/initrd.img ; \
/linux-4.1.27/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.1.27/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.1.27/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()
382 struct fw_img_parsing *img; iwl_store_ucode_sec() local
391 img = &pieces->img[type]; iwl_store_ucode_sec()
392 sec = &img->sec[img->sec_counter]; iwl_store_ucode_sec()
398 ++img->sec_counter; iwl_store_ucode_sec()
822 drv->fw.img[IWL_UCODE_REGULAR].is_dual_cpus = iwl_parse_tlv_firmware()
824 drv->fw.img[IWL_UCODE_INIT].is_dual_cpus = iwl_parse_tlv_firmware()
826 drv->fw.img[IWL_UCODE_WOWLAN].is_dual_cpus = iwl_parse_tlv_firmware()
988 if (iwl_alloc_fw_desc(drv, &(drv->fw.img[type].sec[i]), iwl_alloc_ucode()
H A Diwl-fw.h144 * @img: ucode image like ucode_rt, ucode_init, ucode_wowlan.
171 struct fw_img img[IWL_UCODE_TYPE_MAX]; member in struct:iwl_fw
/linux-4.1.27/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.1.27/Documentation/mic/mpssd/
H A Dmicctrl80 echo "mic/uos.img" > $f/firmware
/linux-4.1.27/drivers/pwm/
H A Dpwm-img.c178 .compatible = "img,pistachio-pwm",
211 "img,cr-periph"); img_pwm_probe()
291 .name = "img-pwm",
/linux-4.1.27/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()
1180 const struct fw_img *img; iwl_dbgfs_d3_sram_read() local
1186 img = &mvm->fw->img[IWL_UCODE_WOWLAN]; iwl_dbgfs_d3_sram_read()
1187 len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_dbgfs_d3_sram_read()
H A Dd3.c1833 const struct fw_img *img = &mvm->fw->img[IWL_UCODE_WOWLAN]; iwl_mvm_read_d3_sram() local
1834 u32 len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_mvm_read_d3_sram()
1835 u32 offs = img->sec[IWL_UCODE_SECTION_DATA].offset; iwl_mvm_read_d3_sram()
H A Dfw.c95 return &mvm->fw->img[ucode_type]; iwl_get_ucode_image()
H A Dmac80211.c582 if (mvm->fw->img[IWL_UCODE_WOWLAN].sec[0].len && iwl_mvm_mac_setup_register()
1041 const struct fw_img *img; iwl_mvm_fw_error_dump() local
1043 img = &mvm->fw->img[mvm->cur_ucode]; iwl_mvm_fw_error_dump()
1044 sram_ofs = img->sec[IWL_UCODE_SECTION_DATA].offset; iwl_mvm_fw_error_dump()
1045 sram_len = img->sec[IWL_UCODE_SECTION_DATA].len; iwl_mvm_fw_error_dump()
/linux-4.1.27/drivers/video/fbdev/
H A Dtridentfb.c517 const struct fb_image *img) tridentfb_imageblit()
522 if ((info->flags & FBINFO_HWACCEL_DISABLED) || img->depth != 1) { tridentfb_imageblit()
523 cfb_imageblit(info, img); tridentfb_imageblit()
527 col = img->fg_color; tridentfb_imageblit()
530 bgcol = img->bg_color; tridentfb_imageblit()
534 col = ((u32 *)(info->pseudo_palette))[img->fg_color]; tridentfb_imageblit()
535 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color]; tridentfb_imageblit()
540 par->image_blit(par, img->data, img->dx, img->dy, tridentfb_imageblit()
541 img->width, img->height, col, bgcol); tridentfb_imageblit()
543 cfb_imageblit(info, img); tridentfb_imageblit()
516 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.1.27/drivers/mmc/host/
H A Ddw_mmc-pltfm.c97 { .compatible = "img,pistachio-dw-mshc",
/linux-4.1.27/drivers/spi/
H A DMakefile44 obj-$(CONFIG_SPI_IMG_SPFI) += spi-img-spfi.o
H A Dspi-img-spfi.c641 if (of_property_read_bool(spfi->dev->of_node, "img,supports-quad-mode")) img_spfi_probe()
776 { .compatible = "img,spfi", },
783 .name = "img-spfi",
/linux-4.1.27/arch/arc/include/asm/
H A Dpage.h83 * So if kernel img is linked at 0x8000_0000 onwards, 0x8010_0000 will be
/linux-4.1.27/drivers/i2c/busses/
H A DMakefile56 obj-$(CONFIG_I2C_IMG) += i2c-img-scb.o
H A Di2c-img-scb.c1396 { .compatible = "img,scb-i2c" },
1403 .name = "img-i2c-scb",
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_usb.c137 ret = request_firmware(&dsp_fw, "ft3000.img", &dev->dev); ft1000_probe()
/linux-4.1.27/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.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Ducode.c54 return &priv->fw->img[ucode_type]; iwl_get_ucode_image()
418 if (!priv->fw->img[IWL_UCODE_INIT].sec[0].len) iwl_run_init_ucode()
H A Dmac80211.c162 if (priv->fw->img[IWL_UCODE_WOWLAN].sec[0].len &&
447 const struct fw_img *img; iwlagn_mac_resume() local
490 img = &priv->fw->img[IWL_UCODE_WOWLAN]; iwlagn_mac_resume()
493 kzalloc(img->sec[IWL_UCODE_SECTION_DATA].len, iwlagn_mac_resume()
499 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.1.27/drivers/input/touchscreen/
H A Dsur40.c372 struct sur40_image_header *img = (void *)(sur40->bulk_in_buffer); sur40_process_video() local
409 if (le32_to_cpu(img->magic) != VIDEO_HEADER_MAGIC) { sur40_process_video()
414 if (le32_to_cpu(img->size) != sur40_video_format.sizeimage) { sur40_process_video()
/linux-4.1.27/drivers/gpio/
H A Dgpio-tz1090-pdc.c226 { .compatible = "img,tz1090-pdc-gpio" },
H A Dgpio-tz1090.c589 { .compatible = "img,tz1090-gpio" },
/linux-4.1.27/drivers/watchdog/
H A Dimgpdc_wdt.c270 { .compatible = "img,pdc-wdt" },
/linux-4.1.27/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.1.27/arch/mips/txx9/rbtx4939/
H A Dsetup.c391 sprintf(names[i], "img%d", 4 - i); rbtx4939_mtd_init()
/linux-4.1.27/drivers/block/
H A Drbd.c1486 dout("%s: img %p (was %d)\n", __func__, img_request, rbd_img_request_get()
1497 dout("%s: img %p (was %d)\n", __func__, img_request, rbd_img_request_put()
1518 dout("%s: img %p obj %p w=%u\n", __func__, img_request, obj_request, rbd_img_obj_request_add()
1527 dout("%s: img %p obj %p w=%u\n", __func__, img_request, obj_request, rbd_img_obj_request_del()
1590 dout("%s: img %p\n", __func__, img_request); rbd_img_request_complete()
1698 dout("%s: obj %p img %p result %d %llu/%llu\n", __func__, rbd_img_obj_request_read_callback()
1754 dout("%s: obj %p img %p result %d %llu/%llu\n", __func__, rbd_osd_read_callback()
2182 dout("%s: rbd_dev %p %s %llu/%llu -> img %p\n", __func__, rbd_dev, rbd_img_request_create()
2196 dout("%s: img %p\n", __func__, img_request); rbd_img_request_destroy()
2319 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); rbd_img_obj_callback()
2436 dout("%s: img %p type %d data_desc %p\n", __func__, img_request, rbd_img_request_fill()
2956 dout("%s: img %p\n", __func__, img_request); for_each_obj_request_safe()
/linux-4.1.27/drivers/irqchip/
H A Dirq-imgpdc.c482 { .compatible = "img,pdc-intc" },
H A Dirq-metag-ext.c821 node = of_find_compatible_node(NULL, NULL, "img,meta-intc"); init_external_IRQ()
/linux-4.1.27/drivers/media/usb/pwc/
H A Dpwc.h280 * We have an 'image' and a 'view', where 'image' is the fixed-size img
/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/
H A Dft1000_hw.c2037 if (request_firmware(&fw_entry, "ft1000.img", init_ft1000_card()
2039 pr_info("Could not open ft1000.img\n"); init_ft1000_card()
2044 if (request_firmware(&fw_entry, "ft2000.img", init_ft1000_card()
2046 pr_info("Could not open ft2000.img\n"); init_ft1000_card()
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal-flash.c36 #define MANAGE_ACTIVE_ERR -9001 /* Cannot overwrite active img */
/linux-4.1.27/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.1.27/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c593 struct icp_qat_uof_image *img, qat_uclo_map_image_page()
603 ((char *)img + sizeof(struct icp_qat_uof_image)); qat_uclo_map_image_page()
591 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.1.27/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.1.27/drivers/pinctrl/
H A Dpinctrl-tz1090-pdc.c973 { .compatible = "img,tz1090-pdc-pinctrl", },
H A Dpinctrl-tz1090.c1988 { .compatible = "img,tz1090-pinctrl", },
/linux-4.1.27/arch/powerpc/kernel/
H A Drtas_flash.c44 #define FLASH_IMG_READY 0 /* Firmware img ready for flash on reboot */
/linux-4.1.27/drivers/hid/
H A Dwacom_sys.c629 const unsigned len, const void *img) wacom_led_putimage()
651 memcpy(buf + 3, img + i * chunk_len, chunk_len); wacom_led_putimage()
628 wacom_led_putimage(struct wacom *wacom, int button_id, u8 xfer_id, const unsigned len, const void *img) wacom_led_putimage() argument
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c53 #define TRX_UNCOMP_IMAGE 0x20 /* Trx holds uncompressed img */
/linux-4.1.27/drivers/media/pci/meye/
H A Dmeye.c754 static int mchip_uncompress_frame(u8 *img, int imgsize, u8 *buf, int bufsize)
/linux-4.1.27/fs/
H A Dcompat_ioctl.c960 /* qemu/qemu-img might call these two on plain files for probing */
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4262 static int be_flash(struct be_adapter *adapter, const u8 *img, be_flash() argument
4287 memcpy(req->data_buf, img, num_bytes); be_flash()
4288 img += num_bytes; be_flash()
/linux-4.1.27/drivers/net/ethernet/3com/
H A Dtyphoon.c2076 netdev_err(dev, "unable to reboot into sleep img\n"); typhoon_open()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c3556 * img ns_sm.jpg

Completed in 1922 milliseconds