wakeup_bt         130 drivers/bluetooth/hci_nokia.c 	struct gpio_desc *wakeup_bt;
wakeup_bt         189 drivers/bluetooth/hci_nokia.c 	gpiod_set_value_cansleep(btdev->wakeup_bt, 1);
wakeup_bt         406 drivers/bluetooth/hci_nokia.c 		gpiod_set_value_cansleep(btdev->wakeup_bt, 0);
wakeup_bt         453 drivers/bluetooth/hci_nokia.c 	gpiod_set_value_cansleep(btdev->wakeup_bt, 0);
wakeup_bt         502 drivers/bluetooth/hci_nokia.c 	gpiod_set_value(btdev->wakeup_bt, 0);
wakeup_bt         658 drivers/bluetooth/hci_nokia.c 		gpiod_set_value_cansleep(btdev->wakeup_bt, 1);
wakeup_bt         661 drivers/bluetooth/hci_nokia.c 		gpiod_set_value_cansleep(btdev->wakeup_bt, 0);
wakeup_bt         722 drivers/bluetooth/hci_nokia.c 	btdev->wakeup_bt = devm_gpiod_get(dev, "bluetooth-wakeup",
wakeup_bt         724 drivers/bluetooth/hci_nokia.c 	if (IS_ERR(btdev->wakeup_bt)) {
wakeup_bt         725 drivers/bluetooth/hci_nokia.c 		err = PTR_ERR(btdev->wakeup_bt);