Searched defs:fx (Results 1 – 9 of 9) sorted by relevance
50 static inline int fnsave_to_user_sigframe(struct fregs_state __user *fx) in fnsave_to_user_sigframe()55 static inline int fxsave_to_user_sigframe(struct fxregs_state __user *fx) in fxsave_to_user_sigframe()64 static inline void fxrstor(struct fxregs_state *fx) in fxrstor()72 static inline int fxrstor_safe(struct fxregs_state *fx) in fxrstor_safe()80 static inline int fxrstor_from_user_sigframe(struct fxregs_state __user *fx) in fxrstor_from_user_sigframe()88 static inline void frstor(struct fregs_state *fx) in frstor()93 static inline int frstor_safe(struct fregs_state *fx) in frstor_safe()98 static inline int frstor_from_user_sigframe(struct fregs_state __user *fx) in frstor_from_user_sigframe()103 static inline void fxsave(struct fxregs_state *fx) in fxsave()
405 struct fxregs_state fxsave, *fx; in fpregs_get() local
89 struct snd_emux_effect_table *fx = chan->private; in effect_set_byte() local110 struct snd_emux_effect_table *fx = chan->private; in effect_set_word() local127 struct snd_emux_effect_table *fx = chan->private; in effect_get_offset() local170 struct snd_emux_effect_table *fx; in snd_emux_send_effect() local225 struct snd_emux_effect_table *fx; in snd_emux_setup_effect() local
132 struct snd_emux_effect_table *fx = chan->private; in snd_emux_note_on() local778 struct snd_emux_effect_table *fx = chan->private; in calc_volume() local840 struct snd_emux_effect_table *fx = chan->private; in calc_pitch() local
59 struct ezusb_fx_type fx, in ezusb_ihex_firmware_download()
58 s32 fx; member73 s32 fx; member98 fx = 0x0001, enumerator
168 s16 fx; member
119 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03]) macro
852 static u32 interpolate(u32 f0, u32 f1, u32 v0, u32 v1, u32 fx) in interpolate()