Home
last modified time | relevance | path

Searched refs:a (Results 11501 – 11525 of 22321) sorted by relevance

1...<<461462463464465466467468469470>>...893

/openbmc/linux/Documentation/sound/cards/
H A Dsb-live-mixer.rst6 The EMU10K1 chips have a DSP part which can be programmed to support
19 (index 0) for a given card) allows to forward 48kHz, stereo, 16-bit
53 a chip containing an analog mixer, D/A and A/D converters
143 a digital loopback is activated.
159 digital inputs (usually used by a CDROM drive). The result samples are
165 digital inputs (usually used by a CDROM drive). The result samples are
171 digital inputs (usually used by a CDROM drive). The result samples are
349 Audio Effects Processor integrated on a single chip
350 with a multiport memory onto which multiple asynchronous
367 Method for conserving memory storage using a
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-timechart.txt6 perf-timechart - Tool to visualize total system behavior during a workload
22 'perf timechart' to turn a trace into a Scalable Vector Graphics file,
40 Select the input file (default: perf.data unless stdin is a fifo)
/openbmc/linux/Documentation/scsi/
H A Ddpti.rst13 implied warranties of merchantability and fitness for a particular purpose,
64 - Enabled hba reset from ioctls (allows a FW flash to reboot and use
73 - Add code that checks if a device that had been taken offline is
86 a command may take up to 6 minutes to complete after it has been sent
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dads7846.txt4 The node for this driver must be a child node of a SPI controller, hence
36 a function of Vcc and the capacitance
85 Example for a TSC2046 chip connected to an McSPI controller of an OMAP SoC::
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32h7-rcc.txt4 The RCC IP is both a reset and a clock controller.
28 - pll x node: Allow to register a pll with specific parameters.
135 property, containing a phandle to the reset device node and an index specifying
/openbmc/u-boot/arch/arc/lib/
H A D_millicodethunk.S8 #define CONCAT1(a, b) CONCAT2(a, b) argument
9 #define CONCAT2(a, b) a ## b argument
/openbmc/u-boot/arch/arm/dts/
H A Dsun6i-a31-i7.dts6 * 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
63 type = "a";
H A Dsun50i-h5-emlid-neutis-n5-devboard.dts6 * licensing only applies to this file, and not this project as a
9 * a) This library is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
63 type = "a";
/openbmc/u-boot/doc/
H A DREADME.ubispl16 The maximum number of logical eraseblocks which a static volume
20 The maximum physical erase block size. Either a compile time
25 The maximum physical erase block count. Either a compile time
55 which is usually not a problem to reserve in the RAM along with the
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun50i_h6.h312 #define CCM_MMC_CTRL_OCLK_DLY(a) ((void) (a), 0) argument
313 #define CCM_MMC_CTRL_SCLK_DLY(a) ((void) (a), 0) argument
/openbmc/linux/Documentation/hwmon/
H A Dlm63.rst39 Thanks go to Tyan and especially Alex Buckingham for setting up a remote
47 The LM63 is a digital temperature sensor with integrated fan monitoring
66 The fan speed is measured using a tachometer. Contrary to most chips which
67 store the value in an 8-bit register and have a selectable clock divider
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSMPPL11 …ely "the U.S. Government") hereby grants permission to any person obtaining a copy of the SMP sour…
15 …without modifications developed by you and/or by others, at no charge or at a charge that covers t…
21 …ncluding without limitation the warranties of merchantability and fitness for a particular purpose.
25 …xpressly indicated herein. Any attempts to do otherwise will be considered a violation of this Li…
/openbmc/linux/net/dccp/
H A Dackvec.c107 static inline u16 __ackvec_idx_add(const u16 a, const u16 b) in __ackvec_idx_add() argument
109 return (a + b) % DCCPAV_MAX_ACKVEC_LEN; in __ackvec_idx_add()
112 static inline u16 __ackvec_idx_sub(const u16 a, const u16 b) in __ackvec_idx_sub() argument
114 return __ackvec_idx_add(a, DCCPAV_MAX_ACKVEC_LEN - b); in __ackvec_idx_sub()
/openbmc/openbmc-test-automation/lib/pdu/
H A Dcyber.robot96 # 1- Start a Control Command
103 # Step1. Input a Single outlet or outlet list with outlet index #.
151 # Select 1- Start a Control Command
155 # Input a Single outlet or outlet list with outlet index #
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DPDR.interface.yaml39 to a PLDM state set.
59 Array of State Effecter PDRs, where a PDR is an array[byte].
90 to a PLDM state set. More information is found at
106 Array of State Sensor PDRs, where a PDR is an array[byte].
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dconfigure_in_cross.patch7 a few target paths, reworks a few tests to be more friendly for cross
15 diff --git a/src/configure.in b/src/configure.in
17 --- a/src/configure.in
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0001-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch43 diff --git a/configure.ac b/configure.ac
45 --- a/configure.ac
59 for ext in ${libext} .a .A.tbd ; do
77 for ext in ${libext} .a .A.tbd ; do
/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c72 static gint sort_cmp(gconstpointer a, gconstpointer b) in sort_cmp() argument
74 DeviceCounts *ea = (DeviceCounts *) a; in sort_cmp()
80 static gint sort_loc(gconstpointer a, gconstpointer b) in sort_loc() argument
82 IOLocationCounts *ea = (IOLocationCounts *) a; in sort_loc()
/openbmc/qemu/scripts/coverity-scan/
H A Dcoverity-scan.docker6 # We do this on a fixed config (currently Fedora 30 with a known
7 # set of dependencies and a configure command that enables a specific
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A D0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch30 diff --git a/bluez/btmodule.c b/bluez/btmodule.c
32 --- a/bluez/btmodule.c
121 diff --git a/msbt/_msbt.c b/msbt/_msbt.c
123 --- a/msbt/_msbt.c
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dsilabs,si5351.txt8 clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
36 using a child node to the I2C device node. If a child node for a clock
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-stress.c52 #define swap(a, b) \ argument
53 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
/openbmc/linux/tools/lib/bpf/
H A Dbpf_helpers.h74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) argument
191 #define ___bpf_concat(a, b) a ## b argument
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti,gpmc.yaml14 The GPMC is a unified memory controller dedicated for interfacing
107 The GPMC driver implements a GPIO controller for the
126 "@[0-7],[a-f0-9]+$":
130 bus. The device can be a NAND chip, SRAM device, NOR device
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun6i-a31s-sina31s.dts6 * 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
58 type = "a";

1...<<461462463464465466467468469470>>...893