Searched refs:hotfix (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/platform/x86/dell/
H A Ddell-wmi-descriptor.h23 bool dell_wmi_get_hotfix(u32 *hotfix);
H A Ddell-wmi-descriptor.c22 u32 hotfix; member in struct:descriptor_priv
73 bool dell_wmi_get_hotfix(u32 *hotfix) argument
83 *hotfix = priv->hotfix;
99 * WMI hotfix number 16 4 <hotfix>
160 priv->hotfix = buffer[4];
167 dev_dbg(&wdev->dev, "Detected Dell WMI interface version %lu, buffer size %lu, hotfix %lu\n",
170 (unsigned long) priv->hotfix);
H A Ddell-smbios-wmi.c224 u32 buffer_size, hotfix; local
246 /* some SMBIOS calls fail unless BIOS contains hotfix */
247 if (!dell_wmi_get_hotfix(&hotfix))
250 if (!hotfix)
253 hotfix);
/linux-master/sound/soc/intel/avs/
H A Dsysfs.c18 fw_version->hotfix, fw_version->build);
H A Dloader.c121 man->version.hotfix != min->hotfix ||
125 man->version.hotfix, man->version.build,
126 min->major, min->minor, min->hotfix, min->build);
H A Dmessages.h412 u16 hotfix; member in struct:avs_fw_version
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-hid.h51 uint8_t hotfix; member in struct:ishtp_version
H A Dishtp-fw-loader.c122 u16 hotfix; member in struct:ish_fw_version
131 u8 hotfix; member in struct:loader_version::__anon943
507 "ish_fw_version: major=%d minor=%d hotfix=%d build=%d protocol_version=0x%x loader_version=%d\n",
510 fw_info->ish_fw_version.hotfix,
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_binary_headers.h14 u16 hotfix; member in struct:intel_gsc_version
H A Dintel_uc_fw.c497 ver->patch = manifest->fw_version.hotfix;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_fw_abi.h200 u16 hotfix; member in struct:gsc_version
H A Dxe_uc_fw.c500 release->patch = manifest->fw_version.hotfix;
/linux-master/drivers/misc/mei/
H A Dbus-fixup.c98 u16 hotfix; member in struct:mkhi_fw_ver_block
179 fwver->ver[i].hotfix, fwver->ver[i].buildno);
184 cldev->bus->fw_ver[i].hotfix = fwver->ver[i].hotfix;
H A Dmei_dev.h447 * @hotfix: hotfix number version field
454 u16 hotfix; member in struct:mei_fw_version
H A Dmain.c1078 ver[i].hotfix, ver[i].buildno);
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-utils.c74 u16 hotfix; member in struct:adsp_fw_hdr
/linux-master/include/sound/sof/ipc4/
H A Dheader.h437 uint16_t hotfix; member in struct:sof_ipc4_fw_version
/linux-master/drivers/ptp/
H A Dptp_clockmatrix.c1130 static int idtcm_read_hotfix_release(struct idtcm *idtcm, u8 *hotfix) argument
1135 hotfix,
1999 u8 hotfix; local
2006 idtcm_read_hotfix_release(idtcm, &hotfix);
2014 major, minor, hotfix);
2020 major, minor, hotfix,
/linux-master/sound/soc/sof/
H A Dipc4-loader.c363 fw_ver->major, fw_ver->minor, fw_ver->hotfix,

Completed in 320 milliseconds