/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | qcom.yaml | 419 - description: HP Chromebook x2 11c (newest rev) 430 - description: HP Chromebook x2 11c with LTE (newest rev) 446 - description: Lenovo Chromebook Duet 5 13 (newest rev) 456 - description: Google Kingoftown (newest rev) 482 - description: Acer Chromebook Spin 513 (newest rev) 503 - description: Acer Chromebook Spin 513 with KB Backlight (newest rev) 524 - description: Acer Chromebook Spin 513 with LTE (newest rev) 538 - description: Acer Chromebook 511 (newest rev) 557 - description: Acer Chromebook 511 without Touchscreen (newest rev) 567 - description: Google Mrbland with AUO panel (newest rev) [all …]
|
/openbmc/linux/include/linux/ |
H A D | llist.h | 38 * The order of deleted entries is from the newest to the oldest added 39 * one. If you want to traverse from the oldest to the newest, you 112 * traverse order is from the newest to the oldest added entry. If 113 * you want to traverse from the oldest to the newest, you must 131 * traverse order is from the newest to the oldest added entry. If 132 * you want to traverse from the oldest to the newest, you must 149 * traverse order is from the newest to the oldest added entry. If 150 * you want to traverse from the oldest to the newest, you must 171 * traverse order is from the newest to the oldest added entry. If 172 * you want to traverse from the oldest to the newest, you must [all …]
|
H A D | kmsg_dump.h | 35 * @next_seq: Points after the newest message to dump
|
/openbmc/linux/security/apparmor/include/ |
H A D | cred.h | 56 * aa_get_newest_cred_label - obtain the newest label on a cred 59 * Returns: newest version of confining label 80 * aa_get_current_label - get the newest version of the current tasks label 82 * Returns: newest version of confining label (NOT NULL)
|
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_rf_al2230.c | 103 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw() 106 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw() 109 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw() 118 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw() 212 { ZD_CR17, 0x2B }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw() 217 { ZD_CR35, 0x3e }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw() 219 { ZD_CR46, 0x99 }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw() 235 { ZD_CR106, 0x24 }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw() 241 { ZD_CR115, 0x26 }, /* 24->26 at 4902 for newest(3rd cut) in zd1211b_al2230_init_hw()
|
H A D | zd_rf_al7230b.c | 110 /* for newest (3rd cut) AL2300 */ in zd1211_al7230b_init_hw() 113 /* for newest (3rd cut) AL2300 */ in zd1211_al7230b_init_hw() 116 /* for newest (3rd cut) AL2300 */ in zd1211_al7230b_init_hw() 133 /* for newest (3rd cut) AL2300 */ in zd1211_al7230b_init_hw() 201 { ZD_CR17, 0x2B }, /* for newest (3rd cut) AL2230 */ in zd1211b_al7230b_init_hw() 207 { ZD_CR35, 0x3e }, /* for newest (3rd cut) AL2230 */ in zd1211b_al7230b_init_hw() 209 { ZD_CR46, 0x99 }, /* for newest (3rd cut) AL2230 */ in zd1211b_al7230b_init_hw()
|
/openbmc/qemu/docs/system/ |
H A D | cpu-models-mips.rst.inc | 13 compatibility is required, use the newest CPU model that is compatible 45 compatibility is required, use the newest CPU model that is compatible 89 compatibility is required, use the newest CPU model that is compatible
|
/openbmc/u-boot/fs/btrfs/ |
H A D | super.c | 27 int i, newest = -1; in btrfs_check_super_roots() local 37 newest = i; in btrfs_check_super_roots() 42 } else if (newest >= 0) { in btrfs_check_super_roots()
|
/openbmc/linux/include/linux/ceph/ |
H A D | mon_client.h | 66 u64 newest; member 141 u64 *newest);
|
/openbmc/openbmc-test-automation/lib/ |
H A D | os_utils_install.robot | 21 # them to get information on the newest versions of packages and 41 # them to get information on the newest versions of packages and
|
/openbmc/linux/Documentation/arch/arm/google/ |
H A D | chromebook-boot-flow.rst | 63 supporting the newest revision(s) of a board omits the "-rev{REV}" 66 newest device tree we know about.
|
/openbmc/qemu/python/ |
H A D | Makefile | 17 @echo " These tests use the newest dependencies." 25 @echo " These tests use the newest dependencies."
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-read.rst | 58 single or multiple buffers and discarding the oldest or newest frames 75 A driver discarding the newest frames stops capturing until the next
|
/openbmc/linux/security/apparmor/ |
H A D | policy.c | 998 /* Update to newest version of parent after previous replacements 999 * Returns: unrefcount newest version of parent 1003 struct aa_profile *parent, *newest; in update_to_newest_parent() local 1007 newest = aa_get_newest_profile(parent); in update_to_newest_parent() 1010 if (newest != parent) { in update_to_newest_parent() 1012 rcu_assign_pointer(new->parent, newest); in update_to_newest_parent() 1014 aa_put_profile(newest); in update_to_newest_parent() 1016 return newest; in update_to_newest_parent()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | reproducible.py | 55 # This will be the newest file from the distribution tarball, if any. 148 bb.debug(1, "Newest file found: %s" % newest_file)
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/ |
H A D | Average.interface.yaml | 30 always be ordered from newest to oldest.
|
H A D | Maximum.interface.yaml | 30 always be ordered from newest to oldest.
|
/openbmc/qemu/ |
H A D | pythondeps.toml | 14 # to the newest version available on PyPI.
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/ |
H A D | phosphor-psu-software-manager_git.bb | 46 ## the newest version string
|
/openbmc/linux/Documentation/driver-api/firmware/ |
H A D | firmware-usage-guidelines.rst | 23 overwritten with the newest compatible major version. Newer major
|
/openbmc/linux/Documentation/arch/arm/samsung/ |
H A D | overview.rst | 9 ARM9 through to the newest ARM cores. This document shows an overview of
|
/openbmc/linux/include/uapi/linux/ |
H A D | tty.h | 43 /* Always the newest line discipline + 1 */
|
/openbmc/openbmc/poky/meta/recipes-support/libpcre/ |
H A D | libpcre2_10.44.bb | 2 newest version is PCRE2, which is a re-working of the original PCRE \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0025-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch | 6 Enable the newest features: nvmxip, fwu-metadata and
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | 0001-configure-Check-for-function-from-respective-library.patch | 50 # Test for the newest function here to make sure it's up to date.
|