Home
last modified time | relevance | path

Searched defs:acpi_resource_gpio (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/acpi/
Dacrestyp.h346 struct acpi_resource_gpio { struct
347 u8 revision_id;
348 u8 connection_type;
349 u8 producer_consumer; /* For values, see Producer/Consumer above */
350 u8 pin_config;
351 u8 shareable; /* For values, see Interrupt Attributes above */
352 u8 wake_capable; /* For values, see Interrupt Attributes above */
353 u8 io_restriction;
354 u8 triggering; /* For values, see Interrupt Attributes above */
355 u8 polarity; /* For values, see Interrupt Attributes above */
[all …]
/kernel/linux/linux-6.6/include/acpi/
Dacrestyp.h355 struct acpi_resource_gpio { struct
356 u8 revision_id;
357 u8 connection_type;
358 u8 producer_consumer; /* For values, see Producer/Consumer above */
359 u8 pin_config;
360 u8 shareable; /* For values, see Interrupt Attributes above */
361 u8 wake_capable; /* For values, see Interrupt Attributes above */
362 u8 io_restriction;
363 u8 triggering; /* For values, see Interrupt Attributes above */
364 u8 polarity; /* For values, see Interrupt Attributes above */
[all …]