Searched refs:retire (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dcard.h43 int (*retire)(struct snd_usb_substream *subs, struct snd_pcm_runtime *runtime, struct urb *u); member in struct:snd_urb_ops
H A Durb.c173 if ((subs->running && subs->ops.retire(subs, substream->runtime, urb)) ||
174 !subs->running || /* can be stopped during retire callback */
197 !subs->running || /* can be stopped during retire callback */
867 .retire = retire_playback_urb,
873 .retire = retire_capture_urb,
882 .retire = retire_playback_urb,
888 .retire = retire_capture_urb,
962 subs->ops.retire = retire_capture_urb;
967 subs->ops.retire = retire_paused_capture_urb;
970 subs->ops.retire
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dcookie.c407 * - the object will be marked as recyclable on disk if retire is true
411 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, int retire) argument
418 if (retire)
428 cookie, cookie->def->name, cookie->netfs_data, retire);
443 event = retire ? FSCACHE_OBJECT_EV_RETIRE : FSCACHE_OBJECT_EV_RELEASE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfscache.h309 * @retire: True if the cache object the cookie represents is to be discarded
312 * associated cache object if retire is set to true.
318 void fscache_relinquish_cookie(struct fscache_cookie *cookie, int retire) argument
321 __fscache_relinquish_cookie(cookie, retire);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddiracdec.c1698 int retire, picnum; local
1740 /* retire the reference frames that are not used anymore */
1742 retire = picnum + dirac_get_se_golomb(gb);
1743 if (retire != picnum) {
1744 DiracFrame *retire_pic = remove_frame(s->ref_frames, retire);
1749 av_log(s->avctx, AV_LOG_DEBUG, "Frame to retire not found\n");

Completed in 84 milliseconds