Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dhci_nokia.c129 struct gpio_desc *wakeup_host; member
166 int wake_state = gpiod_get_value(btdev->wakeup_host); in wakeup_handler()
194 err = gpiod_get_value_cansleep(btdev->wakeup_host); in nokia_reset()
704 btdev->wakeup_host = devm_gpiod_get(dev, "host-wakeup", GPIOD_IN); in nokia_bluetooth_serdev_probe()
705 if (IS_ERR(btdev->wakeup_host)) { in nokia_bluetooth_serdev_probe()
706 err = PTR_ERR(btdev->wakeup_host); in nokia_bluetooth_serdev_probe()
711 btdev->wake_irq = gpiod_to_irq(btdev->wakeup_host); in nokia_bluetooth_serdev_probe()