Searched refs:ftarget (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | Revert-udev-remove-userspace-firmware-loading-suppor.patch | 176 + 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 D | emux_synth.c | 576 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 D | emux_proc.c | 82 vp->ftarget); in snd_emux_proc_info_read()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | emux_synth.h | 187 int ftarget; /* filter target */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 1321 …ftarget = 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 D | emu8000_callback.c | 291 EMU8000_VTFT_WRITE(hw, ch, temp | vp->ftarget); in start_voice()
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emu10k1_callback.c | 454 snd_emu10k1_ptr_write(hw, VTFT, ch, temp | vp->ftarget); in start_voice()
|