Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dhci_bcm.c55 struct gpio_desc *device_wakeup; member
152 gpiod_set_value(dev->device_wakeup, powered); in bcm_gpio_set_power()
522 if (bdev->device_wakeup) { in bcm_suspend_device()
523 gpiod_set_value(bdev->device_wakeup, false); in bcm_suspend_device()
537 if (bdev->device_wakeup) { in bcm_resume_device()
538 gpiod_set_value(bdev->device_wakeup, true); in bcm_resume_device()
698 dev->device_wakeup = devm_gpiod_get_optional(&pdev->dev, in bcm_acpi_probe()
701 if (IS_ERR(dev->device_wakeup)) in bcm_acpi_probe()
702 return PTR_ERR(dev->device_wakeup); in bcm_acpi_probe()
727 if ((!dev->device_wakeup && !dev->shutdown) || !dev->name) { in bcm_acpi_probe()