Lines Matching refs:hci_uart
66 struct hci_uart hu;
85 static int send_hcill_cmd(u8 cmd, struct hci_uart *hu) in send_hcill_cmd()
111 static int ll_open(struct hci_uart *hu) in ll_open()
140 static int ll_flush(struct hci_uart *hu) in ll_flush()
153 static int ll_close(struct hci_uart *hu) in ll_close()
199 static void ll_device_want_to_wakeup(struct hci_uart *hu) in ll_device_want_to_wakeup()
250 static void ll_device_want_to_sleep(struct hci_uart *hu) in ll_device_want_to_sleep()
284 static void ll_device_woke_up(struct hci_uart *hu) in ll_device_woke_up()
310 static int ll_enqueue(struct hci_uart *hu, struct sk_buff *skb) in ll_enqueue()
359 struct hci_uart *hu = hci_get_drvdata(hdev); in ll_recv_frame()
425 static int ll_recv(struct hci_uart *hu, const void *data, int count) in ll_recv()
444 static struct sk_buff *ll_dequeue(struct hci_uart *hu) in ll_dequeue()
608 static int ll_setup(struct hci_uart *hu) in ll_setup()
687 struct hci_uart *hu; in hci_ti_probe()