Symbol: hci_chan
include/net/bluetooth/hci_core.h
1583
struct hci_chan *hci_chan_create(struct hci_conn *conn);
include/net/bluetooth/hci_core.h
1584
void hci_chan_del(struct hci_chan *chan);
include/net/bluetooth/hci_core.h
1586
struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle);
include/net/bluetooth/hci_core.h
2337
void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags);
include/net/bluetooth/l2cap.h
645
struct hci_chan *hchan;
net/bluetooth/hci_conn.c
2778
struct hci_chan *hci_chan_create(struct hci_conn *conn)
net/bluetooth/hci_conn.c
2781
struct hci_chan *chan;
net/bluetooth/hci_conn.c
2803
void hci_chan_del(struct hci_chan *chan)
net/bluetooth/hci_conn.c
2825
struct hci_chan *chan, *n;
net/bluetooth/hci_conn.c
2833
static struct hci_chan *__hci_chan_lookup_handle(struct hci_conn *hcon,
net/bluetooth/hci_conn.c
2836
struct hci_chan *hchan;
net/bluetooth/hci_conn.c
2846
struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle)
net/bluetooth/hci_conn.c
2850
struct hci_chan *hchan = NULL;
net/bluetooth/hci_core.c
3221
static void hci_queue_acl(struct hci_chan *chan, struct sk_buff_head *queue,
net/bluetooth/hci_core.c
3275
void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags)
net/bluetooth/hci_core.c
3486
static struct hci_chan *hci_chan_sent(struct hci_dev *hdev, __u8 type,
net/bluetooth/hci_core.c
3490
struct hci_chan *chan = NULL;
net/bluetooth/hci_core.c
3500
struct hci_chan *tmp;
net/bluetooth/hci_core.c
3560
struct hci_chan *chan;
net/bluetooth/hci_core.c
3680
struct hci_chan *chan;
net/bluetooth/hci_core.c
3732
struct hci_chan *chan;
net/bluetooth/l2cap_core.c
6987
struct hci_chan *hchan;