/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_devlink.c | 36 * &es58x_dev.firmware_version or &es58x_dev.bootloader_version 51 version = &es58x_dev->bootloader_version; in es58x_parse_sw_version() 147 es58x_dev->bootloader_version = sw_version_not_set; in es58x_parse_product_info() 216 struct es58x_sw_version *bl_ver = &es58x_dev->bootloader_version; in es58x_devlink_info_get()
|
H A D | es58x_core.h | 413 * @bootloader_version: The bootloader version number. 451 struct es58x_sw_version bootloader_version; member
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | sp-pci.c | 112 version_attribute_show(bootloader_version, psp->vdata->bootloader_info_reg) 113 static DEVICE_ATTR_RO(bootloader_version);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | setup.c | 146 int bootloader_type, bootloader_version; variable 866 bootloader_version = bootloader_type & 0xf; in setup_arch() 867 bootloader_version |= boot_params.hdr.ext_loader_ver << 4; in setup_arch()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | setup.c | 146 int bootloader_type, bootloader_version; variable 910 bootloader_version = bootloader_type & 0xf; in setup_arch() 911 bootloader_version |= boot_params.hdr.ext_loader_ver << 4; in setup_arch()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_f34.h | 242 u8 bootloader_version; member
|
H A D | rmi_f34.c | 262 syn_fw->bootloader_version, in rmi_f34_update_firmware()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f34.h | 228 u8 bootloader_version; member
|
H A D | rmi_f34.c | 262 syn_fw->bootloader_version, in rmi_f34_update_firmware()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | processor.h | 715 extern int bootloader_version;
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | processor.h | 590 extern int bootloader_version;
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | ziirave_wdt.c | 480 static DEVICE_ATTR(bootloader_version, S_IRUGO, ziirave_wdt_sysfs_show_boot,
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | ziirave_wdt.c | 478 static DEVICE_ATTR(bootloader_version, S_IRUGO, ziirave_wdt_sysfs_show_boot,
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sysctl.c | 1944 .procname = "bootloader_version", 1945 .data = &bootloader_version,
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sysctl.c | 2540 .procname = "bootloader_version", 2541 .data = &bootloader_version,
|