Searched refs:dmi_walk (Results 1 - 23 of 23) sorted by relevance

/linux-master/include/linux/
H A Ddmi.h111 extern int dmi_walk(void (*decode)(const struct dmi_header *, void *),
140 static inline int dmi_walk(void (*decode)(const struct dmi_header *, void *), function
/linux-master/drivers/platform/x86/dell/
H A Ddell-smbios-smm.c110 dmi_walk(find_cmd_address, NULL);
H A Ddell-smbios-wmi.c331 dmi_walk(find_b1, NULL);
H A Ddell-smbios-base.c572 dmi_walk(find_tokens, NULL);
H A Ddell-wmi-base.c618 if (dmi_walk(handle_dmi_entry, &dmi_results)) {
620 * Historically, dell-wmi ignored dmi_walk errors. A failure
/linux-master/drivers/platform/x86/siemens/
H A Dsimatic-ipc.c207 err = dmi_walk(simatic_ipc_find_dmi_entry_helper, &station_id);
/linux-master/drivers/firmware/
H A Ddmi-sysfs.c171 ret = dmi_walk(find_dmi_entry_helper, &data);
673 error = dmi_walk(dmi_sysfs_register_handle, &val);
H A Ddmi_scan.c1100 * dmi_walk - Walk the DMI table and get called back for every record
1107 int dmi_walk(void (*decode)(const struct dmi_header *, void *), function
1124 EXPORT_SYMBOL_GPL(dmi_walk); variable
/linux-master/arch/x86/pci/
H A Dcommon.c210 dmi_walk(read_dmi_type_b1, (void *)d);
/linux-master/drivers/edac/
H A Dghes_edac.c239 dmi_walk(enumerate_dimms, &ghes_hw);
H A Di7core_edac.c1944 dmi_walk(decode_dclk, (void *)&dclk_freq);
/linux-master/drivers/platform/x86/
H A Dpmc_atom.c368 if (dmi_walk(simatic_ipc_find_dmi_entry_helper, &st_id))
H A Dacer-wmi.c2789 dmi_walk(type_aa_dmi_decode, NULL);
H A Dthinkpad_acpi.c11479 dmi_walk(find_new_ec_fwstr, &ec_fw_string);
/linux-master/arch/loongarch/kernel/
H A Dsetup.c158 dmi_walk(find_tokens, NULL);
/linux-master/drivers/acpi/
H A Dbattery.c942 dmi_walk(find_battery, battery);
H A Dcppc_acpi.c1847 dmi_walk(cppc_find_dmi_mhz, &mhz);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dcore.c613 dmi_walk(ath12k_core_check_bdfext, ab);
/linux-master/drivers/hwmon/
H A Dfschmd.c1121 dmi_walk(fschmd_dmi_decode, NULL);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.c1052 dmi_walk(ath11k_core_check_cc_code_bdfext, ab);
/linux-master/drivers/i2c/busses/
H A Di2c-i801.c1295 dmi_walk(dmi_check_onboard_devices, &priv->adapter);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c999 dmi_walk(find_system_memory, kdev);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcore.c1137 dmi_walk(ath10k_core_check_bdfext, ar);

Completed in 267 milliseconds