Lines Matching refs:proto
107 skb = hu->proto->dequeue(hu); in hci_uart_dequeue()
198 hu->proto->close(hu); in hci_uart_init_work()
245 hu->proto->flush(hu); in hci_uart_flush()
289 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
403 else if (hu->proto->init_speed) in hci_uart_setup()
404 speed = hu->proto->init_speed; in hci_uart_setup()
414 else if (hu->proto->oper_speed) in hci_uart_setup()
415 speed = hu->proto->oper_speed; in hci_uart_setup()
419 if (hu->proto->set_baudrate && speed) { in hci_uart_setup()
420 err = hu->proto->set_baudrate(hu, speed); in hci_uart_setup()
425 if (hu->proto->setup) in hci_uart_setup()
426 return hu->proto->setup(hu); in hci_uart_setup()
560 hu->proto->close(hu); in hci_uart_tty_close()
627 hu->proto->recv(hu, data, count); in hci_uart_tty_receive()
659 if (hu->proto->setup) in hci_uart_register_dev()
660 hdev->manufacturer = hu->proto->manufacturer; in hci_uart_register_dev()
681 err = hu->proto->open(hu); in hci_uart_register_dev()
693 hu->proto->close(hu); in hci_uart_register_dev()
713 hu->proto = p; in hci_uart_set_proto()
781 err = hu->proto->id; in hci_uart_tty_ioctl()