/openbmc/qemu/hw/nvram/ |
H A D | xlnx-efuse.c | 114 static int efuse_ro_bits_cmp(const void *a, const void *b) in efuse_ro_bits_cmp() argument 116 uint32_t i = *(const uint32_t *)a; in efuse_ro_bits_cmp()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | JasPer-2.0 | 9 Permission is hereby granted, free of charge, to any person (the "User") obtaining a copy of this s… 13 2. The name of a copyright holder shall not be used to endorse or promote products derived from the…
|
/openbmc/linux/Documentation/networking/device_drivers/appletalk/ |
H A D | cops.rst | 17 LT-200 cards work in a somewhat more limited capacity than the 31 mode if you built a driver with dual support use board_type=1 or
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ktlb.S | 161 ba,a,pt %xcc, kvmap_linear_early 199 ba,a,pt %xcc, kvmap_dtlb_load
|
H A D | pci_sun4v_asm.S | 73 brnz,a,pn %o1, 1f 93 brnz,a,pn %o1, 1f
|
/openbmc/linux/drivers/soc/apple/ |
H A D | rtkit-crashlog.c | 8 #define FOURCC(a, b, c, d) \ argument 9 (((u32)(a) << 24) | ((u32)(b) << 16) | ((u32)(c) << 8) | ((u32)(d)))
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | es-Asturias | 28 [Canal 27: Boing, Energy, Mega, 13 TV, Onda Cero, Europa FM, Melodía FM, Cope] 64 [Canal 35: Proximamente, Discovery Max, Disney Channel, Paramount Channel, Cope, Radio María, Radio…
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-lenovo | 31 a left or right mouse button click. 47 Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse …
|
/openbmc/u-boot/doc/ |
H A D | README.kwbimage | 20 -T kwbimage -a <start address> -e <execution address> \ 25 -T kwbimage -a 0x00600000 -e 0x00600000 \
|
/openbmc/linux/sound/pci/au88x0/ |
H A D | au88x0.h | 255 unsigned char mix, int a); 267 static void vortex_Vort3D_InitializeSource(a3dsrc_t *a, int en, vortex_t *v);
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 066.out | 37 === Writing to a snapshotted preallocated zero cluster === 52 === Consecutive write to a preallocated zero cluster ===
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
H A D | libx86-mmap-offset.patch | 40 - *((char *)0) = 0x4f; /* Make sure that we end up jumping back to a 42 + *mmap_addr = 0x4f; /* Make sure that we end up jumping back to a
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/ |
H A D | tslib_1.23.bb | 3 events, as well as a filter stack for the manipulation of those events. \ 4 Tslib is generally used on embedded devices to provide a common user \
|
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/ |
H A D | SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch | 44 -# Custom path validator, creates directory when a specified option is set. 45 -# To be used to ensure a PREFIX directory is only created when installing.
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_blend.c | 431 static int drm_atomic_state_zpos_cmp(const void *a, const void *b) in drm_atomic_state_zpos_cmp() argument 433 const struct drm_plane_state *sa = *(struct drm_plane_state **)a; in drm_atomic_state_zpos_cmp()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0011-aarch64-Fix-include-paths-when-S-B.patch | 30 diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h 32 --- a/gcc/config/aarch64/aarch64.h
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | cpuid.rst | 9 A guest running on a kvm host, can check some of its features using 12 a guest.
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_clock.c | 20 static inline u64 mul_u64_u64_shr64(u64 a, u64 b) in mul_u64_u64_shr64() argument 30 a0.ll = a; in mul_u64_u64_shr64()
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom_interval_tree.c | 86 static int interval_cmp(void *priv, const struct list_head *a, in interval_cmp() argument 91 node_a = list_entry(a, struct usnic_uiom_interval_node, link); in interval_cmp()
|
/openbmc/linux/drivers/vfio/ |
H A D | Kconfig | 11 VFIO provides a framework for secure userspace device drivers. 71 infrastructure in a non-secure mode. Use of this mode will result
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | nouveau_thermal.rst | 26 Temperature is exposed under as a read-only HWMON attribute temp1_input. 58 Not all cards have a drivable fan. If you do, then the following HWMON
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/ |
H A D | 0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch | 52 diff --git a/crypto/internal.h b/crypto/internal.h 54 --- a/crypto/internal.h
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | do_div.cocci | 2 /// do_div() does a 64-by-32 division. 62 msg="WARNING: do_div() does a 64-by-32 division, please consider using %s instead."
|
/openbmc/u-boot/include/ |
H A D | common.h | 541 #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1)) argument
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-flash_git.bb | 2 DESCRIPTION = "This package handles a series of OEM IPMI commands that implement the firmware updat… 16 # If using static-layout, reboot-update is a good option to handle updating.
|