Searched refs:new_protocols (Results 1 – 1 of 1) sorted by relevance
1246 u64 old_protocols, new_protocols; in store_protocols() local1261 new_protocols = old_protocols; in store_protocols()1262 rc = parse_protocol_change(dev, &new_protocols, buf); in store_protocols()1267 ir_raw_load_modules(&new_protocols); in store_protocols()1269 rc = dev->change_protocol(dev, &new_protocols); in store_protocols()1272 (long long)new_protocols); in store_protocols()1276 if (new_protocols != old_protocols) { in store_protocols()1277 *current_protocols = new_protocols; in store_protocols()1279 (long long)new_protocols); in store_protocols()1290 if (new_protocols) in store_protocols()