Home
last modified time | relevance | path

Searched refs:new_protocols (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/rc/
Drc-main.c983 u64 old_protocols, new_protocols; in store_protocols() local
1012 new_protocols = old_protocols; in store_protocols()
1013 rc = parse_protocol_change(&new_protocols, buf); in store_protocols()
1017 rc = change_protocol(dev, &new_protocols); in store_protocols()
1020 (long long)new_protocols); in store_protocols()
1024 if (new_protocols != old_protocols) { in store_protocols()
1025 *current_protocols = new_protocols; in store_protocols()
1027 (long long)new_protocols); in store_protocols()
1038 if (new_protocols) in store_protocols()