Home
last modified time | relevance | path

Searched refs:a (Results 13126 – 13150 of 20302) sorted by relevance

1...<<521522523524525526527528529530>>...813

/openbmc/linux/drivers/net/ppp/
H A Dpppoe.c125 static inline int cmp_2_addr(struct pppoe_addr *a, struct pppoe_addr *b) in cmp_2_addr() argument
127 return a->sid == b->sid && ether_addr_equal(a->remote, b->remote); in cmp_2_addr()
130 static inline int cmp_addr(struct pppoe_addr *a, __be16 sid, char *addr) in cmp_addr() argument
132 return a->sid == sid && ether_addr_equal(a->remote, addr); in cmp_addr()
136 #error 8 must be a multiple of PPPOE_HASH_BITS
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc161 DDR, SerDes, and USB clocks from a single external crystal and internal
255 a) Four 64-bit ARM v8 Cortex-A72 CPUs
258 a) No AIOP
264 a) Four 64-bit ARM v8 Cortex-A72 CPUs
274 a) Four 64-bit ARM v8 Cortex-A72 CPUs
327 a) Twelve 64-bit ARM v8 Cortex-A72 CPUs
330 a) Eight 64-bit ARM v8 Cortex-A72 CPUs
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-v4l2.c662 static int rvin_querystd(struct file *file, void *priv, v4l2_std_id *a) in rvin_querystd() argument
667 return v4l2_subdev_call(sd, video, querystd, a); in rvin_querystd()
670 static int rvin_s_std(struct file *file, void *priv, v4l2_std_id a) in rvin_s_std() argument
675 ret = v4l2_subdev_call(vin_to_source(vin), video, s_std, a); in rvin_s_std()
679 vin->std = a; in rvin_s_std()
685 static int rvin_g_std(struct file *file, void *priv, v4l2_std_id *a) in rvin_g_std() argument
692 *a = vin->std; in rvin_g_std()
/openbmc/openbmc-test-automation/lib/
H A Dopen_power_utils.robot18 [Documentation] Get the OCC objects and return as a list.
54 [Documentation] Count the occurrence number of a given object.
267 Pdbg -a putmem 0x300000f8 < /tmp/deadbeef
279 # occ_target Target a valid given OCC number 0,1, etc.
298 # occ_target Target a valid given OCC number 0,1, etc.
409 ... which makes it write a /tmp/fan_control_dump.json file.
415 # This command will force a fan_control_dump.json file in temp path and
/openbmc/linux/sound/pci/hda/
H A DKconfig26 To compile this driver as a module, choose M here: the module
42 To compile this driver as a module, choose M here: the module
51 Say Y here to build a hwdep interface for HD-audio driver.
71 Say Y here to build a digital beep interface for HD-audio
89 Say Y here to allow the HD-audio driver to load a pseudo
350 a continuous clock and a valid but silent data stream to
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/wavelan/
H A Dxfce4-wavelan-plugin_0.6.3.bb1 SUMMARY = "Panel plugin displaying stats from a wireless lan interface"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-netifaces_0.11.0.bb9 SRC_URI += "file://0001-netifaces-initialize-msghdr-in-a-portable-way.patch"
/openbmc/qemu/tests/qapi-schema/
H A Dunion-discriminator-bad-name.json1 # discriminator '*switch' isn't a member of base, 'switch' is
/openbmc/linux/arch/arm/mach-socfpga/
H A Dheadsmp.S12 .arch armv7-a
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.h43 bool dcn314_are_clock_states_equal(struct dc_clocks *a,
/openbmc/qemu/tests/decode/
H A Derr_overlap9.decode5 @format ........ a:8 ........ b:7 .
/openbmc/u-boot/tools/binman/test/
H A D045_prop_test.dts18 longbytearray = [09 0a 0b 0c];
/openbmc/linux/Documentation/driver-api/firmware/
H A Dcore.rst5 The firmware API has a rich set of core features available. This section
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-qthelp_2.0.0.bb1 SUMMARY = "Is a sphinx extension which outputs QtHelp document."
/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/
H A Dcryptodev-module_1.14.bb7 # Header file provided by a separate package
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dezchip,nps400-timer1.txt8 - clocks : Must contain a single entry describing the clock input
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/
H A Dmake-init-script-be-able-to-automatically-load-EDAC-.patch10 diff --git a/src/etc/edac.init.in b/src/etc/edac.init.in
12 --- a/src/etc/edac.init.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/
H A D0001-team_basic_test.py-switch-to-python3.patch15 diff --git a/scripts/team_basic_test.py b/scripts/team_basic_test.py
17 --- a/scripts/team_basic_test.py
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm2835-armctrl-ic.txt3 The BCM2835 contains a custom top-level interrupt controller, which supports
4 72 interrupt sources using a 2-level register scheme. The interrupt
/openbmc/qemu/util/
H A Diova-tree.c58 static int iova_tree_compare(gconstpointer a, gconstpointer b, gpointer data) in iova_tree_compare() argument
60 const DMAMap *m1 = a, *m2 = b; in iova_tree_compare()
/openbmc/entity-manager/src/
H A Dentity_manager.hpp43 bool operator()(const char* a, const char* b) const in operator ()()
45 return std::strcmp(a, b) < 0; in operator ()()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-client-cap.rst44 By default no client capabilities are set when a subdev device node is opened.
60 been accepted. A common case for the kernel not accepting a capability is that
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Darmada3700-periph-clock.txt12 The following is a list of provided IDs for Armada 3700 North bridge clocks:
33 The following is a list of provided IDs for Armada 3700 South bridge clocks:
/openbmc/linux/drivers/net/wireless/cisco/
H A DKconfig6 If you have a wireless card belonging to this class, say Y.
34 The driver can be compiled as a module and will be named "airo".
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Daction.md14 Many actions read from or write to a hardware device. Initially this is the
49 When the action completes, it returns a true or false value. The documentation

1...<<521522523524525526527528529530>>...813