Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dxsave.h74 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()
Dfpu-internal.h136 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()
/linux-4.1.27/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.c146 struct snd_emux_effect_table *fx = chan->private; in snd_emux_note_on() local
792 struct snd_emux_effect_table *fx = chan->private; in calc_volume() local
854 struct snd_emux_effect_table *fx = chan->private; in calc_pitch() local
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_video.c70 drm_via_futex_t *fx = data; in via_decoder_futex() local
/linux-4.1.27/drivers/usb/misc/
Dezusb.c74 struct ezusb_fx_type fx, in ezusb_ihex_firmware_download()
/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.h54 s32 fx; member
68 s32 fx; member
92 fx = 0x0001, enumerator
Djr3_pci.c174 s16 fx; member
/linux-4.1.27/drivers/media/usb/cpia2/
Dcpia2_usb.c640 int fx, err, i, j; in submit_urbs() local
/linux-4.1.27/arch/x86/kernel/
Dxsave.c45 struct i387_fxsave_struct *fx = &tsk->thread.fpu.state->fxsave; in __sanitize_i387_state() local
/linux-4.1.27/drivers/input/
Dmousedev.c121 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03]) macro