Searched refs:newsrc (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_nat_masquerade_ipv4.c | 35 __be32 newsrc, nh; nf_nat_masquerade_ipv4() local 53 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); nf_nat_masquerade_ipv4() 54 if (!newsrc) { nf_nat_masquerade_ipv4() 65 newrange.min_addr.ip = newsrc; nf_nat_masquerade_ipv4() 66 newrange.max_addr.ip = newsrc; nf_nat_masquerade_ipv4()
|
/linux-4.1.27/include/sound/ |
H A D | ad1843.h | 31 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc);
|
/linux-4.1.27/sound/mips/ |
H A D | ad1843.c | 374 * Returns newsrc on success, -errno on failure. 377 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc) ad1843_set_recsrc() argument 379 if (newsrc < 0 || newsrc > 2) ad1843_set_recsrc() 382 ad1843_write_multi(ad1843, 2, &ad1843_LSS, newsrc, &ad1843_RSS, newsrc); ad1843_set_recsrc() 383 return newsrc; ad1843_set_recsrc()
|
H A D | sgio2audio.c | 223 int newsrc, oldsrc; sgio2audio_source_put() local 226 newsrc = ad1843_set_recsrc(&chip->ad1843, sgio2audio_source_put() 229 return newsrc != oldsrc; sgio2audio_source_put()
|
Completed in 132 milliseconds