Lines Matching refs:proto
52 skb = hu->proto->dequeue(hu); in hci_uart_dequeue()
110 hu->proto->flush(hu); in hci_uart_flush()
145 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
163 else if (hu->proto->init_speed) in hci_uart_setup()
164 speed = hu->proto->init_speed; in hci_uart_setup()
174 else if (hu->proto->oper_speed) in hci_uart_setup()
175 speed = hu->proto->oper_speed; in hci_uart_setup()
179 if (hu->proto->set_baudrate && speed) { in hci_uart_setup()
180 err = hu->proto->set_baudrate(hu, speed); in hci_uart_setup()
187 if (hu->proto->setup) in hci_uart_setup()
188 return hu->proto->setup(hu); in hci_uart_setup()
255 hu->proto->recv(hu, data, count); in hci_uart_receive_buf()
286 hu->proto = p; in hci_uart_register_device()
310 if (hu->proto->setup) in hci_uart_register_device()
311 hdev->manufacturer = hu->proto->manufacturer; in hci_uart_register_device()
365 hu->proto->close(hu); in hci_uart_unregister_device()