Searched defs:fx (Results 1 – 11 of 11) sorted by relevance
74 static inline int xsave_state_booting(struct xsave_struct *fx, u64 mask) in xsave_state_booting()101 static inline int xrstor_state_booting(struct xsave_struct *fx, u64 mask) in xrstor_state_booting()127 static inline int xsave_state(struct xsave_struct *fx, u64 mask) in xsave_state()163 static inline int xrstor_state(struct xsave_struct *fx, u64 mask) in xrstor_state()199 static inline int fpu_xrstor_checking(struct xsave_struct *fx) in fpu_xrstor_checking()
136 static inline void fx_finit(struct i387_fxsave_struct *fx) in fx_finit()182 static inline int fsave_user(struct i387_fsave_struct __user *fx) in fsave_user()187 static inline int fxsave_user(struct i387_fxsave_struct __user *fx) in fxsave_user()198 static inline int fxrstor_checking(struct i387_fxsave_struct *fx) in fxrstor_checking()210 static inline int fxrstor_user(struct i387_fxsave_struct __user *fx) in fxrstor_user()222 static inline int frstor_checking(struct i387_fsave_struct *fx) in frstor_checking()227 static inline int frstor_user(struct i387_fsave_struct __user *fx) in frstor_user()
103 struct snd_emux_effect_table *fx = chan->private; in effect_set_byte() local124 struct snd_emux_effect_table *fx = chan->private; in effect_set_word() local141 struct snd_emux_effect_table *fx = chan->private; in effect_get_offset() local184 struct snd_emux_effect_table *fx; in snd_emux_send_effect() local236 struct snd_emux_effect_table *fx; in snd_emux_setup_effect() local
146 struct snd_emux_effect_table *fx = chan->private; in snd_emux_note_on() local792 struct snd_emux_effect_table *fx = chan->private; in calc_volume() local854 struct snd_emux_effect_table *fx = chan->private; in calc_pitch() local
70 drm_via_futex_t *fx = data; in via_decoder_futex() local
74 struct ezusb_fx_type fx, in ezusb_ihex_firmware_download()
54 s32 fx; member68 s32 fx; member92 fx = 0x0001, enumerator
174 s16 fx; member
640 int fx, err, i, j; in submit_urbs() local
45 struct i387_fxsave_struct *fx = &tsk->thread.fpu.state->fxsave; in __sanitize_i387_state() local
121 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03]) macro