Lines Matching defs:src
681 struct snd_emu10k1_fx8010_control_gpr *src, in copy_gctl()
709 struct snd_emu10k1_fx8010_control_gpr *src, in copy_gctl_to_user()
1466 #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
1467 #define A_PUT_STEREO_OUTPUT(out1,out2,src) \ in _snd_emu10k1_audigy_init_efx() argument
1470 #define _A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument
1472 #define A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument
1474 #define _A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument
1476 #define A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument
1713 static void _volume(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume()
1720 static void _volume_add(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_add()
1728 static void _volume_out(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_out()
1737 #define VOLUME(icode, ptr, dst, src, vol) \ argument
1739 #define VOLUME_IN(icode, ptr, dst, src, vol) \ argument
1741 #define VOLUME_ADD(icode, ptr, dst, src, vol) \ argument
1743 #define VOLUME_ADDIN(icode, ptr, dst, src, vol) \ argument
1745 #define VOLUME_OUT(icode, ptr, dst, src, vol) \ argument
1747 #define _SWITCH(icode, ptr, dst, src, sw) \ argument
1749 #define SWITCH(icode, ptr, dst, src, sw) \ argument
1751 #define SWITCH_IN(icode, ptr, dst, src, sw) \ argument
1753 #define _SWITCH_NEG(icode, ptr, dst, src) \ argument
1755 #define SWITCH_NEG(icode, ptr, dst, src) \ argument
2420 static void copy_string(char *dst, const char *src, const char *null, int idx) in copy_string()