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()
401 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_setup()
448 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_setup()
497 gpiod_set_value(btdev->wakeup_bt, 0); in nokia_close()
653 gpiod_set_value_cansleep(btdev->wakeup_bt, 1); in nokia_dequeue()
656 gpiod_set_value_cansleep(btdev->wakeup_bt, 0); in nokia_dequeue()
717 btdev->wakeup_bt = devm_gpiod_get(dev, "bluetooth-wakeup", in nokia_bluetooth_serdev_probe()
719 if (IS_ERR(btdev->wakeup_bt)) { in nokia_bluetooth_serdev_probe()
720 err = PTR_ERR(btdev->wakeup_bt); in nokia_bluetooth_serdev_probe()
[all...]