Searched refs:srec (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/arch/avr32/boot/images/ |
H A D | Makefile | 22 targets += uImage uImage.srec 27 OBJCOPYFLAGS_uImage.srec := -I binary -O srec 28 $(obj)/uImage.srec: $(obj)/uImage 57 clean-files := vmlinux.elf vmlinux.bin vmlinux.gz uImage uImage.srec
|
/linux-4.1.27/arch/sh/boot/ |
H A D | Makefile | 29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ 101 OBJCOPYFLAGS_vmlinux.srec := -I binary -O srec 102 $(obj)/vmlinux.srec: $(obj)/compressed/vmlinux 105 OBJCOPYFLAGS_uImage.srec := -I binary -O srec 106 $(obj)/uImage.srec: $(obj)/uImage
|
/linux-4.1.27/arch/mips/boot/ |
H A D | Makefile | 44 targets += vmlinux.srec 46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@ 47 $(obj)/vmlinux.srec: $(VMLINUX) FORCE 48 $(call if_changed,srec)
|
/linux-4.1.27/arch/avr32/ |
H A D | Makefile | 46 BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec 55 uImage.srec: KBUILD_IMAGE := $(boot)/uImage.srec 63 vmlinux.elf vmlinux.bin uImage.srec uImage vmlinux.cso: vmlinux
|
/linux-4.1.27/arch/mips/boot/compressed/ |
H A D | Makefile | 119 OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec 120 vmlinuz.srec: vmlinuz 123 clean-files := $(objtree)/vmlinuz $(objtree)/vmlinuz.{32,ecoff,bin,srec}
|
/linux-4.1.27/sound/core/ |
H A D | vmaster.c | 257 struct link_slave *srec; _snd_ctl_add_slave() local 259 srec = kzalloc(sizeof(*srec) + _snd_ctl_add_slave() 261 if (!srec) _snd_ctl_add_slave() 263 srec->kctl = slave; _snd_ctl_add_slave() 264 srec->slave = *slave; _snd_ctl_add_slave() 265 memcpy(srec->slave.vd, slave->vd, slave->count * sizeof(*slave->vd)); _snd_ctl_add_slave() 266 srec->master = master_link; _snd_ctl_add_slave() 267 srec->flags = flags; _snd_ctl_add_slave() 275 slave->private_data = srec; _snd_ctl_add_slave() 278 list_add_tail(&srec->list, &master_link->slaves); _snd_ctl_add_slave()
|
/linux-4.1.27/drivers/isdn/sc/ |
H A D | ioctl.c | 45 char *srec; sc_ioctl() local 47 srec = kmalloc(SCIOC_SRECSIZE, GFP_KERNEL); sc_ioctl() 48 if (!srec) { sc_ioctl() 58 kfree(srec); sc_ioctl() 65 if (copy_from_user(srec, data->dataptr, SCIOC_SRECSIZE)) { sc_ioctl() 67 kfree(srec); sc_ioctl() 72 0, SCIOC_SRECSIZE, srec, rcvmsg, SAR_TIMEOUT); sc_ioctl() 74 kfree(srec); sc_ioctl()
|
/linux-4.1.27/arch/sh/ |
H A D | Makefile | 207 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \ 228 @echo ' vmlinux.srec - Create an ELF S-record' 231 @echo ' uImage.srec - Create an S-record for U-Boot'
|
/linux-4.1.27/arch/mips/ |
H A D | Makefile | 304 boot-y += vmlinux.srec 318 bootz-y += vmlinuz.srec 407 echo ' vmlinux.srec - SREC boot image' 412 echo ' vmlinuz.srec - SREC zboot image'
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 459 * Clears the srec data structures in preparation for a new file. 549 /* Copy srec data to chunks */ mkimage() 799 * Reads the given fw file which should have been compiled from an srec 807 * the srec file, is expected in the fw file to be like a data record but 877 /* parse what was an S3 srec and put it in the right array */ read_fwfile()
|
Completed in 270 milliseconds