Lines Matching defs:src
680 struct snd_emu10k1_fx8010_control_gpr *src, in copy_gctl()
708 struct snd_emu10k1_fx8010_control_gpr *src, in copy_gctl_to_user()
1463 #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
1464 #define A_PUT_STEREO_OUTPUT(out1,out2,src) \ in _snd_emu10k1_audigy_init_efx() argument
1467 #define _A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument
1469 #define A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument
1471 #define _A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument
1473 #define A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument
1804 static void _volume(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume()
1811 static void _volume_add(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_add()
1819 static void _volume_out(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_out()
1828 #define VOLUME(icode, ptr, dst, src, vol) \ argument
1830 #define VOLUME_IN(icode, ptr, dst, src, vol) \ argument
1832 #define VOLUME_ADD(icode, ptr, dst, src, vol) \ argument
1834 #define VOLUME_ADDIN(icode, ptr, dst, src, vol) \ argument
1836 #define VOLUME_OUT(icode, ptr, dst, src, vol) \ argument
1838 #define _SWITCH(icode, ptr, dst, src, sw) \ argument
1840 #define SWITCH(icode, ptr, dst, src, sw) \ argument
1842 #define SWITCH_IN(icode, ptr, dst, src, sw) \ argument
1844 #define _SWITCH_NEG(icode, ptr, dst, src) \ argument
1846 #define SWITCH_NEG(icode, ptr, dst, src) \ argument
2510 static void copy_string(char *dst, const char *src, const char *null, int idx) in copy_string()