Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/ti-st/
Dst_core.c30 struct st_proto_s *new_proto) in add_channel_to_table() argument
32 pr_info("%s: id %d\n", __func__, new_proto->chnl_id); in add_channel_to_table()
34 st_gdata->list[new_proto->chnl_id] = new_proto; in add_channel_to_table()
35 st_gdata->is_registered[new_proto->chnl_id] = true; in add_channel_to_table()
528 long st_register(struct st_proto_s *new_proto) in st_register() argument
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()
541 if (new_proto->chnl_id >= ST_MAX_CHANNELS) { in st_register()
542 pr_err("chnl_id %d not supported", new_proto->chnl_id); in st_register()
546 if (st_gdata->is_registered[new_proto->chnl_id] == true) { in st_register()
[all …]
/linux-5.19.10/drivers/power/supply/
Dolpc_battery.c56 bool new_proto; member
101 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()
/linux-5.19.10/drivers/media/usb/dvb-usb/
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()