Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dolpc_battery.c56 bool new_proto; member
101 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()
/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_core.c642 int new_proto, ret; in dib0700_change_protocol() local
655 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()
/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py940 new_proto = KernRe(r"^#\s*define\s+").sub("", prototype)
941 if new_proto != prototype:
942 prototype = new_proto