Home
last modified time | relevance | path

Searched refs:a (Results 10251 – 10275 of 22321) sorted by relevance

1...<<411412413414415416417418419420>>...893

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Des-Albacete98 [Canal 66: Veo7, Tienda en Veo, Intereconomía, AXN, Teledeporte, Radio Intereconomía, Radio Marca, …
134 [Canal 69: Antena 3, Neox, Nova, Gol Televisión, Onda Cero, Europa FM, Onda Melodía ]
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/
H A Dremove-initscript-lsb-dependency.patch9 See this as a rebase of the previous 'Remove dependencies on LSB
21 diff --git a/debian/pi-blaster.init b/debian/pi-blaster.init
23 --- a/debian/pi-blaster.init
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/files/
H A DLICENSE3 // DMTF is a not-for-profit association of industry members dedicated
26 // a standard is withdrawn or modified after publication, and shall be
28 // standard from any and all claims of infringement by a patent owner
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dgpio.txt7 On CPM2 devices, all ports are 32bit ports and use a common register layout.
10 - compatible : "fsl,cpm1-pario-bank-a", "fsl,cpm1-pario-bank-b",
29 compatible = "fsl,cpm1-pario-bank-a";
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_event.c108 static bool is_new_frame(struct komeda_events *a) in is_new_frame() argument
110 return (a->pipes[0] | a->pipes[1]) & in is_new_frame()
/openbmc/u-boot/common/
H A Dhwconfig.c23 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/openbmc/u-boot/arch/arm/dts/
H A Dimx6dl-icore-rqs.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
21 * obtaining a copy of this software and associated documentation
H A Daxp809.dtsi8 * 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
H A Dimx6ul-isiot-nand.dts7 * licensing only applies to this file, and not this project as a
10 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
H A Dsun5i-r8.dtsi9 * licensing only applies to this file, and not this project as a
12 * a) This file is free software; you can redistribute it and/or
25 * obtaining a copy of this software and associated documentation
H A Daxp152.dtsi8 * 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
H A Dimx6q-icore-rqs.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
21 * obtaining a copy of this software and associated documentation
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dencrypted_boot.txt9 The image data is encrypted with a Encryption Key (DEK).
11 booting process. The DEK is protected by wrapping it in a Blob,
26 a DEK previously loaded in memory. The command is used as follows:
/openbmc/u-boot/doc/
H A DREADME.boston17 U-Boot can be run on a currently out-of-tree branch of QEMU with support for
31 therefore need to configure U-Boot to build for MIPSr6 in order to obtain a
38 If building for MIPSr6 then you will need a toolchain including GCC 5.x or
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu.c247 #define PLPRCR_val(a) ((pll & PLPRCR_ ## a ## _MSK) >> PLPRCR_ ## a ## _SHIFT) in get_tbclk() argument
/openbmc/qemu/tests/vm/
H A Dconf_example_x86.yml25 # The below is a example for how to configure NUMA topology with
42 # By default we will use a "block" device, but
43 # you can also boot from a "scsi" device.
/openbmc/u-boot/drivers/adc/
H A DKconfig6 - start/stop/get data for conversion of a single-channel selected by
7 a number or multi-channels selected by a bitmask
/openbmc/u-boot/board/keymile/km83xx/
H A DREADME.kmeter16 configuration from a serial EEPROM. During the development and debugging
8 a simple way. Therefore it is an alternative boot eeprom on the PIGGY,
26 thus resulting in a total capacity of 256MBytes.
/openbmc/u-boot/board/freescale/ls1043aqds/
H A DREADME3 The LS1043A Development System (QDS) is a high-performance computing,
6 platform for the Freescale LS1043A processor series, with a complete
60 a) Promjet Boot
/openbmc/pyphosphor/
H A D.gitignore3 # Permission is hereby granted, free of charge, to any person obtaining a
50 # Usually these files are written by a python script from a template
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-open.rst13 v4l2-open - Open a V4L2 device
31 Open flags. Access mode must be ``O_RDWR``. This is just a
47 To open a V4L2 device applications call :c:func:`open()` with the
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-ntrig18 When the last finger is removed from the device, it sends a
19 number of empty frames. By holding off on deactivation for a few
21 sensor may mistakenly not detect a finger that is still present.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/
H A D0001-hwaccess-use-__asm__-as-is-done-elsewhere.patch24 diff --git a/hwaccess.c b/hwaccess.c
26 --- a/hwaccess.c
43 … * on V9 CPUs it might apply... or not... we issue a write barrier anyway. That's the most suitable
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dmakefile-destdir.patch4 Subject: [PATCH] Use DESTDIR within install to allow installing under a prefix
14 diff --git a/Makefile b/Makefile
16 --- a/Makefile
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOLDAP-2.410 3. Redistributions must contain a verbatim copy of this document.
16 …ay revise this license from time to time. Each revision is distinguished by a version number. You …
20 OpenLDAP is a trademark of the OpenLDAP Foundation.

1...<<411412413414415416417418419420>>...893