hdev_init        1496 include/net/bluetooth/hci_core.h 	void (*hdev_init) (struct sock *sk, struct hci_dev *hdev);
hdev_init        1573 net/bluetooth/hci_sock.c 	if (hdev && chan->hdev_init)
hdev_init        1574 net/bluetooth/hci_sock.c 		chan->hdev_init(sk, hdev);
hdev_init        7943 net/bluetooth/mgmt.c 	.hdev_init	= mgmt_init_hdev,