Lines Matching defs:acpi_resource_gpio
346 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 */
356 u16 drive_strength;
357 u16 debounce_timeout;
358 u16 pin_table_length;
359 u16 vendor_length;
360 struct acpi_resource_source resource_source;
361 u16 *pin_table;
362 u8 *vendor_data;