Home
last modified time | relevance | path

Searched refs:a (Results 16126 – 16150 of 22310) sorted by relevance

1...<<641642643644645646647648649650>>...893

/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/
H A Dphosphor-led-sysfs_git.bb2 DESCRIPTION = "Daemon to trigger actions on a physical LED"
/openbmc/libcper/include/libcper/
H A Dcper-utils.h46 int guid_equal(EFI_GUID *a, EFI_GUID *b);
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/
H A Dwatchdog-config.bb2 DESCRIPTION = "Watchdog is a daemon that checks if your system is still \
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/
H A Dfvp-base.conf7 require conf/machine/include/arm/arch-armv8-4a.inc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/
H A D0001-include-missing-pty.h-header-for-openpty.patch21 --- a/main.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libass/
H A Dlibass_0.17.2.bb1 DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Su…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-h5py_3.11.0.bb1 SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python."
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/folks/
H A Dfolks_0.15.9.bb1 SUMMARY = "Folks is a contact aggregation library."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/
H A Dnmon_16m.bb12 file://0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch \
/openbmc/openbmc/poky/meta/recipes-connectivity/iw/
H A Diw_6.9.bb2 DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
/openbmc/qemu/rust/hw/char/pl011/
H A DREADME.md3 This library implements a device model for the PrimeCell® UART (PL011)
/openbmc/openbmc/poky/meta/recipes-support/boost/
H A Dboost-1.86.0.inc5 # thousands of programmers across a broad spectrum of applications.
/openbmc/linux/drivers/i3c/master/
H A Di3c-master-cdns.c220 #define CMD0_FIFO_DEV_ADDR(a) ((a) << 1) argument
225 #define CMD1_FIFO_CSRADDR(a) (a) argument
232 #define IMD_CMD0_DEV_ADDR(a) ((a) << 1) argument
290 #define DEV_ID_RR0_SET_DEV_ADDR(a) (((a) & GENMASK(6, 0)) | \ argument
291 (((a) & GENMASK(9, 7)) << 6))
315 #define SIR_MAP_DEV_DA(a) ((a) << 1) argument
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.2.rst49 - devtool/upgrade: correctly handle recipes where S is a subdir of upstream tree
63 - gnomebase.bbclass: return the whole version for tarball directory if it is a number
129 - pango: replace a recipe fix with an upstream submitted patch
143 - rust: submit a rewritten version of crossbeam_atomic.patch upstream
146 - selftest: add a copy of previous mtd-utils version to meta-selftest
/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c124 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx; member
128 u64 e = x->a - rot(x->b, 7); in ranval()
129 x->a = x->b ^ rot(x->c, 13); in ranval()
132 x->d = e + x->a; in ranval()
139 x->a = seed[0]; in raninit()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-gw553x.dtsi6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
19 * You should have received a copy of the GNU General Public
27 * obtaining a copy of this software and associated documentation
322 imu@6a {
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.c465 static bool vg_are_clock_states_equal(struct dc_clocks *a, in vg_are_clock_states_equal() argument
468 if (a->dispclk_khz != b->dispclk_khz) in vg_are_clock_states_equal()
470 else if (a->dppclk_khz != b->dppclk_khz) in vg_are_clock_states_equal()
472 else if (a->dcfclk_khz != b->dcfclk_khz) in vg_are_clock_states_equal()
474 else if (a->dcfclk_deep_sleep_khz != b->dcfclk_deep_sleep_khz) in vg_are_clock_states_equal()
/openbmc/qemu/tests/qapi-schema/
H A Dmeson.build240 # Test the document-comment document generation code by running a test schema
242 # a golden reference. This is in theory susceptible to failures if Sphinx
244 # (no changes between Sphinx 1.6 and 3.0), so it is a better bet than
272 # a custom_target(), as Meson will unhelpfully replace it with a '/'
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c528 static bool rn_are_clock_states_equal(struct dc_clocks *a, in rn_are_clock_states_equal() argument
531 if (a->dispclk_khz != b->dispclk_khz) in rn_are_clock_states_equal()
533 else if (a->dppclk_khz != b->dppclk_khz) in rn_are_clock_states_equal()
535 else if (a->dcfclk_khz != b->dcfclk_khz) in rn_are_clock_states_equal()
537 else if (a->dcfclk_deep_sleep_khz != b->dcfclk_deep_sleep_khz) in rn_are_clock_states_equal()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c858 struct xen_hvm_param a; in xen_set_callback_via() local
861 a.domid = DOMID_SELF; in xen_set_callback_via()
862 a.index = HVM_PARAM_CALLBACK_IRQ; in xen_set_callback_via()
863 a.value = via; in xen_set_callback_via()
865 ret = HYPERVISOR_hvm_op(HVMOP_set_param, &a); in xen_set_callback_via()
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst49 Such a configuration can be produced by user requests:
131 2. If smaller - iterate until a larger one is obtained. Result: sensor cropped
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S13 li r3,1 # assume a bad result
113 # On starting will (atomically) decrement threads_starting as a signal that
/openbmc/linux/Documentation/leds/
H A Dleds-lp5523.rst18 a) Define the 'name' in the platform data
67 LP5523 has three master faders. If a channel is mapped to one of
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_syncmap.c135 static inline bool seqno_later(u32 a, u32 b) in seqno_later() argument
137 return (s32)(a - b) >= 0; in seqno_later()
/openbmc/linux/arch/powerpc/boot/dts/
H A Diss4xx-mpic.dts125 /* Wish there was a nicer way of specifying a full 32-bit

1...<<641642643644645646647648649650>>...893