Searched refs:bootloader_version (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/mfd/ |
A D | rave-sp.c | 128 struct rave_sp_version bootloader_version; member 690 return rave_sp_exec(sp, cmd, sizeof(cmd), &status->bootloader_version, in rave_sp_emulated_get_status() 691 sizeof(status->bootloader_version)); in rave_sp_emulated_get_status() 711 version = devm_rave_sp_version(dev, &status.bootloader_version); in rave_sp_get_status()
|
/linux/drivers/input/touchscreen/ |
A D | hycon-hy46xx.c | 74 int bootloader_version; member 260 static HYCON_ATTR_U8(bootloader_version, 0444, HY46XX_BOOT_VER, 0, 255); 428 tsdata->bootloader_version = val; in hycon_hy46xx_get_parameters()
|
/linux/arch/x86/kernel/ |
A D | setup.c | 148 int bootloader_type, bootloader_version; variable 811 bootloader_version = bootloader_type & 0xf; in setup_arch() 812 bootloader_version |= boot_params.hdr.ext_loader_ver << 4; in setup_arch()
|
/linux/drivers/input/rmi4/ |
A D | rmi_f34.h | 242 u8 bootloader_version; member
|
A D | rmi_f34.c | 262 syn_fw->bootloader_version, in rmi_f34_update_firmware()
|
/linux/arch/x86/include/asm/ |
A D | processor.h | 706 extern int bootloader_version;
|
/linux/drivers/watchdog/ |
A D | ziirave_wdt.c | 478 static DEVICE_ATTR(bootloader_version, S_IRUGO, ziirave_wdt_sysfs_show_boot,
|
/linux/kernel/ |
A D | sysctl.c | 2458 .data = &bootloader_version,
|
/linux/Documentation/admin-guide/sysctl/ |
A D | kernel.rst | 96 bootloader_version (x86 only)
|
Completed in 49 milliseconds