Searched refs:newsrc (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/sound/mips/ |
D | ad1843.c | 363 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc) in ad1843_set_recsrc() argument 365 if (newsrc < 0 || newsrc > 2) in ad1843_set_recsrc() 368 ad1843_write_multi(ad1843, 2, &ad1843_LSS, newsrc, &ad1843_RSS, newsrc); in ad1843_set_recsrc() 369 return newsrc; in ad1843_set_recsrc()
|
D | sgio2audio.c | 209 int newsrc, oldsrc; in sgio2audio_source_put() local 212 newsrc = ad1843_set_recsrc(&chip->ad1843, in sgio2audio_source_put() 215 return newsrc != oldsrc; in sgio2audio_source_put()
|
/Linux-v5.4/net/netfilter/ |
D | nf_nat_masquerade.c | 25 __be32 newsrc, nh; in nf_nat_masquerade_ipv4() local 42 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4() 43 if (!newsrc) { in nf_nat_masquerade_ipv4() 56 newrange.min_addr.ip = newsrc; in nf_nat_masquerade_ipv4() 57 newrange.max_addr.ip = newsrc; in nf_nat_masquerade_ipv4()
|
/Linux-v5.4/include/sound/ |
D | ad1843.h | 31 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc);
|