Home
last modified time | relevance | path

Searched refs:srec (Results 1 – 8 of 8) sorted by relevance

/linux/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 FORCE
105 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
106 $(obj)/uImage.srec: $(obj)/uImage FORCE
/linux/sound/core/
H A Dvmaster.c257 struct link_follower *srec; in _snd_ctl_add_follower() local
259 srec = kzalloc(struct_size(srec, follower.vd, follower->count), in _snd_ctl_add_follower()
261 if (!srec) in _snd_ctl_add_follower()
263 srec->kctl = follower; in _snd_ctl_add_follower()
264 srec->follower = *follower; in _snd_ctl_add_follower()
265 memcpy(srec->follower.vd, follower->vd, follower->count * sizeof(*follower->vd)); in _snd_ctl_add_follower()
266 srec->master = master_link; in _snd_ctl_add_follower()
267 srec->flags = flags; in _snd_ctl_add_follower()
275 follower->private_data = srec; in _snd_ctl_add_follower()
278 list_add_tail(&srec->list, &master_link->followers); in _snd_ctl_add_follower()
/linux/fs/pstore/
H A Dftrace.c163 struct pstore_ftrace_record *drec, *srec, *mrec; in pstore_ftrace_combine_log() local
178 srec = (struct pstore_ftrace_record *)(src_log + src_off); in pstore_ftrace_combine_log()
183 pstore_ftrace_read_timestamp(&srec[src_idx])) { in pstore_ftrace_combine_log()
187 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
198 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
/linux/arch/mips/boot/compressed/
H A DMakefile155 targets += ../vmlinuz.srec
157 OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec
159 $(objboot)/vmlinuz.srec: $(objtree)/vmlinuz
/linux/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/arch/sh/
H A DMakefile163 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c482 struct xfs_inobt_rec_incore *srec) /* src record */ in __xfs_inobt_can_merge() argument
488 if (trec->ir_startino != srec->ir_startino) in __xfs_inobt_can_merge()
493 !xfs_inobt_issparse(srec->ir_holemask)) in __xfs_inobt_can_merge()
497 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
501 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()
506 salloc = xfs_inobt_irec_to_allocmask(srec); in __xfs_inobt_can_merge()
520 struct xfs_inobt_rec_incore *srec) /* src */ in __xfs_inobt_rec_merge() argument
522 ASSERT(trec->ir_startino == srec->ir_startino); in __xfs_inobt_rec_merge()
525 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()
526 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()
[all …]
/linux/arch/mips/
H A DMakefile365 boot-y += vmlinux.srec
382 bootz-y += vmlinuz.srec
451 echo ' vmlinux.srec - SREC boot image'
456 echo ' vmlinuz.srec - SREC zboot image'