Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_nokia.c125 struct gpio_desc *wakeup_bt; member
184 gpiod_set_value_cansleep(btdev->wakeup_bt, 1); in nokia_reset()
421 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_setup()
468 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_setup()
517 gpiod_set_value(btdev->wakeup_bt, 0); in nokia_close()
673 gpiod_set_value_cansleep(btdev->wakeup_bt, 1); in nokia_dequeue()
676 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_dequeue()
737 btdev->wakeup_bt = devm_gpiod_get(dev, "bluetooth-wakeup", in nokia_bluetooth_serdev_probe()
739 if (IS_ERR(btdev->wakeup_bt)) { in nokia_bluetooth_serdev_probe()
740 err = PTR_ERR(btdev->wakeup_bt); in nokia_bluetooth_serdev_probe()