/openbmc/linux/drivers/net/ppp/ |
H A D | pppoe.c | 125 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 D | README.soc | 161 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 D | rcar-v4l2.c | 662 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 D | open_power_utils.robot | 18 [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 D | Kconfig | 26 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 D | xfce4-wavelan-plugin_0.6.3.bb | 1 SUMMARY = "Panel plugin displaying stats from a wireless lan interface"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-netifaces_0.11.0.bb | 9 SRC_URI += "file://0001-netifaces-initialize-msghdr-in-a-portable-way.patch"
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | union-discriminator-bad-name.json | 1 # discriminator '*switch' isn't a member of base, 'switch' is
|
/openbmc/linux/arch/arm/mach-socfpga/ |
H A D | headsmp.S | 12 .arch armv7-a
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
H A D | dcn314_clk_mgr.h | 43 bool dcn314_are_clock_states_equal(struct dc_clocks *a,
|
/openbmc/qemu/tests/decode/ |
H A D | err_overlap9.decode | 5 @format ........ a:8 ........ b:7 .
|
/openbmc/u-boot/tools/binman/test/ |
H A D | 045_prop_test.dts | 18 longbytearray = [09 0a 0b 0c];
|
/openbmc/linux/Documentation/driver-api/firmware/ |
H A D | core.rst | 5 The firmware API has a rich set of core features available. This section
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-sphinxcontrib-qthelp_2.0.0.bb | 1 SUMMARY = "Is a sphinx extension which outputs QtHelp document."
|
/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/ |
H A D | cryptodev-module_1.14.bb | 7 # Header file provided by a separate package
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | ezchip,nps400-timer1.txt | 8 - clocks : Must contain a single entry describing the clock input
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/ |
H A D | make-init-script-be-able-to-automatically-load-EDAC-.patch | 10 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 D | 0001-team_basic_test.py-switch-to-python3.patch | 15 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 D | brcm,bcm2835-armctrl-ic.txt | 3 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 D | iova-tree.c | 58 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 D | entity_manager.hpp | 43 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 D | vidioc-subdev-g-client-cap.rst | 44 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 D | armada3700-periph-clock.txt | 12 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 D | Kconfig | 6 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 D | action.md | 14 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
|