Home
last modified time | relevance | path

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

/drivers/media/rc/
Drc-main.c1007 u64 old_protocols, new_protocols; in store_protocols() local
1036 new_protocols = old_protocols; in store_protocols()
1037 rc = parse_protocol_change(&new_protocols, buf); in store_protocols()
1041 rc = change_protocol(dev, &new_protocols); in store_protocols()
1044 (long long)new_protocols); in store_protocols()
1048 if (new_protocols != old_protocols) { in store_protocols()
1049 *current_protocols = new_protocols; in store_protocols()
1051 (long long)new_protocols); in store_protocols()
1062 if (new_protocols) in store_protocols()