Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dhci_serdev.c277 int hci_uart_register_device(struct hci_uart *hu, in hci_uart_register_device() function
365 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.c1374 err = hci_uart_register_device(&qcadev->serdev_hu, &qca_proto); in qca_serdev_probe()
1402 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.c755 err = hci_uart_register_device(&btdev->hu, &nokia_proto); in nokia_bluetooth_serdev_probe()
Dhci_h5.c834 return hci_uart_register_device(&h5->serdev_hu, &h5p); in h5_serdev_probe()
Dhci_bcm.c1305 return hci_uart_register_device(&bcmdev->serdev_hu, &bcm_proto); in bcm_serdev_probe()