Searched refs:mode_flags (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_patch.c81 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK)
86 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS))
100 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS))
108 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS))
123 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS))
136 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) {
138 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_SINGLESHOT) {
147 if (! (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dmode_string.c37 static const mode_t mode_flags[] = { variable
44 * because moving them ahead of the mode_flags declaration cause a text
66 if (mode & mode_flags[i+j]) {
71 if (mode & mode_flags[i+j]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_patch.c173 if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP))
175 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK)
185 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_8BITS) {
221 s = read_word(data, offset, sp->v.mode_flags);
231 (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)))
238 s = read_word(data, offset - k, sp->v.mode_flags);
241 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_BIDIR_LOOP) {
252 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_NO_BLANK) {
256 if (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_SINGLESHOT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsfnt_info.h167 unsigned short mode_flags; /* mode flags */ member in struct:soundfont_sample_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c675 avp->sample_mode = sample->v.mode_flags;
979 smp->v.mode_flags = 0;
981 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_8BITS;
983 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_UNSIGNED;
984 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_NO_BLANK;
986 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_SINGLESHOT;
988 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_BIDIR_LOOP;
990 smp->v.mode_flags |= SNDRV_SFNT_SAMPLE_REVERSE_LOOP;
1086 if (!(smp->v.mode_flags & SNDRV_SFNT_SAMPLE_SINGLESHOT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h105 unsigned int mode_flags,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dcx24123.c914 unsigned int mode_flags,
923 if (!(mode_flags & FE_TUNE_MODE_ONESHOT))
912 cx24123_tune(struct dvb_frontend* fe, struct dvb_frontend_parameters* params, unsigned int mode_flags, int *delay, fe_status_t *status) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst.c1654 unsigned int mode_flags,
1682 if (!(mode_flags & FE_TUNE_MODE_ONESHOT))
1652 dst_tune_frontend(struct dvb_frontend* fe, struct dvb_frontend_parameters* p, unsigned int mode_flags, int *delay, fe_status_t *status) argument

Completed in 203 milliseconds