Lines Matching refs:hci_uart
59 struct hci_uart *hu;
71 struct hci_uart *hu;
107 static int intel_wait_booting(struct hci_uart *hu) in intel_wait_booting()
130 static int intel_wait_lpm_transaction(struct hci_uart *hu) in intel_wait_lpm_transaction()
152 static int intel_lpm_suspend(struct hci_uart *hu) in intel_lpm_suspend()
199 static int intel_lpm_resume(struct hci_uart *hu) in intel_lpm_resume()
242 static int intel_lpm_host_wake(struct hci_uart *hu) in intel_lpm_host_wake()
289 static int intel_set_power(struct hci_uart *hu, bool powered) in intel_set_power()
382 static int intel_open(struct hci_uart *hu) in intel_open()
408 static int intel_close(struct hci_uart *hu) in intel_close()
426 static int intel_flush(struct hci_uart *hu) in intel_flush()
462 static int intel_set_baudrate(struct hci_uart *hu, unsigned int speed) in intel_set_baudrate()
523 static int intel_setup(struct hci_uart *hu) in intel_setup()
869 struct hci_uart *hu = hci_get_drvdata(hdev); in intel_recv_event()
907 struct hci_uart *hu = hci_get_drvdata(hdev); in intel_recv_lpm_notify()
923 struct hci_uart *hu = hci_get_drvdata(hdev); in intel_recv_lpm()
968 static int intel_recv(struct hci_uart *hu, const void *data, int count) in intel_recv()
989 static int intel_enqueue(struct hci_uart *hu, struct sk_buff *skb) in intel_enqueue()
1018 static struct sk_buff *intel_dequeue(struct hci_uart *hu) in intel_dequeue()