Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dolpc_battery.c55 bool new_proto; member
100 if (data->new_proto) { in olpc_bat_get_status()
655 data->new_proto = true; in olpc_battery_probe()
659 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.py1040 new_proto = KernRe(r"^#\s*define\s+").sub("", prototype)
1041 if new_proto != prototype:
1042 prototype = new_proto
/linux/net/ipv4/
H A Ddevinet.c1004 u8 new_proto = ifa->ifa_proto; in inet_rtm_newaddr() local
1021 ifa->ifa_proto = new_proto; in inet_rtm_newaddr()