Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/fpu/
Dinternal.h99 static inline void fpstate_init_fxstate(struct fxregs_state *fx) in fpstate_init_fxstate()
128 static inline int copy_fregs_to_user(struct fregs_state __user *fx) in copy_fregs_to_user()
133 static inline int copy_fxregs_to_user(struct fxregs_state __user *fx) in copy_fxregs_to_user()
144 static inline void copy_kernel_to_fxregs(struct fxregs_state *fx) in copy_kernel_to_fxregs()
158 static inline int copy_user_to_fxregs(struct fxregs_state __user *fx) in copy_user_to_fxregs()
170 static inline void copy_kernel_to_fregs(struct fregs_state *fx) in copy_kernel_to_fregs()
175 static inline int copy_user_to_fregs(struct fregs_state __user *fx) in copy_user_to_fregs()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/via/
Dvia_video.c70 drm_via_futex_t *fx = data; in via_decoder_futex() local
/Linux-v4.19/drivers/usb/misc/
Dezusb.c71 struct ezusb_fx_type fx, in ezusb_ihex_firmware_download()
/Linux-v4.19/drivers/staging/comedi/drivers/
Djr3_pci.h58 s32 fx; member
73 s32 fx; member
98 fx = 0x0001, enumerator
Djr3_pci.c169 s16 fx; member
/Linux-v4.19/drivers/media/usb/cpia2/
Dcpia2_usb.c660 int fx, err, i, j; in submit_urbs() local
/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-mini-test.c181 static __always_inline void xrstor_state(struct xsave_struct *fx, uint64_t mask) in xrstor_state()
195 unsigned char *fx = _fx; in xsave_state_1() local
786 unsigned char *fx = _fx; in xsave_state() local
/Linux-v4.19/arch/x86/kernel/fpu/
Dxstate.c154 struct fxregs_state *fx = &fpu->state.fxsave; in fpstate_sanitize_xstate() local
/Linux-v4.19/drivers/input/
Dmousedev.c122 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03]) macro