Home
last modified time | relevance | path

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

/drivers/bluetooth/
A Dhci_nokia.c285 btdev->init_error = 0; in nokia_send_negotiation()
400 if (btdev->tx_enabled) { in nokia_setup()
627 btdev->rx_skb = h4_recv_buf(hu->hdev, btdev->rx_skb, data, count, in nokia_recv()
632 btdev->rx_skb = NULL; in nokia_recv()
645 if (!btdev->initialized) in nokia_dequeue()
685 btdev = devm_kzalloc(dev, sizeof(*btdev), GFP_KERNEL); in nokia_bluetooth_serdev_probe()
686 if (!btdev) in nokia_bluetooth_serdev_probe()
689 btdev->hu.serdev = btdev->serdev = serdev; in nokia_bluetooth_serdev_probe()
706 btdev->wake_irq = gpiod_to_irq(btdev->wakeup_host); in nokia_bluetooth_serdev_probe()
711 "wakeup", btdev); in nokia_bluetooth_serdev_probe()
[all …]

Completed in 6 milliseconds