Lines Matching refs:proto
61 skb = hu->proto->dequeue(hu); in hci_uart_dequeue()
119 hu->proto->flush(hu); in hci_uart_flush()
154 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
172 else if (hu->proto->init_speed) in hci_uart_setup()
173 speed = hu->proto->init_speed; in hci_uart_setup()
183 else if (hu->proto->oper_speed) in hci_uart_setup()
184 speed = hu->proto->oper_speed; in hci_uart_setup()
188 if (hu->proto->set_baudrate && speed) { in hci_uart_setup()
189 err = hu->proto->set_baudrate(hu, speed); in hci_uart_setup()
196 if (hu->proto->setup) in hci_uart_setup()
197 return hu->proto->setup(hu); in hci_uart_setup()
264 hu->proto->recv(hu, data, count); in hci_uart_receive_buf()
295 hu->proto = p; in hci_uart_register_device()
319 if (hu->proto->setup) in hci_uart_register_device()
320 hdev->manufacturer = hu->proto->manufacturer; in hci_uart_register_device()
376 hu->proto->close(hu); in hci_uart_unregister_device()