Lines Matching defs:src

710 		     struct snd_emu10k1_fx8010_control_gpr *src,  in copy_gctl()
738 struct snd_emu10k1_fx8010_control_gpr *src, in copy_gctl_to_user()
1547 #define A_PUT_OUTPUT(out,src) A_OP(icode, &ptr, iACC3, A_EXTOUT(out), A_C_00000000, A_C_00000000, A… in _snd_emu10k1_audigy_init_efx() argument
1548 #define A_PUT_STEREO_OUTPUT(out1,out2,src) \ in _snd_emu10k1_audigy_init_efx() argument
1551 #define _A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument
1553 #define A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument
1555 #define _A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument
1557 #define A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument
1780 static void _volume(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume()
1784 static void _volume_add(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_add()
1789 #define VOLUME(icode, ptr, dst, src, vol) \ argument
1791 #define VOLUME_IN(icode, ptr, dst, src, vol) \ argument
1793 #define VOLUME_ADD(icode, ptr, dst, src, vol) \ argument
1795 #define VOLUME_ADDIN(icode, ptr, dst, src, vol) \ argument
1797 #define VOLUME_OUT(icode, ptr, dst, src, vol) \ argument
1799 #define _SWITCH(icode, ptr, dst, src, sw) \ argument
1801 #define SWITCH(icode, ptr, dst, src, sw) \ argument
1803 #define SWITCH_IN(icode, ptr, dst, src, sw) \ argument
1805 #define _SWITCH_NEG(icode, ptr, dst, src) \ argument
1807 #define SWITCH_NEG(icode, ptr, dst, src) \ argument
2448 static void copy_string(char *dst, const char *src, const char *null, int idx) in copy_string()