Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dsco.c45 struct sco_conn { struct
72 struct sco_conn *conn; argument
81 struct sco_conn *conn = container_of(work, struct sco_conn, in sco_sock_timeout()
124 static struct sco_conn *sco_conn_add(struct hci_conn *hcon) in sco_conn_add()
127 struct sco_conn *conn = hcon->sco_data; in sco_conn_add()
132 conn = kzalloc(sizeof(struct sco_conn), GFP_KERNEL); in sco_conn_add()
156 struct sco_conn *conn; in sco_chan_del()
181 struct sco_conn *conn = hcon->sco_data; in sco_conn_del()
210 static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, in __sco_chan_add()
222 static int sco_chan_add(struct sco_conn *conn, struct sock *sk, in sco_chan_add()
[all …]