Home
last modified time | relevance | path

Searched refs:cdat (Results 1 – 9 of 9) sorted by relevance

/linux/lib/
H A Dfw_table.c43 return entry->hdr->cdat.type; in acpi_get_entry_type()
61 __le16 length = (__force __le16)entry->hdr->cdat.length; in acpi_get_entry_length()
82 return sizeof(entry->hdr->cdat); in acpi_get_subtable_header_length()
106 __le32 length = (__force __le32)header->cdat.length; in acpi_table_get_length()
/linux/drivers/cxl/core/
H A Dcdat.c55 struct acpi_cdat_header *hdr = &header->cdat; in cdat_dsmas_handler()
127 struct acpi_cdat_header *hdr = &header->cdat; in cdat_dslbis_handler()
186 dsmas_xa, port->cdat.table, port->cdat.length); in cxl_cdat_endpoint_process()
192 dsmas_xa, port->cdat.table, port->cdat.length); in cxl_cdat_endpoint_process()
400 if (!port->cdat.table) in DEFINE_FREE()
429 int size = sizeof(header->cdat) + sizeof(tbl->sslbis_header); in cdat_sslbis_handler()
436 len = le16_to_cpu((__force __le16)header->cdat.length); in cdat_sslbis_handler()
507 if (!port->cdat.table) in cxl_switch_parse_cdat()
511 port, port->cdat.table, port->cdat.length); in cxl_switch_parse_cdat()
H A DMakefile16 cxl_core-y += cdat.o
H A Dpci.c642 port->cdat.table = buf->data; in read_cdat_data()
643 port->cdat.length = length; in read_cdat_data()
/linux/include/linux/
H A Dfw_table.h30 struct acpi_table_cdat cdat; member
38 struct acpi_cdat_header cdat; member
/linux/drivers/cxl/
H A Dport.c165 if (!port->cdat.table) in CDAT_read()
169 port->cdat.table, in CDAT_read()
170 port->cdat.length); in CDAT_read()
/linux/drivers/video/fbdev/
H A Dhgafb.c526 u8 *cdat = (u8 *) image->data; in hgafb_imageblit() local
533 d = *cdat++; in hgafb_imageblit()
/linux/tools/testing/cxl/
H A DKbuild63 cxl_core-y += $(CXL_CORE_SRC)/cdat.o
/linux/Documentation/driver-api/cxl/
H A Dmemory-devices.rst356 .. kernel-doc:: drivers/cxl/core/cdat.c