Lines Matching refs:hci_uart
44 struct hci_uart;
53 int (*open)(struct hci_uart *hu);
54 int (*close)(struct hci_uart *hu);
55 int (*flush)(struct hci_uart *hu);
56 int (*setup)(struct hci_uart *hu);
57 int (*set_baudrate)(struct hci_uart *hu, unsigned int speed);
58 int (*recv)(struct hci_uart *hu, const void *data, int len);
59 int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb);
60 struct sk_buff *(*dequeue)(struct hci_uart *hu);
63 struct hci_uart { struct
100 int hci_uart_register_device_priv(struct hci_uart *hu, argument
104 static inline int hci_uart_register_device(struct hci_uart *hu, in hci_uart_register_device()
110 void hci_uart_unregister_device(struct hci_uart *hu);
112 int hci_uart_tx_wakeup(struct hci_uart *hu);
113 int hci_uart_wait_until_sent(struct hci_uart *hu);
114 int hci_uart_init_ready(struct hci_uart *hu);
116 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed);
117 bool hci_uart_has_flow_control(struct hci_uart *hu);
118 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable);
119 void hci_uart_set_speeds(struct hci_uart *hu, unsigned int init_speed,