Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtqcomsmd.c206 SET_HCIDEV_DEV(hdev, &pdev->dev); in btqcomsmd_probe()
Dbtsdio.c328 SET_HCIDEV_DEV(hdev, &func->dev); in btsdio_probe()
Dhci_serdev.c328 SET_HCIDEV_DEV(hdev, &hu->serdev->dev); in hci_uart_register_device()
Dbpa10x.c406 SET_HCIDEV_DEV(hdev, &intf->dev); in bpa10x_probe()
Ddtl1_cs.c462 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in dtl1_open()
Dbtmtkuart.c587 SET_HCIDEV_DEV(hdev, &serdev->dev); in btmtkuart_probe()
Dbt3c_cs.c560 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in bt3c_open()
Dbfusb.c683 SET_HCIDEV_DEV(hdev, &intf->dev); in bfusb_probe()
Dbluecard_cs.c709 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in bluecard_open()
Dhci_ldisc.c661 SET_HCIDEV_DEV(hdev, hu->tty->dev); in hci_uart_register_dev()
Dbtusb.c3038 SET_HCIDEV_DEV(hdev, &intf->dev); in btusb_probe()
/linux-4.19.296/include/net/bluetooth/
Dhci_core.h1138 #define SET_HCIDEV_DEV(hdev, pdev) ((hdev)->dev.parent = (pdev)) macro