Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dhci_nokia.c139 struct gpio_desc *wakeup_bt; member
198 gpiod_set_value_cansleep(btdev->wakeup_bt, 1); in nokia_reset()
415 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_setup()
462 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_setup()
511 gpiod_set_value(btdev->wakeup_bt, 0); in nokia_close()
667 gpiod_set_value_cansleep(btdev->wakeup_bt, 1); in nokia_dequeue()
670 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_dequeue()
731 btdev->wakeup_bt = devm_gpiod_get(dev, "bluetooth-wakeup", in nokia_bluetooth_serdev_probe()
733 if (IS_ERR(btdev->wakeup_bt)) { in nokia_bluetooth_serdev_probe()
734 err = PTR_ERR(btdev->wakeup_bt); in nokia_bluetooth_serdev_probe()