| /linux/drivers/cpufreq/ |
| H A D | tegra20-cpufreq.c | 49 u32 versions[2]; in tegra20_cpufreq_probe() local 59 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe() 60 versions[1] = BIT(tegra_sku_info.soc_speedo_id); in tegra20_cpufreq_probe() 62 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe() 63 versions[1] = BIT(tegra_sku_info.cpu_speedo_id); in tegra20_cpufreq_probe() 67 versions[0], versions[1]); in tegra20_cpufreq_probe() 73 err = dev_pm_opp_set_supported_hw(cpu_dev, versions, 2); in tegra20_cpufreq_probe()
|
| /linux/kernel/module/ |
| H A D | version.c | 21 struct modversion_info *versions; in check_version() local 44 /* No versions at all? modprobe --force does this. */ in check_version() 48 versions = (void *)sechdrs[versindex].sh_addr; in check_version() 55 if (strcmp(versions[i].name, symname) != 0) in check_version() 59 if (versions[i].crc == crcval) in check_version() 62 crcval, versions[i].crc); in check_version()
|
| /linux/Documentation/networking/devlink/ |
| H A D | mlxsw.rst | 40 Info versions 43 The ``mlxsw`` driver reports the following versions 45 .. list-table:: devlink info versions implemented 61 Line card auxiliary device info versions 64 The ``mlxsw`` driver reports the following versions for line card auxiliary device 66 .. list-table:: devlink info versions implemented
|
| H A D | kvaser_pciefd.rst | 10 Info versions 13 The ``kvaser_pciefd`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| H A D | devlink-flash.rst | 54 components and versions). 75 ``serial_number`` is not part of the ``fixed`` versions (even though it 76 is fixed) - ``fixed`` versions should identify the design, not a single 79 ``running`` and ``stored`` firmware versions identify the firmware running 99 # Find out the expected overall firmware versions 119 ``bundle_id`` information to the firmware versions. This meta-version covers 120 multiple per-component versions and can be used e.g. in firmware file names 121 (all component versions could get rather long.)
|
| H A D | ionic.rst | 10 Info versions 13 The ``ionic`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| H A D | kvaser_usb.rst | 10 Info versions 13 The ``kvaser_usb`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| H A D | hns3.rst | 12 Info versions 15 The ``hns3`` driver reports the following versions 17 .. list-table:: devlink info versions implemented
|
| H A D | etas_es58x.rst | 10 Info versions 13 The ``etas_es58x`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| H A D | nfp.rst | 22 Info versions 25 The ``nfp`` driver reports the following versions 27 .. list-table:: devlink info versions implemented
|
| H A D | bnxt.rst | 47 Info versions 50 The ``bnxt_en`` driver reports the following versions 52 .. list-table:: devlink info versions implemented
|
| H A D | sfc.rst | 10 Info versions 13 The ``sfc`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| /linux/samples/mei/ |
| H A D | mei-amt-version.c | 262 struct amt_version_type versions[AMT_VERSIONS_NUMBER]; member 338 len = code_ver->versions[i].description.length; in amt_verify_code_versions() 345 len = code_ver->versions[i].version.length; in amt_verify_code_versions() 346 if (code_ver->versions[i].version.string[len] != '\0' || in amt_verify_code_versions() 347 len != strlen(code_ver->versions[i].version.string)) { in amt_verify_code_versions() 420 struct amt_code_versions *versions) in amt_get_code_versions() argument 438 memcpy(versions, response->data, sizeof(struct amt_code_versions)); in amt_get_code_versions() 475 printf("%s:\t%s\n", ver.versions[i].description.string, in main() 476 ver.versions[i].version.string); in main()
|
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | program.py | 127 for version in node.versions: 135 for version in node.versions: 144 for version in node.versions: 149 for version in node.versions: 160 for version in node.versions: 165 for version in node.versions:
|
| /linux/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 8 When CONFIG_MODVERSIONS is enabled, symbol versions for modules 13 selected, **gendwarfksyms** is used instead to calculate symbol versions 30 --dump-versions Dump expanded type strings used for symbol versions 42 versions for exports in stand-alone assembly code. 55 type for calculating symbol versions even if the symbol is defined 65 versions. These files can be useful when trying to determine what 66 exactly caused symbol versions to change between builds. To generate 96 hide changes that won't affect the ABI when calculating versions. These 112 versions are calculated. These rules are defined in the 149 are pulled into the translation unit. This changes the versions of any [all …]
|
| /linux/Documentation/scsi/ |
| H A D | scsi-generic.rst | 23 Major versions of the sg driver 25 There are three major versions of sg found in the Linux kernel (lk): 74 Mapping of Linux kernel versions to sg driver versions 85 next six Linux kernel versions.
|
| /linux/Documentation/devicetree/bindings/media/xilinx/ |
| H A D | xlnx,v-tpg.txt | 11 TPG versions backward-compatible with previous versions should list all 12 compatible versions in the newer to older order.
|
| /linux/arch/sh/boards/mach-r2d/ |
| H A D | Kconfig | 11 R2D-PLUS is the smaller of the two R2D board versions, equipped 19 R2D-1 is the larger of the two R2D board versions, equipped
|
| /linux/Documentation/networking/device_drivers/ethernet/amd/ |
| H A D | pds_core.rst | 35 versions: 46 Info versions 49 The ``pds_core`` driver reports the following versions 51 .. list-table:: devlink info versions implemented
|
| /linux/net/9p/ |
| H A D | trans_xen.c | 386 char *versions, *v; in xen_9pfs_front_init() local 389 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_init() 390 if (IS_ERR(versions)) in xen_9pfs_front_init() 391 return PTR_ERR(versions); in xen_9pfs_front_init() 392 for (v = versions; *v; v++) { in xen_9pfs_front_init() 399 kfree(versions); in xen_9pfs_front_init() 402 kfree(versions); in xen_9pfs_front_init()
|
| /linux/Documentation/locking/ |
| H A D | spinlocks.rst | 57 (rw_lock) versions of the spinlocks are sometimes useful. They allow multiple 109 cheaper versions of the spinlocks. IFF you know that the spinlocks are 110 never used in interrupt handlers, you can use the non-irq versions:: 116 (and the equivalent read-write versions too, of course). The spinlock will 121 The reasons you mustn't use these versions if you have interrupts that 136 (This is also the reason why the irq-versions of the spinlocks only need
|
| /linux/arch/parisc/kernel/ |
| H A D | processor.c | 253 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) { in collect_boot_cpu_data() 255 boot_cpu_data.pdc.versions); in collect_boot_cpu_data() 257 add_device_randomness(&boot_cpu_data.pdc.versions, in collect_boot_cpu_data() 258 sizeof(boot_cpu_data.pdc.versions)); in collect_boot_cpu_data()
|
| /linux/Documentation/bpf/ |
| H A D | clang-notes.rst | 13 Clang defined "CPU" versions, where a CPU version of 3 corresponds to the current eBPF ISA. 20 For CPU versions prior to 3, Clang v7.0 and later can enable ``BPF_ALU`` support with
|
| /linux/Documentation/images/ |
| H A D | COPYING-logo | 7 Note that there are black-and-white versions of this available that 18 There are also black-and-white and inverted vector versions at
|
| /linux/arch/m68k/fpsp040/ |
| H A D | README | 27 without alteration in any modified and/or redistributed versions, 28 and that such modified versions are clearly identified as such.
|