Searched refs:srec (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/h8300/boot/
H A DMakefile3 targets := vmlinux.srec vmlinux.bin zImage
6 OBJCOPYFLAGS_vmlinux.srec := -Osrec
14 $(obj)/vmlinux.srec $(obj)/vmlinux.bin: vmlinux FORCE
26 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/linux-4.4.14/arch/avr32/boot/images/
H A DMakefile22 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.4.14/arch/sh/boot/
H A DMakefile29 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.4.14/arch/mips/boot/
H A DMakefile44 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.4.14/arch/avr32/
H A DMakefile46 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.4.14/arch/h8300/
H A DMakefile50 vmlinux.srec vmlinux.bin zImage uImage.bin: vmlinux
55 @echo 'vmlinux.srec - Create srec binary'
/linux-4.4.14/arch/mips/boot/compressed/
H A DMakefile119 OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec
120 vmlinuz.srec: vmlinuz
123 clean-files := $(objtree)/vmlinuz $(objtree)/vmlinuz.{32,ecoff,bin,srec}
/linux-4.4.14/sound/core/
H A Dvmaster.c257 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.4.14/drivers/isdn/sc/
H A Dioctl.c45 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.4.14/arch/sh/
H A DMakefile207 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.4.14/arch/mips/
H A DMakefile301 boot-y += vmlinux.srec
315 bootz-y += vmlinuz.srec
404 echo ' vmlinux.srec - SREC boot image'
409 echo ' vmlinuz.srec - SREC zboot image'
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dprism2fw.c459 * 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()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_ialloc.c440 struct xfs_inobt_rec_incore *srec) /* src record */ __xfs_inobt_can_merge()
446 if (trec->ir_startino != srec->ir_startino) __xfs_inobt_can_merge()
451 !xfs_inobt_issparse(srec->ir_holemask)) __xfs_inobt_can_merge()
455 if (!trec->ir_count || !srec->ir_count) __xfs_inobt_can_merge()
459 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) __xfs_inobt_can_merge()
464 salloc = xfs_inobt_irec_to_allocmask(srec); __xfs_inobt_can_merge()
478 struct xfs_inobt_rec_incore *srec) /* src */ __xfs_inobt_rec_merge()
480 ASSERT(trec->ir_startino == srec->ir_startino); __xfs_inobt_rec_merge()
483 trec->ir_count += srec->ir_count; __xfs_inobt_rec_merge()
484 trec->ir_freecount += srec->ir_freecount; __xfs_inobt_rec_merge()
490 trec->ir_holemask &= srec->ir_holemask; __xfs_inobt_rec_merge()
491 trec->ir_free &= srec->ir_free; __xfs_inobt_rec_merge()
438 __xfs_inobt_can_merge( struct xfs_inobt_rec_incore *trec, struct xfs_inobt_rec_incore *srec) __xfs_inobt_can_merge() argument
476 __xfs_inobt_rec_merge( struct xfs_inobt_rec_incore *trec, struct xfs_inobt_rec_incore *srec) __xfs_inobt_rec_merge() argument

Completed in 580 milliseconds