Searched refs:new_protocols (Results 1 – 1 of 1) sorted by relevance
1282 u64 old_protocols, new_protocols; in store_protocols() local1301 new_protocols = old_protocols; in store_protocols()1302 rc = parse_protocol_change(dev, &new_protocols, buf); in store_protocols()1307 ir_raw_load_modules(&new_protocols); in store_protocols()1309 rc = dev->change_protocol(dev, &new_protocols); in store_protocols()1312 (long long)new_protocols); in store_protocols()1316 if (new_protocols != old_protocols) { in store_protocols()1317 *current_protocols = new_protocols; in store_protocols()1319 (long long)new_protocols); in store_protocols()1330 if (new_protocols) in store_protocols()