Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bluetooth/
Dbtwilink.c111 static struct st_proto_s ti_st_proto[MAX_BT_CHNL_IDS] = { variable
148 ti_st_proto[i].priv_data = hst; in ti_st_open()
149 ti_st_proto[i].max_frame_size = HCI_MAX_FRAME_SIZE; in ti_st_open()
150 ti_st_proto[i].recv = st_receive; in ti_st_open()
151 ti_st_proto[i].reg_complete_cb = st_reg_completion_cb; in ti_st_open()
162 err = st_register(&ti_st_proto[i]); in ti_st_open()
196 hst->st_write = ti_st_proto[i].write; in ti_st_open()
201 err = st_unregister(&ti_st_proto[i]); in ti_st_open()
220 err = st_unregister(&ti_st_proto[i]); in ti_st_close()
223 ti_st_proto[i].chnl_id, err); in ti_st_close()