Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bluetooth/
Dhci_serdev.c303 int hci_uart_register_device(struct hci_uart *hu, in hci_uart_register_device() function
397 EXPORT_SYMBOL_GPL(hci_uart_register_device);
Dhci_uart.h100 int hci_uart_register_device(struct hci_uart *hu, const struct hci_uart_proto *p);
Dhci_mrvl.c407 return hci_uart_register_device(&mrvldev->hu, &mrvl_proto); in mrvl_serdev_probe()
Dhci_ll.c759 return hci_uart_register_device(hu, &llp); in hci_ti_probe()
Dhci_nokia.c746 err = hci_uart_register_device(&btdev->hu, &nokia_proto); in nokia_bluetooth_serdev_probe()
Dhci_qca.c2078 err = hci_uart_register_device(&qcadev->serdev_hu, &qca_proto); in qca_serdev_probe()
2109 err = hci_uart_register_device(&qcadev->serdev_hu, &qca_proto); in qca_serdev_probe()
Dhci_h5.c864 return hci_uart_register_device(&h5->serdev_hu, &h5p); in h5_serdev_probe()
Dhci_bcm.c1540 return hci_uart_register_device(&bcmdev->serdev_hu, &bcm_proto); in bcm_serdev_probe()