Home
last modified time | relevance | path

Searched refs:hci_uart_register_device (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dhci_serdev.c277 int hci_uart_register_device(struct hci_uart *hu, in hci_uart_register_device() function
366 EXPORT_SYMBOL_GPL(hci_uart_register_device);
Dhci_uart.h114 int hci_uart_register_device(struct hci_uart *hu, const struct hci_uart_proto *p);
Dhci_qca.c1382 err = hci_uart_register_device(&qcadev->serdev_hu, &qca_proto); in qca_serdev_probe()
1410 err = hci_uart_register_device(&qcadev->serdev_hu, &qca_proto); in qca_serdev_probe()
Dhci_ll.c749 return hci_uart_register_device(hu, &llp); in hci_ti_probe()
Dhci_nokia.c759 err = hci_uart_register_device(&btdev->hu, &nokia_proto); in nokia_bluetooth_serdev_probe()
Dhci_h5.c837 return hci_uart_register_device(&h5->serdev_hu, &h5p); in h5_serdev_probe()
Dhci_bcm.c1342 return hci_uart_register_device(&bcmdev->serdev_hu, &bcm_proto); in bcm_serdev_probe()