Lines Matching defs:hu
74 struct hci_uart *hu; member
86 struct hci_uart *hu; member
122 static int intel_wait_booting(struct hci_uart *hu) in intel_wait_booting()
145 static int intel_wait_lpm_transaction(struct hci_uart *hu) in intel_wait_lpm_transaction()
167 static int intel_lpm_suspend(struct hci_uart *hu) in intel_lpm_suspend()
214 static int intel_lpm_resume(struct hci_uart *hu) in intel_lpm_resume()
257 static int intel_lpm_host_wake(struct hci_uart *hu) in intel_lpm_host_wake()
305 static int intel_set_power(struct hci_uart *hu, bool powered) in intel_set_power()
398 static int intel_open(struct hci_uart *hu) in intel_open()
421 static int intel_close(struct hci_uart *hu) in intel_close()
439 static int intel_flush(struct hci_uart *hu) in intel_flush()
475 static int intel_set_baudrate(struct hci_uart *hu, unsigned int speed) in intel_set_baudrate()
536 static int intel_setup(struct hci_uart *hu) in intel_setup()
963 struct hci_uart *hu = hci_get_drvdata(hdev); in intel_recv_event() local
1005 struct hci_uart *hu = hci_get_drvdata(hdev); in intel_recv_lpm_notify() local
1021 struct hci_uart *hu = hci_get_drvdata(hdev); in intel_recv_lpm() local
1070 static int intel_recv(struct hci_uart *hu, const void *data, int count) in intel_recv()
1090 static int intel_enqueue(struct hci_uart *hu, struct sk_buff *skb) in intel_enqueue()
1119 static struct sk_buff *intel_dequeue(struct hci_uart *hu) in intel_dequeue()