Searched refs:new_proto (Results 1 – 3 of 3) sorted by relevance
56 bool new_proto; member101 if (data->new_proto) { in olpc_bat_get_status()656 data->new_proto = true; in olpc_battery_probe()660 data->new_proto = true; in olpc_battery_probe()
642 int new_proto, ret; in dib0700_change_protocol() local655 new_proto = 1; in dib0700_change_protocol()658 new_proto = 0; in dib0700_change_protocol()665 new_proto = 2; in dib0700_change_protocol()672 st->buf[1] = new_proto; in dib0700_change_protocol()
940 new_proto = KernRe(r"^#\s*define\s+").sub("", prototype)941 if new_proto != prototype:942 prototype = new_proto