Searched refs:hci_chan (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_conn.c | 2674 struct hci_chan *hci_chan_create(struct hci_conn *conn) in hci_chan_create() 2677 struct hci_chan *chan; in hci_chan_create() 2699 void hci_chan_del(struct hci_chan *chan) in hci_chan_del() 2721 struct hci_chan *chan, *n; in hci_chan_list_flush() 2729 static struct hci_chan *__hci_chan_lookup_handle(struct hci_conn *hcon, in __hci_chan_lookup_handle() 2732 struct hci_chan *hchan; in __hci_chan_lookup_handle() 2742 struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle) in hci_chan_lookup_handle() 2746 struct hci_chan *hchan = NULL; in hci_chan_lookup_handle()
|
H A D | hci_core.c | 3146 static void hci_queue_acl(struct hci_chan *chan, struct sk_buff_head *queue, in hci_queue_acl() 3198 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags) in hci_send_acl() 3402 static struct hci_chan *hci_chan_sent(struct hci_dev *hdev, __u8 type, in hci_chan_sent() 3406 struct hci_chan *chan = NULL; in hci_chan_sent() 3416 struct hci_chan *tmp; in hci_chan_sent() 3476 struct hci_chan *chan; in hci_prio_recalculate() 3589 struct hci_chan *chan; in hci_sched_acl_pkt() 3641 struct hci_chan *chan; in hci_sched_le()
|
H A D | l2cap_core.c | 6852 struct hci_chan *hchan; in l2cap_conn_add()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | l2cap.h | 637 struct hci_chan *hchan; 966 void l2cap_logical_cfm(struct l2cap_chan *chan, struct hci_chan *hchan,
|
H A D | hci_core.h | 763 struct hci_chan { struct 1463 struct hci_chan *hci_chan_create(struct hci_conn *conn); 1464 void hci_chan_del(struct hci_chan *chan); 1466 struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle); 2165 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags);
|