Home
last modified time | relevance | path

Searched refs:SET_HCIDEV_DEV (Results 1 – 14 of 14) 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.c392 SET_HCIDEV_DEV(hdev, &intf->dev); in bpa10x_probe()
H A Ddtl1_cs.c462 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in dtl1_open()
H A Dbt3c_cs.c563 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in bt3c_open()
H A Dbluecard_cs.c707 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in bluecard_open()
H A Dbfusb.c667 SET_HCIDEV_DEV(hdev, &intf->dev); in bfusb_probe()
H A Dhci_ldisc.c662 SET_HCIDEV_DEV(hdev, hu->tty->dev); in hci_uart_register_dev()
H A Dbtintel_pcie.c1523 SET_HCIDEV_DEV(hdev, &data->pdev->dev); in btintel_pcie_setup_hdev()
H A Dbtnxpuart.c1549 SET_HCIDEV_DEV(hdev, &serdev->dev); in nxp_serdev_probe()
H A Dhci_bcm4377.c2402 SET_HCIDEV_DEV(hdev, &pdev->dev); in bcm4377_probe()
H A Dbtusb.c3849 SET_HCIDEV_DEV(hdev, &intf->dev); in btusb_probe()
/linux/include/net/bluetooth/
H A Dhci_core.h1852 #define SET_HCIDEV_DEV(hdev, pdev) ((hdev)->dev.parent = (pdev)) macro