Home
last modified time | relevance | path

Searched refs:a (Results 7276 – 7300 of 22310) sorted by relevance

1...<<291292293294295296297298299300>>...893

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCondor-1.113 2. Any user documentation included with a redistribution must include the following notice:
18 4. The name Condor® is a registered trademark of the University of Wisconsin-Madison. The trademark…
20a non-exclusive, worldwide, royalty- free perpetual license under such patent claims, with the rig…
26 …or software incorporating the Condor Software or documentation, may require a license under U.S. E…
28 …ime to time. Each version will be given a distinguishing version number. Once Software has been pu…
/openbmc/linux/Documentation/networking/
H A Doperstates.rst18 a site's networking policy and configuration, an 802.1X authentication
25 a RFC2863 compatible state that is derived from these flags, a policy,
65 just a numerical placeholder.
81 Interface is L1 up, but waiting for an external event, f.e. for a
132 Whenever the driver CHANGES one of these flags, a workqueue event is
163 So basically a 802.1X supplicant interacts with the kernel like this:
179 IFLA_OPERSTATE to a sane value.
183 considering the interface / querying a DHCP address.
/openbmc/linux/arch/sparc/kernel/
H A Dvio.c208 u64 a; in vio_cfg_handle() local
210 mdesc_for_each_arc(a, hp, node, MDESC_ARC_TYPE_BACK) { in vio_cfg_handle()
213 target = mdesc_arc_target(hp, a); in vio_cfg_handle()
253 u64 a; in vio_fill_channel_info() local
258 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_FWD) { in vio_fill_channel_info()
263 target = mdesc_arc_target(hp, a); in vio_fill_channel_info()
473 u64 a; in vio_add_ds() local
476 mdesc_for_each_arc(a, hp, node, MDESC_ARC_TYPE_BACK) { in vio_add_ds()
477 u64 target = mdesc_arc_target(hp, a); in vio_add_ds()
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/
H A DHoth.interface.yaml7 Send a host command to Hoth and return the response. This will block
29 Send a host command to Hoth and return the response. This will block
51 Send a host command to Hoth and immediately return without waiting for
53 until retrieving the response, or wait for a ResponseReady signal.
230 Get time spending in the self update routine. Since a proper self
231 update involves a reset, this time is always expected to be low.
243 Get time spending in mirroing the self-update. This time is a
270 This signal is broadcast when a response is ready for the call that
281 The status of a firmware update through hothd
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/
H A D0001-aspeed-Disable-unnecessary-features.patch21 diff --git a/arch/arm/include/asm/arch-aspeed/regs-lpc.h b/arch/arm/include/asm/arch-aspeed/regs-lp…
56 diff --git a/arch/arm/include/asm/arch-aspeed/regs-scu.h b/arch/arm/include/asm/arch-aspeed/regs-sc…
58 --- a/arch/arm/include/asm/arch-aspeed/regs-scu.h
96 diff --git a/arch/arm/include/asm/arch-aspeed/regs-sdmc.h b/arch/arm/include/asm/arch-aspeed/regs-s…
98 --- a/arch/arm/include/asm/arch-aspeed/regs-sdmc.h
134 diff --git a/board/aspeed/ast-g4/ast-g4.c b/board/aspeed/ast-g4/ast-g4.c
136 --- a/board/aspeed/ast-g4/ast-g4.c
204 diff --git a/board/aspeed/ast-g5/ast-g5.c b/board/aspeed/ast-g5/ast-g5.c
206 --- a/board/aspeed/ast-g5/ast-g5.c
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c1118 const struct v4l2_framebuffer *a) in vidioc_s_fbuf() argument
1133 (a->flags & V4L2_FBUF_FLAG_CHROMAKEY)) in vidioc_s_fbuf()
1190 struct v4l2_framebuffer *a) in vidioc_g_fbuf() argument
1211 a->fmt.field = V4L2_FIELD_NONE; in vidioc_g_fbuf()
1214 a->fmt.height = vout->fbuf.fmt.height; in vidioc_g_fbuf()
1215 a->fmt.width = vout->fbuf.fmt.width; in vidioc_g_fbuf()
1217 a->fmt.sizeimage = a->fmt.height * a->fmt.bytesperline; in vidioc_g_fbuf()
1218 a->base = vout->fbuf.base; in vidioc_g_fbuf()
1220 a->flags = vout->fbuf.flags; in vidioc_g_fbuf()
1221 a->capability = vout->fbuf.capability; in vidioc_g_fbuf()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py987 def dict_diff(a, b, ignored_vars=set()): argument
988 sa = set(a.keys())
999 def file_checksums_diff(a, b): argument
1003 a = [(f[0], f[1]) for f in a]
1007 removedcount = Counter(a)
1010 addedcount.subtract(a)
1018 for x in a:
1130 a = a_data['runtaskhashes']
1138 if b[dep] == a[bdep]:
1148 if b[adep] == a[dep]:
[all …]
/openbmc/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst15 For a full description of SD-FEC core features, see the `SD-FEC Product Guide (PG256) <https://www.…
27 - Only allows a single open file handler to any instance of the driver at any time
69 The driver provides a platform device where the ``probe`` and ``remove``
78 …- open: Implements restriction that only a single file descriptor can be open per SD-FEC instance …
80 - poll: Provides a method to monitor for SD-FEC Error events
122 Note: When monitoring for interrupts if a critical error is detected where a reset is required, the…
205 …- ``POLLPRI`` indicates a critical error and the user should use :c:macro:`XSDFEC_GET_STATUS` and …
206 …- ``POLLRDNORM`` indicates a non-critical error has occurred and the user should use :c:macro:`XS…
211 …- For a critical error the ``state`` of :c:type:`xsdfec_status <xsdfec_status>` will indicate a Re…
214 If a critical error is detected where a reset is required. The application is required to call the …
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dupdate-alternatives.bbclass12 # To use this class a number of variables should be defined:
14 # List all of the alternatives needed by a package:
32 # This is useful in a multicall binary case
35 # A non-default link to create for a target
41 # A package specific link for a target
44 # This is useful when a recipe provides multiple alternatives for the
61 # The non-default priority for a specific target
64 # The package priority for a specific target
70 # modified flag values. So we aggregate the flags into a new variable
172 # because of a race with update-rc.d
[all …]
/openbmc/linux/sound/soc/tegra/
H A DKconfig63 Config to enable Audio Hub (AHUB) module, which comprises of a
74 The DMIC controller implements a converter to convert PDM signals
75 to Pulse Code Modulation (PCM) signals. This can be viewed as a
102 one frequency to another. It can handle over a wide range of
115 signal flow perspective DSPK can be viewed as a PDM transmitter
136 provides gain or attenuation to a digital signal path. It can be
176 5 output each of which can be a mix of any combination of 10
185 audio graph driver. It is a thin driver written to customize
211 tristate "SoC Audio support for Tegra boards using a WM8753 codec"
220 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
[all …]
/openbmc/linux/drivers/firmware/efi/
H A DKconfig16 Say Y here to enable use efivars as a backend to pstore. This
21 bool "Disable using efivars as a pstore backend by default"
25 Saying Y here will disable the use of efivars as a storage
41 arrange for the kernel to reserve it as a "Soft Reserved"
100 line parameter, allowing a device tree blob to be loaded into
114 This module installs a reboot hook, such that if reboot() is
115 invoked with a string argument NNN, "NNN" is copied to the
174 If unsure, say Y if you have a Mac. Otherwise N.
194 Table version 2 on Dell EMC PowerEdge systems as a binary
212 leaves a window between where a hostile device could still cause
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc-package.inc39 FILES:${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/*.o"
42 …${libdir}/libpthread.a ${libdir}/libdl.a ${libdir}/libutil.a ${libdir}/libanl.a ${libdir}/*_nonsha…
44 FILES:${PN}-staticdev += "${libdir}/*.a ${base_libdir}/*.a"
113 # available in the ABI-mandated location, then a symlink must
116 if [ -n "${ARCH_DYNAMIC_LOADER}" -a ! -e "${D}${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}" ]; then
181 cp -a ${D}${bindir}/localedef $dest${bindir}
184 cp -a ${D}${libdir}/gconv $dest${libdir}
187 cp -a ${D}${datadir}/i18n $dest${datadir}
190 # Make a copy of all the libraries into the locale stash
/openbmc/qemu/scripts/coccinelle/
H A Doverflow_muldiv64.cocci5 { uint64_t, int64_t, long, unsigned long } a, b;
10 muldiv64(a,b,c)@p
/openbmc/linux/drivers/media/usb/airspy/
H A DKconfig7 This is a video4linux2 driver for AirSpy SDR device.
9 To compile this driver as a module, choose M here: the
/openbmc/linux/drivers/media/usb/hackrf/
H A DKconfig7 This is a video4linux2 driver for HackRF SDR device.
9 To compile this driver as a module, choose M here: the
/openbmc/linux/Documentation/core-api/wrappers/
H A Datomic_t.rst2 This is a simple wrapper to bring atomic_t.txt into the RST world
3 until such a time as that file can be converted directly.
H A Datomic_bitops.rst2 This is a simple wrapper to bring atomic_bitops.txt into the RST world
3 until such a time as that file can be converted directly.
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.h70 #define IS_RESTORE_INHIBIT(a) \ argument
71 IS_MASKED_BITS_ENABLED(a, CTX_CTRL_ENGINE_CTX_RESTORE_INHIBIT)
/openbmc/linux/arch/parisc/lib/
H A Ducmpdi2.c13 word_type __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2() argument
15 union ull_union au = {.ull = a}; in __ucmpdi2()
/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/gitrepotest/
H A D0001-testpatch.patch3 diff --git a/Makefile.am b/Makefile.am
5 --- a/Makefile.am
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml197 Specify 255 to omit a given channel for the purpose of mapping a non-
234 Note the trackpad cannot report granular coordinates during a
312 Note that although multiple events can be mapped to a single
418 lies in a state of touch or proximity.
457 other participating channel lies in a proximity or touch state.
573 Represents a proximity or touch event reported by the channel.
625 or a switch (5).
637 description: Represents a slider comprising three or four channels.
706 cannot report granular coordinates during a state of proximity.
712 ABS_WHEEL to operate the slider as a wheel (IQS7222C only).
[all …]
/openbmc/linux/scripts/
H A Dunifdef.c750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt() argument
751 return op_strict(p, a < b, at, bt); in op_lt()
753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt() argument
754 return op_strict(p, a > b, at, bt); in op_gt()
756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le() argument
757 return op_strict(p, a <= b, at, bt); in op_le()
760 return op_strict(p, a >= b, at, bt); in op_ge()
763 return op_strict(p, a == b, at, bt); in op_eq()
766 return op_strict(p, a != b, at, bt); in op_ne()
771 return op_strict(p, a || b, at, bt); in op_or()
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst44 - A PF/VF with NIX-LF & NPA-LF resources works as a pure network device
45 - A PF/VF with CPT-LF resource works as a pure crypto offload device.
70 PF/VFs communicates with AF via a shared memory region (mailbox). Upon
85 - Map a physical link to a RVU PF to which a netdev is registered.
104 This RVU PF handles IO, is mapped to a physical ethernet link and this
105 driver registers a netdev. This supports SR-IOV. As said above this driver
106 communicates with AF with a mailbox. To retrieve information from physical
151 5. RQ may be selected by RSS or by configuring MCAM rule with a RQ number.
157 1. Driver prepares a send descriptor and submits to SQ for transmission.
158 2. The SQ is already configured (by AF) to transmit on a specific link/channel.
[all …]
/openbmc/linux/drivers/xen/
H A DKconfig54 int "Hotplugged memory limit (in GiB) for a PV guest"
59 Maximum amount of memory (in GiB) that a PV guest can be
63 started with a larger maximum.
87 The evtchn driver allows a userspace process to trigger event
104 The xen filesystem provides a way for domains to share
119 a xen platform.
152 use and grant references coming from a foreign domain can be
153 converted into a local dma-buf for local export.
238 sends a small set of POSIX calls to the backend, which
276 Using the irqfd mechanism a virtio backend running in a daemon can
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c34 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
41 .bits = { g, b, r, a }, \
53 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
60 .bits = { g, b, r, a }, \
73 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
80 .bits = { g, b, r, a }, \
98 .bits = { g, b, r, a }, \
117 .bits = { g, b, r, a }, \
135 .bits = { g, b, r, a }, \
154 .bits = { g, b, r, a }, \
[all …]

1...<<291292293294295296297298299300>>...893