Lines Matching defs:buf
97 struct net_buf *buf = bt_buf_get_rx(BT_BUF_ISO_IN, K_FOREVER); in sink_sdu_alloc_hci() local
125 struct net_buf *buf; in sink_sdu_emit_hci() local
217 struct net_buf *buf = (struct net_buf *) dbuf; in sink_sdu_write_hci() local
270 static int bt_recv_prio(const struct device *dev, struct net_buf *buf) in bt_recv_prio()
298 struct net_buf *buf; in process_prio_evt() local
328 struct net_buf *buf; in prio_recv_thread() local
471 struct net_buf *buf; in node_rx_recv() local
512 static int bt_recv(const struct device *dev, struct net_buf *buf) in bt_recv()
538 struct net_buf *buf = NULL; in encode_node() local
646 struct net_buf *buf = NULL; in process_node() local
689 struct net_buf *buf = NULL; in process_hbuf() local
818 struct net_buf *buf = NULL; in recv_thread() local
890 static int cmd_handle(const struct device *dev, struct net_buf *buf) in cmd_handle()
917 static int acl_handle(const struct device *dev, struct net_buf *buf) in acl_handle()
938 static int iso_handle(const struct device *dev, struct net_buf *buf) in iso_handle()
958 static int hci_driver_send(const struct device *dev, struct net_buf *buf) in hci_driver_send()