Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dbtwilink.c125 static struct st_proto_s ti_st_proto[MAX_BT_CHNL_IDS] = { variable
162 ti_st_proto[i].priv_data = hst; in ti_st_open()
163 ti_st_proto[i].max_frame_size = HCI_MAX_FRAME_SIZE; in ti_st_open()
164 ti_st_proto[i].recv = st_receive; in ti_st_open()
165 ti_st_proto[i].reg_complete_cb = st_reg_completion_cb; in ti_st_open()
176 err = st_register(&ti_st_proto[i]); in ti_st_open()
209 hst->st_write = ti_st_proto[i].write; in ti_st_open()
214 err = st_unregister(&ti_st_proto[i]); in ti_st_open()
233 err = st_unregister(&ti_st_proto[i]); in ti_st_close()
236 ti_st_proto[i].chnl_id, err); in ti_st_close()