Searched refs:acpi_gpio_params (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/Documentation/acpi/ |
D | gpio-properties.txt | 72 to an array of line data (struct acpi_gpio_params) objects and the size of that 73 array. Each struct acpi_gpio_params object consists of three fields, 82 static const struct acpi_gpio_params reset_gpio = { 1, 1, false }; 83 static const struct acpi_gpio_params shutdown_gpio = { 0, 0, false };
|
/linux-4.4.14/net/rfkill/ |
D | rfkill-gpio.c | 66 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 67 static const struct acpi_gpio_params shutdown_gpios = { 1, 0, false };
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | dwc3-pci.c | 40 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 41 static const struct acpi_gpio_params cs_gpios = { 1, 0, false };
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_bcm.c | 621 static const struct acpi_gpio_params device_wakeup_gpios = { 0, 0, false }; 622 static const struct acpi_gpio_params shutdown_gpios = { 1, 0, false }; 623 static const struct acpi_gpio_params host_wakeup_gpios = { 2, 0, false };
|
/linux-4.4.14/include/linux/ |
D | acpi.h | 745 struct acpi_gpio_params { struct 753 const struct acpi_gpio_params *data; argument
|
/linux-4.4.14/drivers/gpio/ |
D | gpiolib-acpi.c | 374 const struct acpi_gpio_params *par = gm->data + index; in acpi_get_driver_gpio_data()
|
/linux-4.4.14/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 855 static const struct acpi_gpio_params i2c_hid_irq_gpio = { 0, 0, true };
|