Searched refs:acpi_gpio_params (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/include/linux/ |
D | acpi.h | 705 struct acpi_gpio_params { struct 713 const struct acpi_gpio_params *data; argument
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-acpi.c | 372 const struct acpi_gpio_params *par = gm->data + index; in acpi_get_driver_gpio_data()
|
/linux-4.1.27/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 853 static const struct acpi_gpio_params i2c_hid_irq_gpio = { 0, 0, true };
|