Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dsco.c44 struct sco_conn { struct
68 struct sco_conn *conn; argument
103 static struct sco_conn *sco_conn_add(struct hci_conn *hcon) in sco_conn_add()
106 struct sco_conn *conn = hcon->sco_data; in sco_conn_add()
111 conn = kzalloc(sizeof(struct sco_conn), GFP_KERNEL); in sco_conn_add()
134 struct sco_conn *conn; in sco_chan_del()
159 struct sco_conn *conn = hcon->sco_data; in sco_conn_del()
185 static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent) in __sco_chan_add()
196 static int sco_chan_add(struct sco_conn *conn, struct sock *sk, in sco_chan_add()
213 struct sco_conn *conn; in sco_connect()
[all …]