coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wifi_private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int smbios_write_wifi_pcie (struct device *dev, int *handle, unsigned long *current)
 
int smbios_write_wifi_cnvi (struct device *dev, int *handle, unsigned long *current)
 
const char * wifi_pcie_acpi_name (const struct device *dev)
 
void wifi_pcie_fill_ssdt (const struct device *dev)
 
void wifi_cnvi_fill_ssdt (const struct device *dev)
 

Function Documentation

◆ smbios_write_wifi_cnvi()

int smbios_write_wifi_cnvi ( struct device dev,
int *  handle,
unsigned long *  current 
)

Definition at line 39 of file smbios.c.

References device::bus, bus::dev, and smbios_write_wifi_pcie().

Here is the call graph for this function:

◆ smbios_write_wifi_pcie()

int smbios_write_wifi_pcie ( struct device dev,
int *  handle,
unsigned long *  current 
)

Definition at line 32 of file smbios.c.

References get_smbios_data(), and smbios_write_intel_wifi().

Referenced by smbios_write_wifi_cnvi().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ wifi_cnvi_fill_ssdt()

void wifi_cnvi_fill_ssdt ( const struct device dev)

Definition at line 644 of file acpi.c.

References acpi_device_path(), device::bus, bus::dev, device::path, and wifi_ssdt_write_properties().

Here is the call graph for this function:

◆ wifi_pcie_acpi_name()

const char* wifi_pcie_acpi_name ( const struct device dev)

Definition at line 634 of file acpi.c.

References dev_path_encode(), snprintf(), and WIFI_ACPI_NAME_MAX_LEN.

Here is the call graph for this function:

◆ wifi_pcie_fill_ssdt()

void wifi_pcie_fill_ssdt ( const struct device dev)