| .. | .. |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Name: acrestyp.h - Defines, types, and structures for resource descriptors |
|---|
| 5 | 5 | * |
|---|
| 6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | *****************************************************************************/ |
|---|
| 9 | 9 | |
|---|
| .. | .. |
|---|
| 139 | 139 | u8 descriptor_length; |
|---|
| 140 | 140 | u8 triggering; |
|---|
| 141 | 141 | u8 polarity; |
|---|
| 142 | | - u8 sharable; |
|---|
| 142 | + u8 shareable; |
|---|
| 143 | 143 | u8 wake_capable; |
|---|
| 144 | 144 | u8 interrupt_count; |
|---|
| 145 | 145 | u8 interrupts[1]; |
|---|
| .. | .. |
|---|
| 328 | 328 | u8 producer_consumer; |
|---|
| 329 | 329 | u8 triggering; |
|---|
| 330 | 330 | u8 polarity; |
|---|
| 331 | | - u8 sharable; |
|---|
| 331 | + u8 shareable; |
|---|
| 332 | 332 | u8 wake_capable; |
|---|
| 333 | 333 | u8 interrupt_count; |
|---|
| 334 | 334 | struct acpi_resource_source resource_source; |
|---|
| .. | .. |
|---|
| 348 | 348 | u8 connection_type; |
|---|
| 349 | 349 | u8 producer_consumer; /* For values, see Producer/Consumer above */ |
|---|
| 350 | 350 | u8 pin_config; |
|---|
| 351 | | - u8 sharable; /* For values, see Interrupt Attributes above */ |
|---|
| 351 | + u8 shareable; /* For values, see Interrupt Attributes above */ |
|---|
| 352 | 352 | u8 wake_capable; /* For values, see Interrupt Attributes above */ |
|---|
| 353 | 353 | u8 io_restriction; |
|---|
| 354 | 354 | u8 triggering; /* For values, see Interrupt Attributes above */ |
|---|
| .. | .. |
|---|
| 508 | 508 | struct acpi_resource_pin_function { |
|---|
| 509 | 509 | u8 revision_id; |
|---|
| 510 | 510 | u8 pin_config; |
|---|
| 511 | | - u8 sharable; /* For values, see Interrupt Attributes above */ |
|---|
| 511 | + u8 shareable; /* For values, see Interrupt Attributes above */ |
|---|
| 512 | 512 | u16 function_number; |
|---|
| 513 | 513 | u16 pin_table_length; |
|---|
| 514 | 514 | u16 vendor_length; |
|---|
| .. | .. |
|---|
| 520 | 520 | struct acpi_resource_pin_config { |
|---|
| 521 | 521 | u8 revision_id; |
|---|
| 522 | 522 | u8 producer_consumer; /* For values, see Producer/Consumer above */ |
|---|
| 523 | | - u8 sharable; /* For values, see Interrupt Attributes above */ |
|---|
| 523 | + u8 shareable; /* For values, see Interrupt Attributes above */ |
|---|
| 524 | 524 | u8 pin_config_type; |
|---|
| 525 | 525 | u32 pin_config_value; |
|---|
| 526 | 526 | u16 pin_table_length; |
|---|
| .. | .. |
|---|
| 560 | 560 | struct acpi_resource_pin_group_function { |
|---|
| 561 | 561 | u8 revision_id; |
|---|
| 562 | 562 | u8 producer_consumer; /* For values, see Producer/Consumer above */ |
|---|
| 563 | | - u8 sharable; /* For values, see Interrupt Attributes above */ |
|---|
| 563 | + u8 shareable; /* For values, see Interrupt Attributes above */ |
|---|
| 564 | 564 | u16 function_number; |
|---|
| 565 | 565 | u16 vendor_length; |
|---|
| 566 | 566 | struct acpi_resource_source resource_source; |
|---|
| .. | .. |
|---|
| 571 | 571 | struct acpi_resource_pin_group_config { |
|---|
| 572 | 572 | u8 revision_id; |
|---|
| 573 | 573 | u8 producer_consumer; /* For values, see Producer/Consumer above */ |
|---|
| 574 | | - u8 sharable; /* For values, see Interrupt Attributes above */ |
|---|
| 574 | + u8 shareable; /* For values, see Interrupt Attributes above */ |
|---|
| 575 | 575 | u8 pin_config_type; /* For values, see pin_config_type above */ |
|---|
| 576 | 576 | u32 pin_config_value; |
|---|
| 577 | 577 | u16 vendor_length; |
|---|