Home
last modified time | relevance | path

Searched refs:ftarget (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A DRevert-udev-remove-userspace-firmware-loading-suppor.patch176 + FILE *fsource = NULL, *ftarget = NULL;
190 + ftarget = fopen(target, "we");
191 + if (ftarget == NULL)
195 + if (fwrite(buf, size, 1, ftarget) == 1)
198 + if (ftarget != NULL)
199 + fclose(ftarget);
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux_synth.c576 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe); in setup_voice()
577 LIMITVALUE(vp->ftarget, 0, 255); in setup_voice()
578 vp->ftarget <<= 8; in setup_voice()
580 vp->ftarget = parm->cutoff; in setup_voice()
581 vp->ftarget <<= 8; in setup_voice()
H A Demux_proc.c82 vp->ftarget); in snd_emux_proc_info_read()
/OK3568_Linux_fs/kernel/include/sound/
H A Demux_synth.h187 int ftarget; /* filter target */ member
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpackage.bbclass1321ftarget = dvar + dv["libdir"] + os.path.dirname(target) + dv["dir"] + "/" + os.path.basename(targe…
1325 #bb.note("Link %s -> %s" % (fpath, ftarget))
1326 os.link(ftarget, fpath)
1345 ftarget = ""
1347 ftarget += lpath + dv["dir"] + "/"
1348 ftarget += lbase + dv["append"]
1350 ftarget = os.path.join("..", ftarget)
1352 #bb.note("Symlink %s -> %s" % (fpath, ftarget))
1353 os.symlink(ftarget, fpath)
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_callback.c291 EMU8000_VTFT_WRITE(hw, ch, temp | vp->ftarget); in start_voice()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1_callback.c454 snd_emu10k1_ptr_write(hw, VTFT, ch, temp | vp->ftarget); in start_voice()