Home
last modified time | relevance | path

Searched refs:SET_HCIDEV_DEV (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/bluetooth/
H A Dbtqcomsmd.c173 SET_HCIDEV_DEV(hdev, &pdev->dev); in btqcomsmd_probe()
H A Dbtsdio.c322 SET_HCIDEV_DEV(hdev, &func->dev); in btsdio_probe()
H A Dhci_serdev.c358 SET_HCIDEV_DEV(hdev, &hu->serdev->dev); in hci_uart_register_device_priv()
H A Dbpa10x.c398 SET_HCIDEV_DEV(hdev, &intf->dev); in bpa10x_probe()
H A Dbfusb.c697 SET_HCIDEV_DEV(hdev, &intf->dev); in bfusb_probe()
H A Dhci_ldisc.c707 SET_HCIDEV_DEV(hdev, hu->tty->dev); in hci_uart_register_dev()
H A Dbtmrvl_main.c701 SET_HCIDEV_DEV(hdev, &card->func->dev); in btmrvl_register_hdev()
H A Dbtmtkuart.c874 SET_HCIDEV_DEV(hdev, &serdev->dev); in btmtkuart_probe()
H A Dbtmtksdio.c1411 SET_HCIDEV_DEV(hdev, &func->dev); in btmtksdio_probe()
H A Dbtnxpuart.c1908 SET_HCIDEV_DEV(hdev, &serdev->dev); in nxp_serdev_probe()
H A Dbtintel_pcie.c2944 SET_HCIDEV_DEV(hdev, &data->pdev->dev); in btintel_pcie_setup_hdev()
H A Dbtusb.c4211 SET_HCIDEV_DEV(hdev, &intf->dev); in btusb_probe()
/linux/include/net/bluetooth/
H A Dhci_core.h1945 #define SET_HCIDEV_DEV(hdev, pdev) ((hdev)->dev.parent = (pdev)) macro