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

/linux-master/net/bluetooth/
H A Dsco.c45 struct sco_conn { struct
72 struct sco_conn *conn;
81 struct sco_conn *conn = container_of(work, struct sco_conn,
127 static struct sco_conn *sco_conn_add(struct hci_conn *hcon)
129 struct sco_conn *conn = hcon->sco_data;
137 conn = kzalloc(sizeof(struct sco_conn), GFP_KERNEL);
162 struct sco_conn *conn;
187 struct sco_conn *conn = hcon->sco_data;
217 static void __sco_chan_add(struct sco_conn *con
[all...]

Completed in 184 milliseconds