| /linux/drivers/media/rc/img-ir/ |
| A D | Makefile | 2 img-ir-y := img-ir-core.o 3 img-ir-$(CONFIG_IR_IMG_RAW) += img-ir-raw.o 4 img-ir-$(CONFIG_IR_IMG_HW) += img-ir-hw.o 5 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o 6 img-ir-$(CONFIG_IR_IMG_JVC) += img-ir-jvc.o 7 img-ir-$(CONFIG_IR_IMG_SONY) += img-ir-sony.o 8 img-ir-$(CONFIG_IR_IMG_SHARP) += img-ir-sharp.o 9 img-ir-$(CONFIG_IR_IMG_SANYO) += img-ir-sanyo.o 10 img-ir-$(CONFIG_IR_IMG_RC5) += img-ir-rc5.o 11 img-ir-$(CONFIG_IR_IMG_RC6) += img-ir-rc6.o [all …]
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| A D | seq-ext.c | 34 img->in.seq = new_seq1; in test_adjust_seqs() 35 img->trw.snd_wl1 = img->in.seq - msg_len; in test_adjust_seqs() 36 img->out.seq = new_seq2; in test_adjust_seqs() 37 img->trw.rcv_wup = img->in.seq; in test_adjust_seqs() 61 test_sock_state_free(img); in test_sk_restore() 69 struct tcp_sock_state img; in server_fn() local 106 test_sock_checkpoint(sk, &img, &saddr); in server_fn() 114 test_adjust_seqs(&img, &ao_img, true); in server_fn() 177 struct tcp_sock_state img; in client_fn() local 203 test_sock_checkpoint(sk, &img, &saddr); in client_fn() [all …]
|
| /linux/drivers/mtd/parsers/ |
| A D | redboot.c | 32 struct fis_image_desc *img; member 212 new_fl->img = &buf[i]; in parse_redboot_partitions() 222 while (*prev && (*prev)->img->flash_base < new_fl->img->flash_base) in parse_redboot_partitions() 230 if (fl->img->flash_base) { in parse_redboot_partitions() 236 …if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_ba… in parse_redboot_partitions() 259 if (fl->img->flash_base) { in parse_redboot_partitions() 261 parts[0].size = fl->img->flash_base; in parse_redboot_partitions() 267 parts[i].size = fl->img->size; in parse_redboot_partitions() 268 parts[i].offset = fl->img->flash_base; in parse_redboot_partitions() 271 strcpy(names, fl->img->name); in parse_redboot_partitions() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| A D | firmware.c | 199 if (!fw->img) in nvkm_firmware_dtor() 204 kfree(fw->img); in nvkm_firmware_dtor() 215 vfree(fw->img); in nvkm_firmware_dtor() 222 fw->img = NULL; in nvkm_firmware_dtor() 246 if (fw->img) { in nvkm_firmware_ctor() 259 fw->img = vmalloc(len); in nvkm_firmware_ctor() 260 if (fw->img) { in nvkm_firmware_ctor() 269 u8 *data = fw->img; in nvkm_firmware_ctor() 294 vfree(fw->img); in nvkm_firmware_ctor() 295 fw->img = NULL; in nvkm_firmware_ctor() [all …]
|
| /linux/drivers/input/rmi4/ |
| A D | rmi_f34v7.c | 801 f34->v7.img.guest_code.size / in rmi_f34v7_write_guest_code() 901 f34->v7.img.bl_config.size = length; in rmi_f34v7_parse_img_header_10_bl_container() 905 f34->v7.img.lockdown.data = content; in rmi_f34v7_parse_img_header_10_bl_container() 906 f34->v7.img.lockdown.size = length; in rmi_f34v7_parse_img_header_10_bl_container() 930 __func__, f34->v7.img.checksum); in rmi_f34v7_parse_image_header_10() 964 f34->v7.img.bl_version = *content; in rmi_f34v7_parse_image_header_10() 986 f34->v7.img.firmware_id = in rmi_f34v7_parse_image_header_10() 999 memset(&f34->v7.img, 0x00, sizeof(f34->v7.img)); in rmi_f34v7_parse_image_info() 1022 &f34->v7.img.blkcount, &f34->v7.img.phyaddr); in rmi_f34v7_parse_image_info() 1066 f34->v7.img.ui_firmware.size); in rmi_f34v7_do_reflash() [all …]
|
| /linux/sound/soc/img/ |
| A D | Makefile | 2 obj-$(CONFIG_SND_SOC_IMG_I2S_IN) += img-i2s-in.o 3 obj-$(CONFIG_SND_SOC_IMG_I2S_OUT) += img-i2s-out.o 4 obj-$(CONFIG_SND_SOC_IMG_PARALLEL_OUT) += img-parallel-out.o 5 obj-$(CONFIG_SND_SOC_IMG_SPDIF_IN) += img-spdif-in.o 6 obj-$(CONFIG_SND_SOC_IMG_SPDIF_OUT) += img-spdif-out.o
|
| /linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
| A D | gp102.c | 25 gp102_flcn_pio_emem_rd(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len) in gp102_flcn_pio_emem_rd() argument 28 *(u32 *)img = nvkm_falcon_rd32(falcon, 0xac4 + (port * 8)); in gp102_flcn_pio_emem_rd() 29 img += 4; in gp102_flcn_pio_emem_rd() 41 gp102_flcn_pio_emem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) in gp102_flcn_pio_emem_wr() argument 44 nvkm_falcon_wr32(falcon, 0xac4 + (port * 8), *(u32 *)img); in gp102_flcn_pio_emem_wr() 45 img += 4; in gp102_flcn_pio_emem_wr()
|
| A D | gm200.c | 44 gm200_flcn_pio_dmem_rd(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len) in gm200_flcn_pio_dmem_rd() argument 47 *(u32 *)img = nvkm_falcon_rd32(falcon, 0x1c4 + (port * 8)); in gm200_flcn_pio_dmem_rd() 48 img += 4; in gm200_flcn_pio_dmem_rd() 57 *(u8 *)img++ = data & 0xff; in gm200_flcn_pio_dmem_rd() 73 nvkm_falcon_wr32(falcon, 0x1c4 + (port * 8), *(u32 *)img); in gm200_flcn_pio_dmem_wr() 74 img += 4; in gm200_flcn_pio_dmem_wr() 108 nvkm_falcon_wr32(falcon, 0x184 + (port * 0x10), *(u32 *)img); in gm200_flcn_pio_imem_wr() 109 img += 4; in gm200_flcn_pio_imem_wr() 306 ret = nvkm_falcon_pio_wr(falcon, fw->fw.img + fw->nmem_base_img, fw->nmem_base_img, 0, in gm200_flcn_fw_load() 311 ret = nvkm_falcon_pio_wr(falcon, fw->fw.img + fw->imem_base_img, fw->imem_base_img, 0, in gm200_flcn_fw_load() [all …]
|
| A D | base.c | 56 nvkm_falcon_dma_wr(struct nvkm_falcon *falcon, const u8 *img, u64 dma_addr, u32 dma_base, in nvkm_falcon_dma_wr() argument 89 if (img && nvkm_printk_ok(falcon->owner, falcon->user, NV_DBG_TRACE)) { in nvkm_falcon_dma_wr() 95 printk(KERN_CONT " %08x", *(u32 *)(img + src + i)); in nvkm_falcon_dma_wr() 141 const u8 *img, u32 img_base, int len) in nvkm_falcon_pio_rd() argument 157 pio->rd(falcon, port, img, xfer_len); in nvkm_falcon_pio_rd() 163 printk(KERN_CONT " %08x", *(u32 *)(img + img_base)); in nvkm_falcon_pio_rd() 167 img += xfer_len; in nvkm_falcon_pio_rd() 175 nvkm_falcon_pio_wr(struct nvkm_falcon *falcon, const u8 *img, u32 img_base, u8 port, in nvkm_falcon_pio_wr() argument 192 pio->wr(falcon, port, img, xfer_len, tag++); in nvkm_falcon_pio_wr() 198 printk(KERN_CONT " %08x", *(u32 *)(img + img_base)); in nvkm_falcon_pio_wr() [all …]
|
| /linux/arch/mips/boot/dts/img/ |
| A D | pistachio.dtsi | 14 compatible = "img,pistachio"; 45 compatible = "img,scb-i2c"; 63 compatible = "img,scb-i2c"; 117 compatible = "img,i2s-in"; 124 img,i2s-channels = <6>; 143 img,i2s-channels = <6>; 205 img,cr-top = <&cr_top>; 212 compatible = "img,spfi"; 227 compatible = "img,spfi"; 234 img,supports-quad-mode; [all …]
|
| /linux/Documentation/devicetree/bindings/phy/ |
| A D | pistachio-usb-phy.txt | 6 - compatible: Must be "img,pistachio-usb-phy". 11 - img,cr-top: Must contain a phandle to the CR_TOP syscon node. 12 - img,refclk: Indicates the reference clock source for the USB PHY. 22 compatible = "img,pistachio-usb-phy"; 26 img,refclk = <REFCLK_CLK_CORE>; 27 img,cr-top = <&cr_top>;
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| A D | gm200.c | 33 pmu_code(struct nv50_devinit *init, u32 pmu, u32 img, u32 len, bool sec) in pmu_code() argument 43 nvkm_wr32(device, 0x10a184, nvbios_rd32(bios, img + i)); in pmu_code() 53 pmu_data(struct nv50_devinit *init, u32 pmu, u32 img, u32 len) in pmu_data() argument 61 nvkm_wr32(device, 0x10a1c4, nvbios_rd32(bios, img + i)); in pmu_data() 150 u32 img = nvbios_rd16(bios, bit_I.offset + 0x14); in gm200_devinit_post() local 152 pmu_data(init, pmu, img, len); in gm200_devinit_post() 158 u32 img = nvbios_rd16(bios, bit_I.offset + 0x18); in gm200_devinit_post() local 160 pmu_data(init, pmu, img, len); in gm200_devinit_post()
|
| /linux/scripts/ |
| A D | extract-vmlinux | 30 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 61 check_vmlinux $img
|
| A D | extract-ikconfig | 33 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 56 dump_config "$img"
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | img,pistachio-internal-dac.txt | 5 - compatible: "img,pistachio-internal-dac" 7 - img,cr-top : Must contain a phandle to the top level control syscon 15 compatible = "img,pistachio-internal-dac"; 16 img,cr-top = <&cr_top>;
|
| /linux/Documentation/devicetree/bindings/gpu/ |
| A D | img,powervr-rogue.yaml | 5 $id: http://devicetree.org/schemas/gpu/img,powervr-rogue.yaml# 18 - const: img,img-axe # IMG AXE GPU model/revision is fully discoverable 67 compatible = "ti,am62-gpu", "img,img-axe";
|
| A D | img,powervr-sgx.yaml | 6 $id: http://devicetree.org/schemas/gpu/img,powervr-sgx.yaml# 21 - const: img,powervr-sgx530 26 - const: img,powervr-sgx540 34 - const: img,powervr-sgx544 122 compatible = "ti,am6548-gpu", "img,powervr-sgx544"; 133 compatible = "allwinner,sun6i-a31-gpu", "img,powervr-sgx544";
|
| /linux/drivers/misc/mei/ |
| A D | vsc-fw-loader.c | 372 struct vsc_img *img; in vsc_identify_csi_image() local 380 img = (struct vsc_img *)image->data; in vsc_identify_csi_image() 381 if (!img) { in vsc_identify_csi_image() 386 if (le32_to_cpu(img->magic) != VSC_MAGIC_FILE) { in vsc_identify_csi_image() 401 (img->image_location + le32_to_cpu(img->image_count)); in vsc_identify_csi_image() 423 if (!le32_to_cpu(img->image_location[i])) { in vsc_identify_csi_image() 454 struct vsc_img *img; in vsc_identify_ace_image() local 465 img = (struct vsc_img *)image->data; in vsc_identify_ace_image() 466 if (!img) { in vsc_identify_ace_image() 471 if (le32_to_cpu(img->magic) != VSC_MAGIC_FILE) { in vsc_identify_ace_image() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
| A D | lsfw.c | 31 nvkm_blob_dtor(&lsfw->img); in nvkm_acr_lsfw_del() 298 lsfw->img.size = lsfw->bootloader_size + lsfw->app_size; in nvkm_acr_lsfw_load_bl_inst_data_sig() 299 if (!(lsfw->img.data = kzalloc(lsfw->img.size, GFP_KERNEL))) { in nvkm_acr_lsfw_load_bl_inst_data_sig() 304 memcpy(lsfw->img.data, bldata, lsfw->bootloader_size); in nvkm_acr_lsfw_load_bl_inst_data_sig() 305 memcpy(lsfw->img.data + lsfw->app_start_offset + in nvkm_acr_lsfw_load_bl_inst_data_sig() 307 memcpy(lsfw->img.data + lsfw->app_start_offset + in nvkm_acr_lsfw_load_bl_inst_data_sig() 375 lsfw->img.size = lsfw->bootloader_size + lsfw->app_size; in nvkm_acr_lsfw_load_bl_sig_net() 376 if (!(lsfw->img.data = kzalloc(lsfw->img.size, GFP_KERNEL))) { in nvkm_acr_lsfw_load_bl_sig_net() 381 memcpy(lsfw->img.data, bldata, lsfw->bootloader_size); in nvkm_acr_lsfw_load_bl_sig_net() 382 memcpy(lsfw->img.data + lsfw->app_start_offset + in nvkm_acr_lsfw_load_bl_sig_net() [all …]
|
| /linux/Documentation/devicetree/bindings/dma/ |
| A D | img-mdc-dma.txt | 4 - compatible: Must be "img,pistachio-mdc-dma". 11 - img,cr-periph: Must contain a phandle to the peripheral control syscon 13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier. 29 compatible = "img,pistachio-mdc-dma"; 46 img,max-burst-multiplier = <16>; 47 img,cr-periph = <&cr_periph>;
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-drv.c | 114 kfree(img->sec); in iwl_free_fw_img() 336 struct fw_img_parsing *img = &pieces->img[type]; in alloc_sec_data() local 341 if (img->sec && img->sec_counter >= size) in alloc_sec_data() 348 img->sec = sec_memory; in alloc_sec_data() 349 img->sec_counter = size; in alloc_sec_data() 406 img = &pieces->img[type]; in iwl_store_ucode_sec() 408 alloc_size = sizeof(*img->sec) * (img->sec_counter + 1); in iwl_store_ucode_sec() 412 img->sec = sec; in iwl_store_ucode_sec() 414 sec = &img->sec[img->sec_counter]; in iwl_store_ucode_sec() 420 ++img->sec_counter; in iwl_store_ucode_sec() [all …]
|
| /linux/Documentation/devicetree/bindings/auxdisplay/ |
| A D | img,ascii-lcd.yaml | 4 $id: http://devicetree.org/schemas/auxdisplay/img,ascii-lcd.yaml# 15 - img,boston-lcd 40 const: img,boston-lcd 53 compatible = "img,boston-lcd";
|
| /linux/Documentation/devicetree/bindings/timer/ |
| A D | img,pistachio-gptimer.txt | 4 - compatible: "img,pistachio-gptimer". 12 - img,cr-periph: Must contain a phandle to the peripheral control 17 compatible = "img,pistachio-gptimer"; 27 img,cr-periph = <&cr_periph>;
|
| /linux/Documentation/devicetree/bindings/pwm/ |
| A D | img-pwm.txt | 4 - compatible: Should be "img,pistachio-pwm" 13 - img,cr-periph: Must contain a phandle to the peripheral control 18 compatible = "img,pistachio-pwm"; 23 img,cr-periph = <&cr_periph>;
|
| /linux/samples/bpf/ |
| A D | test_override_return.sh | 4 rm -f testfile.img 5 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1 6 DEVICE=$(losetup --show -f testfile.img)
|