hci_uart_register_device 1409 drivers/bluetooth/hci_bcm.c 	return hci_uart_register_device(&bcmdev->serdev_hu, &bcm_proto);
hci_uart_register_device  821 drivers/bluetooth/hci_h5.c 	return hci_uart_register_device(&h5->serdev_hu, &h5p);
hci_uart_register_device  758 drivers/bluetooth/hci_ll.c 	return hci_uart_register_device(hu, &llp);
hci_uart_register_device  407 drivers/bluetooth/hci_mrvl.c 	return hci_uart_register_device(&mrvldev->hu, &mrvl_proto);
hci_uart_register_device  746 drivers/bluetooth/hci_nokia.c 	err = hci_uart_register_device(&btdev->hu, &nokia_proto);
hci_uart_register_device 1518 drivers/bluetooth/hci_qca.c 		err = hci_uart_register_device(&qcadev->serdev_hu, &qca_proto);
hci_uart_register_device 1546 drivers/bluetooth/hci_qca.c 		err = hci_uart_register_device(&qcadev->serdev_hu, &qca_proto);
hci_uart_register_device  353 drivers/bluetooth/hci_serdev.c EXPORT_SYMBOL_GPL(hci_uart_register_device);
hci_uart_register_device   99 drivers/bluetooth/hci_uart.h int hci_uart_register_device(struct hci_uart *hu, const struct hci_uart_proto *p);