Searched refs:new_protocols (Results 1 – 1 of 1) sorted by relevance
1283 u64 old_protocols, new_protocols; in store_protocols() local1302 new_protocols = old_protocols; in store_protocols()1303 rc = parse_protocol_change(dev, &new_protocols, buf); in store_protocols()1308 ir_raw_load_modules(&new_protocols); in store_protocols()1310 rc = dev->change_protocol(dev, &new_protocols); in store_protocols()1313 (long long)new_protocols); in store_protocols()1317 if (new_protocols != old_protocols) { in store_protocols()1318 *current_protocols = new_protocols; in store_protocols()1320 (long long)new_protocols); in store_protocols()1331 if (new_protocols) in store_protocols()