Lines Matching refs:hci_uart
56 struct hci_uart;
61 int (*open)(struct hci_uart *hu);
62 int (*close)(struct hci_uart *hu);
63 int (*flush)(struct hci_uart *hu);
64 int (*setup)(struct hci_uart *hu);
65 int (*recv)(struct hci_uart *hu, const void *data, int len);
66 int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb);
67 struct sk_buff *(*dequeue)(struct hci_uart *hu);
70 struct hci_uart { struct
97 int hci_uart_tx_wakeup(struct hci_uart *hu); argument
98 int hci_uart_init_ready(struct hci_uart *hu);