Searched refs:new_proto (Results 1 – 3 of 3) sorted by relevance
30 struct st_proto_s *new_proto) in add_channel_to_table() argument34 st_gdata->list[new_proto->chnl_id] = new_proto; in add_channel_to_table()535 if (st_gdata == NULL || new_proto == NULL || new_proto->recv == NULL in st_register()536 || new_proto->reg_complete_cb == NULL) { in st_register()558 add_channel_to_table(st_gdata, new_proto); in st_register()560 new_proto->write = st_write; in st_register()616 new_proto->chnl_id); in st_register()621 add_channel_to_table(st_gdata, new_proto); in st_register()623 new_proto->write = st_write; in st_register()629 add_channel_to_table(st_gdata, new_proto); in st_register()[all …]
56 bool new_proto; member101 if (data->new_proto) { in olpc_bat_get_status()654 data->new_proto = true; in olpc_battery_probe()658 data->new_proto = true; in olpc_battery_probe()
644 int new_proto, ret; in dib0700_change_protocol() local657 new_proto = 1; in dib0700_change_protocol()660 new_proto = 0; in dib0700_change_protocol()667 new_proto = 2; in dib0700_change_protocol()674 st->buf[1] = new_proto; in dib0700_change_protocol()
Completed in 9 milliseconds