Home
last modified time | relevance | path

Searched refs:a (Results 13501 – 13525 of 20302) sorted by relevance

1...<<541542543544545546547548549550>>...813

/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8192-asurada-audio-rt5682.dtsi7 rt5682: audio-codec@1a {
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pyelftools_0.31.bb1 SUMMARY = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugg…
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dswrule1 The style package is copyrighted but may be used and extended in any way, as long as a pointer to t…
/openbmc/u-boot/arch/arm/mach-davinci/
H A Dreset.c14 void reset_cpu(unsigned long a) in reset_cpu() argument
/openbmc/phosphor-power/services/
H A Dpseq-monitor.service10 ExecStart=/usr/bin/env pseq-monitor -a runtime-monitor -i 500
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Dmkhybridiso.wks1 # short-description: Create a hybrid ISO image
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/
H A Dlibspatialite_pkgconfig.patch3 --- a/spatialite.pc.in
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-jmespath_1.0.1.bb1 …ed 'james path') allows you to declaratively specify how to extract elements from a JSON document."
H A Dpython3-padatious_0.4.8.bb1 SUMMARY = "An efficient and agile neural network intent parser. Padatious is a core component of My…
H A Dpython3-apiflask_2.3.2.bb1 SUMMARY = "APIFlask is a lightweight Python web API framework based on Flask and marshmallow-code p…
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Ddefine-ldflags.patch3 Upstream-Status: Inactive-Upstream [need a new release]
/openbmc/linux/arch/sparc/lib/
H A DNGcopy_from_user.S20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dmanagement-style.rst39 最重要的是 **避免** 做出决定。尤其是,如果有人告诉你“选择(a)或(b),
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Ddiskonchip.txt5 The Sandisk (formerly M-Systems) docg3 is a nand device of 64M to 256MB.
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/
H A Dpython-async-test.inc1 SUMMARY = "Python framework to process interdependent tasks in a pool of workers"
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dptrace.h59 __u32 a[64]; member
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dobmc-flash-bios-ubipatch.service2 Description=Create a ubi volume for pnor patches
/openbmc/openbmc/poky/meta/classes/
H A Dcve-check.bbclass13 # cve_check task will print a warning for every unpatched
14 # CVE found and generate a file in the recipe WORKDIR/cve
15 # directory. If an image is build it will generate a report
67 # Replace NVD DB check status for a given CVE. Each of CVE has to be mentioned
213 # Create a list of relevant recipies
296 # Range does not match the scan, but we already have a vulnerable match, ignore
299 # If we have an "Ignored", it has a priority
488 with open(index_path, "a+") as f:
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8060-dragonboard.dts55 /* This is a levelshifter for SDCC5 */
91 * EBI2. This has a 25MHz chrystal next to it, so no
147 * The I2C bus is using a PCA9306 level translator from L16A
184 wm8903: wm8903@1a {
244 * GPIO17 is pulled high by a 10k
255 * The MPU-3050 acts as a hub for the
897 * CS2 is used by a real peripheral. CS0 is just
898 * routed to a test point.
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_venc.c674 static signed int to_signed(unsigned int a) in to_signed() argument
676 if (a <= 7) in to_signed()
677 return a; in to_signed()
679 return a - 16; in to_signed()
682 static unsigned long modulo(unsigned long a, unsigned long b) in modulo() argument
684 if (a >= b) in modulo()
685 return a - b; in modulo()
687 return a; in modulo()
/openbmc/linux/kernel/dma/
H A Ddebug.c271 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match() argument
273 return ((a->dev_addr == b->dev_addr) && in exact_match()
274 (a->dev == b->dev)) ? true : false; in exact_match()
277 static bool containing_match(struct dma_debug_entry *a, in containing_match() argument
280 if (a->dev != b->dev) in containing_match()
283 if ((b->dev_addr <= a->dev_addr) && in containing_match()
284 ((b->dev_addr + b->size) >= (a->dev_addr + a->size))) in containing_match()
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192e.c551 ofdmbase += priv->ofdm_tx_power_diff[tx_idx].a; in rtl8192e_set_tx_power()
559 mcsbase += priv->ht40_tx_power_diff[tx_idx++].a; in rtl8192e_set_tx_power()
561 mcsbase += priv->ht20_tx_power_diff[tx_idx++].a; in rtl8192e_set_tx_power()
626 priv->ht20_tx_power_diff[0].a = in rtl8192eu_parse_efuse()
631 priv->ht40_tx_power_diff[0].a = 0; in rtl8192eu_parse_efuse()
635 priv->ofdm_tx_power_diff[i].a = in rtl8192eu_parse_efuse()
640 priv->ht20_tx_power_diff[i].a = in rtl8192eu_parse_efuse()
645 priv->ht40_tx_power_diff[i].a = in rtl8192eu_parse_efuse()
/openbmc/linux/drivers/clk/
H A DKconfig7 thus are a key power management tool on many systems.
18 code should select COMMON_CLK instead and not define a custom
28 The common clock framework is a single definition of struct
198 the following setup, and uses a fixed setting for the output muxes.
202 Given a target output frequency, the driver will set the PLL and
226 On Layerscape SoCs there is a special clock for the FlexSPI
234 to be used as a generic clock output. Some SoCs have restrictions
413 Renesas Versaclock7 is a family of configurable clock generator
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_hash_large_key.c23 int a; member
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-pending.svg1 …1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path id="pending-a" d="M13.12,14.13l.15…

1...<<541542543544545546547548549550>>...813