Lines Matching refs:hci_uart
114 struct hci_uart serdev_hu;
143 struct hci_uart *hu;
170 static inline void host_set_baudrate(struct hci_uart *hu, unsigned int speed) in host_set_baudrate()
178 static int bcm_set_baudrate(struct hci_uart *hu, unsigned int speed) in bcm_set_baudrate()
392 static int bcm_setup_sleep(struct hci_uart *hu) in bcm_setup_sleep()
415 static inline int bcm_setup_sleep(struct hci_uart *hu) { return 0; } in bcm_setup_sleep()
420 struct hci_uart *hu = hci_get_drvdata(hdev); in bcm_set_diag()
441 static int bcm_open(struct hci_uart *hu) in bcm_open()
527 static int bcm_close(struct hci_uart *hu) in bcm_close()
570 static int bcm_flush(struct hci_uart *hu) in bcm_flush()
581 static int bcm_setup(struct hci_uart *hu) in bcm_setup()
694 static int bcm_recv(struct hci_uart *hu, const void *data, int count) in bcm_recv()
722 static int bcm_enqueue(struct hci_uart *hu, struct sk_buff *skb) in bcm_enqueue()
735 static struct sk_buff *bcm_dequeue(struct hci_uart *hu) in bcm_dequeue()