Lines Matching defs:hu
79 struct hci_uart hu; member
98 static int send_hcill_cmd(u8 cmd, struct hci_uart *hu) in send_hcill_cmd()
124 static int ll_open(struct hci_uart *hu) in ll_open()
152 static int ll_flush(struct hci_uart *hu) in ll_flush()
165 static int ll_close(struct hci_uart *hu) in ll_close()
210 static void ll_device_want_to_wakeup(struct hci_uart *hu) in ll_device_want_to_wakeup()
260 static void ll_device_want_to_sleep(struct hci_uart *hu) in ll_device_want_to_sleep()
293 static void ll_device_woke_up(struct hci_uart *hu) in ll_device_woke_up()
318 static int ll_enqueue(struct hci_uart *hu, struct sk_buff *skb) in ll_enqueue()
366 struct hci_uart *hu = hci_get_drvdata(hdev); in ll_recv_frame() local
432 static int ll_recv(struct hci_uart *hu, const void *data, int count) in ll_recv()
451 static struct sk_buff *ll_dequeue(struct hci_uart *hu) in ll_dequeue()
601 static int ll_setup(struct hci_uart *hu) in ll_setup()
679 struct hci_uart *hu; in hci_ti_probe() local