Home
last modified time | relevance | path

Searched refs:CPF_LAST (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/oss/
Dpss.c330 while ((flags&CPF_LAST) || count<size ) in pss_download_boot()
344 if (count >= size && flags & CPF_LAST) in pss_download_boot()
367 if (flags & CPF_LAST) in pss_download_boot()
763 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) { in probe_pss_mpu()
804 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in pss_coproc_open()
826 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in pss_coproc_reset()
/linux-4.4.14/include/uapi/linux/
Dsoundcard.h702 #define CPF_LAST 0x0002 /* Last block */ macro