Searched refs:newsrc (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/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 | 208 int newsrc, oldsrc; in sgio2audio_source_put() local 211 newsrc = ad1843_set_recsrc(&chip->ad1843, in sgio2audio_source_put() 214 return newsrc != oldsrc; in sgio2audio_source_put()
|
/Linux-v6.6/net/netfilter/ |
D | nf_nat_masquerade.c | 37 __be32 newsrc, nh; in nf_nat_masquerade_ipv4() local 54 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4() 55 if (!newsrc) { in nf_nat_masquerade_ipv4() 68 newrange.min_addr.ip = newsrc; in nf_nat_masquerade_ipv4() 69 newrange.max_addr.ip = newsrc; in nf_nat_masquerade_ipv4()
|
/Linux-v6.6/include/sound/ |
D | ad1843.h | 31 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc);
|