Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 49) sorted by relevance

12

/sound/soc/mxs/
Dmxs-saif.h33 #define BF_SAIF_CTRL_BITCLK_MULT_RATE(v) \ argument
43 #define BF_SAIF_CTRL_DMAWAIT_COUNT(v) \ argument
47 #define BF_SAIF_CTRL_CHANNEL_NUM_SELECT(v) \ argument
57 #define BF_SAIF_CTRL_WORD_LENGTH(v) \ argument
68 #define BF_SAIF_STAT_RSRVD2(v) \ argument
73 #define BF_SAIF_STAT_RSRVD1(v) \ argument
81 #define BF_SAIF_STAT_RSRVD0(v) \ argument
88 #define BF_SAIF_DATA_PCM_RIGHT(v) \ argument
92 #define BF_SAIF_DATA_PCM_LEFT(v) \ argument
98 #define BF_SAIF_VERSION_MAJOR(v) \ argument
[all …]
/sound/soc/davinci/
Ddavinci-i2s.c59 #define DAVINCI_MCBSP_SPCR_RINTM(v) ((v) << 4) argument
61 #define DAVINCI_MCBSP_SPCR_XINTM(v) ((v) << 20) argument
66 #define DAVINCI_MCBSP_RCR_RWDLEN1(v) ((v) << 5) argument
67 #define DAVINCI_MCBSP_RCR_RFRLEN1(v) ((v) << 8) argument
68 #define DAVINCI_MCBSP_RCR_RDATDLY(v) ((v) << 16) argument
70 #define DAVINCI_MCBSP_RCR_RWDLEN2(v) ((v) << 21) argument
71 #define DAVINCI_MCBSP_RCR_RFRLEN2(v) ((v) << 24) argument
74 #define DAVINCI_MCBSP_XCR_XWDLEN1(v) ((v) << 5) argument
75 #define DAVINCI_MCBSP_XCR_XFRLEN1(v) ((v) << 8) argument
76 #define DAVINCI_MCBSP_XCR_XDATDLY(v) ((v) << 16) argument
[all …]
/sound/pci/asihpi/
Dhpi_version.h26 #define HPI_VER_MAJOR(v) ((int)(v >> 16)) argument
28 #define HPI_VER_MINOR(v) ((int)((v >> 8) & 0xFF)) argument
30 #define HPI_VER_RELEASE(v) ((int)(v & 0xFF)) argument
/sound/aoa/codecs/
Donyx.c70 s32 v; in onyx_read_register() local
215 u8 v, n; in onyx_snd_inputgain_put() local
259 s8 v; in onyx_snd_capture_source_get() local
272 s8 v; in onyx_set_capture_source() local
335 u8 v = 0, c = 0; in onyx_snd_mute_put() local
395 u8 v = 0, c = 0; in onyx_snd_single_bit_put() local
497 u8 v; in onyx_spdif_get() local
520 u8 v; in onyx_spdif_put() local
678 u8 v; in onyx_usable() local
703 u8 v; in onyx_prepare() local
[all …]
/sound/sparc/
Ddbri.c214 #define CS4215_LO(v) v /* Left Output Attenuation 0x3f: -94.5 dB */ argument
219 #define CS4215_RO(v) v /* Right Output Attenuation 0x3f: -94.5 dB */ argument
224 #define CS4215_LG(v) v /* Left Gain Setting 0xf: 22.5 dB */ argument
231 #define CS4215_RG(v) v /* Right Gain Setting 0xf: 22.5 dB */ argument
232 #define CS4215_MA(v) (v<<4) /* Monitor Path Attenuation 0xf: mute */ argument
379 #define D_PIPE(v) ((v)<<0) /* Pipe No.: 0-15 long, 16-21 short */ argument
395 #define D_SDP_MODE(v) ((v)&(7<<13)) argument
410 #define D_DTS_PRVIN(v) ((v)<<10) /* Previous In Pipe */ argument
411 #define D_DTS_PRVOUT(v) ((v)<<5) /* Previous Out Pipe */ argument
414 #define D_TS_LEN(v) ((v)<<24) /* Number of bits in this time slot */ argument
[all …]
/sound/pci/cs5535audio/
Dcs5535audio_olpc.c74 static int olpc_dc_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_get()
80 static int olpc_dc_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_dc_put()
98 static int olpc_mic_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_get()
109 static int olpc_mic_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *v) in olpc_mic_put()
/sound/core/
Dpcm.c167 #define FORMAT(v) [SNDRV_PCM_FORMAT_##v] = #v argument
226 #define STATE(v) [SNDRV_PCM_STATE_##v] = #v argument
227 #define STREAM(v) [SNDRV_PCM_STREAM_##v] = #v argument
228 #define READY(v) [SNDRV_PCM_READY_##v] = #v argument
229 #define XRUN(v) [SNDRV_PCM_XRUN_##v] = #v argument
230 #define SILENCE(v) [SNDRV_PCM_SILENCE_##v] = #v argument
231 #define TSTAMP(v) [SNDRV_PCM_TSTAMP_##v] = #v argument
232 #define ACCESS(v) [SNDRV_PCM_ACCESS_##v] = #v argument
233 #define START(v) [SNDRV_PCM_START_##v] = #v argument
234 #define SUBFORMAT(v) [SNDRV_PCM_SUBFORMAT_##v] = #v argument
/sound/soc/samsung/
Ds3c24xx_uda134x.c239 static void setdat(int v) in setdat()
244 static void setclk(int v) in setclk()
249 static void setmode(int v) in setmode()
/sound/oss/dmasound/
Ddmasound_atari.c872 #define TONE_VOXWARE_TO_DB(v) \ argument
874 #define TONE_DB_TO_VOXWARE(v) (((v) * 25 + ((v) > 0 ? 5 : -5)) / 6 + 50) argument
984 #define VOLUME_VOXWARE_TO_DB(v) \ argument
986 #define VOLUME_DB_TO_VOXWARE(v) ((((v) + 40) * 5 + 1) / 2) argument
1000 #define GAIN_VOXWARE_TO_DB(v) \ argument
1002 #define GAIN_DB_TO_VOXWARE(v) ((((v) + 80) * 5 + 1) / 4) argument
1153 #define VOLUME_VOXWARE_TO_ATT(v) \ argument
1155 #define VOLUME_ATT_TO_VOXWARE(v) (100 - (v) * 20 / 3) argument
1338 #define RECLEVEL_VOXWARE_TO_GAIN(v) \ argument
1340 #define RECLEVEL_GAIN_TO_VOXWARE(v) (((v) * 20 + 2) / 3) argument
Ddmasound_paula.c422 #define VOLUME_VOXWARE_TO_AMI(v) \ argument
424 #define VOLUME_AMI_TO_VOXWARE(v) ((v)*100/64) argument
/sound/aoa/core/
Dgpio-feature.c124 #define SWITCH_GPIO(name, v, on) \ argument
165 int v; in ftr_gpio_set_hw_reset() local
220 int v; in gpio_enable_dual_edge() local
/sound/pci/au88x0/
Dau88x0_a3d.c553 static void vortex_A3dSourceHw_Initialize(vortex_t * v, int source, int slice) in vortex_A3dSourceHw_Initialize()
566 static int Vort3DRend_Initialize(vortex_t * v, unsigned short mode) in Vort3DRend_Initialize()
597 static void vortex_Vort3D_enable(vortex_t *v) in vortex_Vort3D_enable()
610 static void vortex_Vort3D_disable(vortex_t * v) in vortex_Vort3D_disable()
617 static void vortex_Vort3D_connect(vortex_t * v, int en) in vortex_Vort3D_connect()
/sound/i2c/other/
Dtea575x-tuner.c235 struct v4l2_capability *v) in vidioc_querycap()
284 struct v4l2_tuner *v) in vidioc_g_tuner()
309 const struct v4l2_tuner *v) in vidioc_s_tuner()
/sound/soc/au1x/
Di2sc.c74 static inline void WR(struct au1xpsc_audio_data *ctx, int reg, unsigned long v) in WR()
185 unsigned long v; in au1xi2s_hw_params() local
Dac97c.c76 static inline void WR(struct au1xpsc_audio_data *ctx, int reg, unsigned long v) in WR()
125 unsigned short v) in au1xac97c_ac97_write()
/sound/isa/sb/
Dsb8_main.c46 #define SB8_DEN(v) ((SB8_CLOCK + (v) / 2) / (v)) argument
47 #define SB8_RATE(v) (SB8_CLOCK / SB8_DEN(v)) argument
/sound/arm/
Daaci.c42 u32 v, maincr = aaci->maincr | MAINCR_SCRA(ac97->num); in aaci_ac97_select_codec() local
74 u32 v; in aaci_ac97_write() local
114 u32 v; in aaci_ac97_read() local
/sound/oss/
Dpas2_mixer.c220 int level,v ; in pas_mixer_ioctl() local
/sound/core/oss/
Dio.c96 struct snd_pcm_plugin_channel *v; in io_src_channels() local
/sound/usb/caiaq/
Dcontrol.c101 int v = ucontrol->value.integer.value[0]; in control_put() local
/sound/synth/emux/
Demux_synth.c554 #define LO_BYTE(v) ((v) & 0xff) argument
555 #define HI_BYTE(v) (((v) >> 8) & 0xff) argument
/sound/pci/hda/
Dhda_auto_parser.c729 const struct hda_verb **v; in snd_hda_add_verbs() local
742 struct hda_verb **v = snd_array_elem(&codec->verbs, i); in snd_hda_apply_verbs() local
/sound/aoa/fabrics/
Dlayout.c726 int v; in detected_get() local
848 int v, update; in layout_notify() local
/sound/soc/sh/
Dhac.c102 unsigned short *v) in hac_get_codec_data()
/sound/core/seq/oss/
Dseq_oss_event.h96 struct evrec_voice v; member

12