Home
last modified time | relevance | path

Searched refs:a (Results 14226 – 14250 of 22320) sorted by relevance

1...<<561562563564565566567568569570>>...893

/openbmc/linux/arch/sparc/kernel/
H A Dfpu_traps.S21 ba,a,pt %xcc, rtrap
27 be,a,pt %icc, 1f
104 ba,a,pt %xcc, fpdis_exit
148 ba,a,pt %xcc, fpdis_exit
201 ba,a,pt %xcc, rtrap
/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci15 // You should have received a copy of the GNU General Public License
37 // serve a purpose. (like nbd_iter_channel_error()).
168 // don't know a proper way to inherit a function, not just its name
174 // The common case is a single definition of local_err with at most one
/openbmc/u-boot/doc/
H A DREADME.drivers.eth14 own ethernet device driver. Here we will describe a new pseudo 'APE' driver.
35 Any such information that is specific to an interface should be stored in a
140 function can be called multiple times in a row.
192 fairly trivial and makes debugging mii issues a lot easier at runtime.
195 a call to mdio_alloc() and mdio_register() like so:
/openbmc/u-boot/arch/arm/dts/
H A Dsun9i-a80-cx-a99.dts8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
24 * obtaining a copy of this software and associated documentation
131 enable-gpio = <&r_pio 0 2 /* flags n/a */ 0>; /* PL2 */
173 /* Ampak AP6335 IEEE 802.11 a/b/g/n/ac Wifi. */
/openbmc/linux/Documentation/userspace-api/
H A Diommu.rst10 usage, the IOMMU is a system device which does not need to communicate
55 be introduced whenever a change affects the structure using either
75 2. An older user with older kernel header (smaller UAPI size) running on a
84 While launching a guest with vIOMMU, it is strongly advised to check
197 For UAPIs that are shared with in-kernel users, a wrapper function is
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst43 a. Filter out the debug layer/level matched logs when control methods
74 Full path of a control method that can be found in the ACPI namespace.
75 It needn't be an entry of a control method evaluation.
81 the "trace points" the AML interpreter starts/stops to execute a control
109 a. Filter out the method start/stop "AML tracer" logs when control
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Detalab-2.0101 La présente licence a été conçue pour être compatible avec toute licence libre
122 par une administration mentionnée au premier alinéa de l’article L.300-2 du
128 celles pour lesquelles elle a été produite ou reçue.
152 La présente licence a vocation à être utilisée par les administrations pour la
171 établissements publics. Elle a réalisé la Licence Ouverte pour faciliter la
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md5 A Network Manager is a daemon which handles network management operations. It
32 If the object is a physical interface, it can't be deleted, but if it is a
231 NOTE: MAC address should be a local admin MAC (2nd bit of first byte should be
314 NOTE: It takes 4-5 seconds to create the VLAN and configure the IP. If a VLAN
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch13 diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c
15 --- a/tools/testing/selftests/vm/userfaultfd.c
90 + pointer if the front one has wrapped. Returns a 31-bit random number. */
141 + Otherwise, initializes state[] based on the given "seed" via a linear
144 + information a given number of times to get rid of any initial dependencies
/openbmc/linux/kernel/locking/
H A Dtest-ww_mutex.c20 #define ww_acquire_init_noinject(a, b) do { \ argument
21 ww_acquire_init((a), (b)); \
22 (a)->deadlock_inject_countdown = ~0U; \
25 #define ww_acquire_init_noinject(a, b) ww_acquire_init((a), (b)) argument
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max8997.yaml13 The Maxim MAX8997 is a Power Management IC which includes voltage and current
42 specify at least one voltage level (which would be a safe operating
54 specify at least one voltage level (which would be a safe operating
66 specify at least one voltage level (which would be a safe operating
209 Battery Charging Current Monitor Output. This is a fixed voltage type
/openbmc/linux/drivers/input/rmi4/
H A Drmi_f54.c489 struct v4l2_streamparm *a) in rmi_f54_vidioc_g_parm() argument
491 if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) in rmi_f54_vidioc_g_parm()
494 a->parm.capture.readbuffers = 1; in rmi_f54_vidioc_g_parm()
495 a->parm.capture.timeperframe.numerator = 1; in rmi_f54_vidioc_g_parm()
496 a->parm.capture.timeperframe.denominator = 10; in rmi_f54_vidioc_g_parm()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c442 #define ASTXQ(a) \ argument
443 data[i++] = STXBASE.a[IEEE80211_AC_BE]; \
444 data[i++] = STXBASE.a[IEEE80211_AC_BK]; \
445 data[i++] = STXBASE.a[IEEE80211_AC_VI]; \
446 data[i++] = STXBASE.a[IEEE80211_AC_VO]
/openbmc/linux/tools/memory-model/
H A Dlinux-kernel.cat43 * smp_mb__after_unlock_lock() fence only affects a single lock handover.
44 * However, in a longer sequence of lock handovers, the implicit
106 (* Propagation: Each non-rf link needs a strong fence. *)
138 * critical sections (joined by rcu-link) induces order like a generalized
166 * a single constraint on an "executes-before" relation, xb:
/openbmc/linux/Documentation/core-api/
H A Dkernel-api.rst366 instances may be used to manage for example a 96 MHz signal that is used
376 called a *retention mode*. This mode still incurs leakage currents,
382 which clock domains are active: while a "standby" state may allow wakeup
383 from several active domains, a "mem" (suspend-to-RAM) state may require
384 a more wholesale shutdown of clocks derived from higher speed PLLs and
/openbmc/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty11 % This is not implemented as a LaTeX style file, but as a file containing
14 % this file with a LaTeX main file.
215 %% Put a note on missing CJK fonts or the xecjk package in place of
217 \begin{sphinxadmonition}{note}{Note on missing fonts and a package:}
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c95 dg[1] = be64_to_cpu(dst.a); in ghash_do_update()
180 u64 carry = be64_to_cpu(k->a) & BIT(63) ? 1 : 0; in ghash_reflect()
183 h[1] = (be64_to_cpu(k->a) << 1) | (be64_to_cpu(k->b) >> 63); in ghash_reflect()
347 lengths.a = cpu_to_be64(assoclen * 8); in gcm_encrypt()
413 lengths.a = cpu_to_be64(assoclen * 8); in gcm_decrypt()
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm283x.dtsi73 /* This could be a reference to BCM2835_CLOCK_TIMER,
112 * Each bank has a GPIO interrupt for itself.
118 * So, a bank0 interrupt shows up on 17, 20, and
119 * a bank1 interrupt shows up on 18, 19, 20!
135 * groups only make sense to switch to a
/openbmc/linux/arch/arm/boot/dts/axis/
H A Dartpec6.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
22 * obtaining a copy of this software and associated documentation
291 compatible = "snps,dwmac-4.10a", "snps,dwmac";
312 * a burst length of any value less than the
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam57xx-idk-common.dtsi115 type = "a";
273 /* NOTE: on rev 1.3a, data supply */
291 /* R1.3a 572x V1_8PHY_LDO3: USB, SATA */
300 /* R1.3a 572x V1_8PHY_LDO4: PCIE, HDMI*/
540 * for a valid file to boot and the flash here is
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-falcon.c51 #define MFP_FALCON(a, f0, f1, f2, f3) \ argument
53 .name = #a, \
54 .pin = a, \
63 #define GRP_MUX(a, m, p) \ argument
65 .name = a, \
/openbmc/linux/net/sctp/
H A Ddiag.c35 struct sctp_sockaddr_entry, list)->a; in inet_diag_msg_sctpasoc_fill()
85 memcpy(info, &laddr->a, sizeof(laddr->a)); in inet_diag_msg_sctpladdrs_fill()
86 memset(info + sizeof(laddr->a), 0, addrlen - sizeof(laddr->a)); in inet_diag_msg_sctpladdrs_fill()
/openbmc/linux/arch/arm/boot/dts/xilinx/
H A Dzynq-7000.dtsi103 compatible = "xlnx,zynq-xadc-1.00.a";
291 compatible = "arasan,sdhci-8.9a";
301 compatible = "arasan,sdhci-8.9a";
409 compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
419 compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini-dlink-dir-685.dts121 * This is a Sunon Maglev GM0502PFV2-8 cooling fan @10000 RPM.
169 * The touchpad input is connected to a GPIO bit-banged
189 /* This is a RealTek RTL8366RB switch and PHY using SMI over GPIO */
464 * This drive may have a temperature sensor with a
/openbmc/linux/arch/arm/mach-omap2/
H A Dclockdomain.c435 struct clkdm_autodep *a = NULL; in clkdm_register_autodeps() local
447 for (a = autodeps; a->clkdm.ptr; a++) in clkdm_register_autodeps()
448 _autodep_lookup(a); in clkdm_register_autodeps()

1...<<561562563564565566567568569570>>...893