Home
last modified time | relevance | path

Searched refs:a (Results 20301 – 20325 of 22310) sorted by relevance

1...<<811812813814815816817818819820>>...893

/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini.dtsi330 * This PCI host bridge variant has a cascaded interrupt
451 * some reason have a system using USB1 at 96000000 but
/openbmc/linux/arch/arm64/
H A DKconfig.platforms67 Say Y if you intend to run the kernel on a Broadcom Broadband ARM-based
118 The SparX-5 Ethernet switch family provides a rich set of
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-tyan-s7106.dts138 /* We enable the VUART here, but leave it in a state that does
427 * triggers the clock on a D flip-flop. The /Q output of the
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xc-lxa-tac.dtsi54 * E.g. only one of the LEDs can be illuminated at a time while
56 * This should likely be implemented using a multi color LED
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-lg-common.dtsi148 * is always-on; model it as a fixed regulator.
171 qcom,pmic-id = "a";
/openbmc/linux/drivers/hwmon/
H A Dxgene-hwmon.c41 #define SENSOR_RD_EN_ADDR(a) ((a) & 0x000FFFFF) argument
/openbmc/linux/drivers/iio/dac/
H A Dad5758.c240 static int cmpfunc(const void *a, const void *b) in cmpfunc() argument
242 return *(int *)a - *(int *)b; in cmpfunc()
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-tamonten.dtsi401 * DataSheet, a typical value for this
425 * DataSheet, a typical value for this
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/
H A Dstrongswan_5.9.14.bb92 FILES:${PN}-staticdev += "${libdir}/ipsec/*.a"
132 …split_staticdev_packages = do_split_packages(d, libdir, r'libstrongswan-(.*)\.a', '${PN}-plugin-%s…
/openbmc/linux/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml157 # something like a nightly run should include this rule.
198 # Run pipeline by default if it was triggered by Marge Bot, is for a
/openbmc/openbmc-test-automation/gui/lib/
H A Dresource.robot2 Documentation This is a resource file of OpenBMC ASMI It contains the
43 [Documentation] Launch the OpenBMC GUI URL on a browser.
/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_bmc_code_update.robot2 Documentation Update the BMC code on a target BMC via Redifsh.
179 [Documentation] Delete a BMC image from the BMC flash chip.
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c662 const int *a = pa, *b = pb; in cmp_id() local
664 return *a - *b; in cmp_id()
/openbmc/qemu/tests/qemu-iotests/
H A D267.out114 === -blockdev with a filter on top ===
128 === -blockdev with a backing file ===
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-puma.dtsi400 * As Q7 does not specify neither a global nor a RX clock for I2S these
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DModalUser.vue311 pattern: helpers.regex('pattern', /^([a-zA-Z_][a-zA-Z0-9_]*)/),
/openbmc/linux/samples/bpf/
H A DMakefile55 LIBBPF = $(LIBBPF_OUTPUT)/libbpf.a
332 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/
H A Dpostfix_3.8.6.bb5 has a definite Sendmail-ish flavor, but the inside is completely different."
25 file://0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/
H A Dminifi-cpp_0.15.0.bb2 DESCRIPTION = "MiNiFi--a subproject of Apache NiFi--is a complementary \
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml29 # Common job fragment to get a worker ready
53 # Generalised fragment to do a Kas build
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/
H A Dinetutils_2.5.bb1 SUMMARY = "The GNU inetutils are a collection of common networking utilities and servers."
2 DESCRIPTION = "The GNU inetutils are a collection of common \
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.3.1.bb46 # (native versions can be built with newer glibc, but then relocated onto a system with older glibc)
65 chmod a+x ${WORKDIR}/perltest
/openbmc/linux/drivers/iio/
H A Dindustrialio-gts-helper.c163 static int iio_gts_gain_cmp(const void *a, const void *b) in iio_gts_gain_cmp() argument
165 return *(int *)a - *(int *)b; in iio_gts_gain_cmp()
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc2 * Post-process a vdso elf image for inclusion into qemu.
144 * PT_DYNAMIC, and PT_NOTE located in a writable data segment.
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c2476 static bool skl_ddb_entries_overlap(const struct skl_ddb_entry *a, in skl_ddb_entries_overlap() argument
2479 return a->start < b->end && b->start < a->end; in skl_ddb_entries_overlap()
2482 static void skl_ddb_entry_union(struct skl_ddb_entry *a, in skl_ddb_entry_union() argument
2485 if (a->end && b->end) { in skl_ddb_entry_union()
2486 a->start = min(a->start, b->start); in skl_ddb_entry_union()
2487 a->end = max(a->end, b->end); in skl_ddb_entry_union()
2489 a->start = b->start; in skl_ddb_entry_union()
2490 a->end = b->end; in skl_ddb_entry_union()

1...<<811812813814815816817818819820>>...893