Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/x86/include/asm/fpu/
Dinternal.h90 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()
162 static inline int copy_user_to_fxregs(struct fxregs_state __user *fx) in copy_user_to_fxregs()
174 static inline void copy_kernel_to_fregs(struct fregs_state *fx) in copy_kernel_to_fregs()
181 static inline int copy_user_to_fregs(struct fregs_state __user *fx) in copy_user_to_fregs()
/linux-4.4.14/drivers/gpu/drm/via/
Dvia_video.c70 drm_via_futex_t *fx = data; in via_decoder_futex() local
/linux-4.4.14/drivers/usb/misc/
Dezusb.c74 struct ezusb_fx_type fx, in ezusb_ihex_firmware_download()
/linux-4.4.14/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.4.14/drivers/media/usb/cpia2/
Dcpia2_usb.c640 int fx, err, i, j; in submit_urbs() local
/linux-4.4.14/arch/x86/kernel/fpu/
Dxstate.c112 struct fxregs_state *fx = &fpu->state.fxsave; in fpstate_sanitize_xstate() local
/linux-4.4.14/drivers/input/
Dmousedev.c121 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03]) macro