Lines Matching refs:proto
117 skb = hu->proto->dequeue(hu); in hci_uart_dequeue()
188 hu->proto->close(hu); in hci_uart_init_work()
231 hu->proto->flush(hu); in hci_uart_flush()
253 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
366 else if (hu->proto->init_speed) in hci_uart_setup()
367 speed = hu->proto->init_speed; in hci_uart_setup()
377 else if (hu->proto->oper_speed) in hci_uart_setup()
378 speed = hu->proto->oper_speed; in hci_uart_setup()
382 if (hu->proto->set_baudrate && speed) { in hci_uart_setup()
383 err = hu->proto->set_baudrate(hu, speed); in hci_uart_setup()
388 if (hu->proto->setup) in hci_uart_setup()
389 return hu->proto->setup(hu); in hci_uart_setup()
506 hu->proto->close(hu); in hci_uart_tty_close()
564 hu->proto->recv(hu, data, count); in hci_uart_tty_receive()
594 if (hu->proto->setup) in hci_uart_register_dev()
595 hdev->manufacturer = hu->proto->manufacturer; in hci_uart_register_dev()
645 hu->proto = p; in hci_uart_set_proto()
712 return hu->proto->id; in hci_uart_tty_ioctl()