Home
last modified time | relevance | path

Searched defs:fx (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/sound/synth/emux/
Demux_effect.c103 struct snd_emux_effect_table *fx = chan->private; in effect_set_byte() local
124 struct snd_emux_effect_table *fx = chan->private; in effect_set_word() local
141 struct snd_emux_effect_table *fx = chan->private; in effect_get_offset() local
184 struct snd_emux_effect_table *fx; in snd_emux_send_effect() local
236 struct snd_emux_effect_table *fx; in snd_emux_setup_effect() local
Demux_synth.c145 struct snd_emux_effect_table *fx = chan->private; in snd_emux_note_on() local
793 struct snd_emux_effect_table *fx = chan->private; in calc_volume() local
855 struct snd_emux_effect_table *fx = chan->private; in calc_pitch() local
/linux-2.6.39/arch/x86/include/asm/
Dxsave.h47 struct xsave_struct *fx = &fpu->state->xsave; in fpu_xrstor_checking() local
119 static inline void xrstor_state(struct xsave_struct *fx, u64 mask) in xrstor_state()
129 static inline void xsave_state(struct xsave_struct *fx, u64 mask) in xsave_state()
Di387.h91 static inline int fxrstor_checking(struct i387_fxsave_struct *fx) in fxrstor_checking()
120 static inline int fxsave_user(struct i387_fxsave_struct __user *fx) in fxsave_user()
192 static inline int fxrstor_checking(struct i387_fxsave_struct *fx) in fxrstor_checking()
/linux-2.6.39/arch/x86/kernel/
Di387.c127 struct i387_fxsave_struct *fx = &fpu->state->fxsave; in fpu_finit() local
527 struct i387_fxsave_struct *fx = &tsk->thread.fpu.state->fxsave; in save_i387_fxsave() local
548 struct _fpstate_ia32 __user *fx = buf; in save_i387_xsave() local
644 struct i387_fxsave_struct __user *fx = in restore_i387_xsave() local
Dxsave.c45 struct i387_fxsave_struct *fx = &tsk->thread.fpu.state->fxsave; in __sanitize_i387_state() local
191 struct _fpstate __user *fx = buf; in save_i387_xstate() local
/linux-2.6.39/drivers/gpu/drm/via/
Dvia_video.c70 drm_via_futex_t *fx = data; in via_decoder_futex() local
/linux-2.6.39/drivers/staging/comedi/drivers/
Djr3_pci.h54 s32 fx; member
68 s32 fx; member
92 fx = 0x0001, enumerator
Djr3_pci.c219 s16 fx; member
/linux-2.6.39/drivers/media/video/cpia2/
Dcpia2_usb.c635 int fx, err, i, j; in submit_urbs() local
/linux-2.6.39/drivers/input/
Dmousedev.c127 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03]) macro