Searched +full:second +full:- +full:sourcing (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | ethernet-phy.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andrew Lunn <andrew@lunn.ch> 11 - Florian Fainelli <f.fainelli@gmail.com> 12 - Heiner Kallweit <hkallweit1@gmail.com> 14 # The dt-schema tools will generate a select statement first by using 15 # the compatible, and second by using the node name if any. In our 21 pattern: "^ethernet-phy(@[a-f0-9]+)?$" [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-edp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-edp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Douglas Anderson <dianders@chromium.org> 14 to a Embedded DisplayPort AUX bus (see display/dp-aux-bus.yaml) without 17 board, either for second-sourcing purposes or to support multiple SKUs 51 :<T1>:<T2>: :<--T10-->:<T11>:<T12>: 52 : +-----------------------+---------+---------+ 53 eDP -----------+ Black video | Src vid | Blk vid + [all …]
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | mc-core.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 ------------------------ 11 on the kernel-side implementation of the media framework. 24 in a System-on-Chip image processing pipeline), DMA channels or physical 32 A link is a point-to-point oriented connection between two pads, either 40 instance, defined in ``include/media/media-device.h``. 42 embedding the :c:type:`media_device` instance in a larger driver-specific 60 instance, defined in ``include/media/media-entity.h``. The structure is usually 61 embedded into a higher-level structure, such as 78 ``include/media/media-entity.h``. Currently, only one type of interface is [all …]
|
/openbmc/linux/include/linux/ |
H A D | i2c.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * i2c.h - definitions for the Linux i2c bus interface 4 * Copyright (C) 1995-2000 Simon G. Vogl 5 * Copyright (C) 2013-2019 Wolfram Sang <wsa@kernel.org> 30 /* --- General options ------------------------------------------------ */ 70 * i2c_master_recv - issue a single I2C message in master receive mode 84 * i2c_master_recv_dmasafe - issue a single I2C message in master receive mode 100 * i2c_master_send - issue a single I2C message in master transmit mode 114 * i2c_master_send_dmasafe - issue a single I2C message in master transmit mode 196 * struct i2c_device_identity - i2c client device identification [all …]
|
H A D | phy.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 * Based on code in sungem_phy.c and (long-removed) gianfar_phy.c 79 * Set phydev->irq to PHY_POLL if interrupts are not supported, 83 #define PHY_POLL -1 84 #define PHY_MAC_INTERRUPT -2 93 * enum phy_interface_t - Interface Mode definitions 95 * @PHY_INTERFACE_MODE_NA: Not Applicable - don't touch 97 * @PHY_INTERFACE_MODE_MII: Media-independent interface 98 * @PHY_INTERFACE_MODE_GMII: Gigabit media-independent interface 99 * @PHY_INTERFACE_MODE_SGMII: Serial gigabit media-independent interface [all …]
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_plane.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * R-Car Display Unit Planes 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 26 /* ----------------------------------------------------------------------------- 59 if (!old_state->format || in rcar_du_plane_needs_realloc() 60 old_state->format->planes != new_state->format->planes) in rcar_du_plane_needs_realloc() 64 if (old_state->source != new_state->source) in rcar_du_plane_needs_realloc() 74 if (state->hwindex == -1) in rcar_du_plane_hwmask() 77 mask = 1 << state->hwindex; in rcar_du_plane_hwmask() 78 if (state->format->planes == 2) in rcar_du_plane_hwmask() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | print.tcl | 11 # Setting the following variables for use both inside this file and by programs sourcing this file. 28 …# print_x is a wrapper for sprint_x, etc.). In other words, this procedure may not be well-suited… 32 # top-level caller. 33 set call_stack [get_call_stack -2] 52 if { [regexp -expanded $regex $proc_name]} { 89 # Skip already-registered passwords. 90 if { [lsearch -exact $hidden_text $password] != -1 } { continue } 118 regsub -all "${password_regex}" $buffer {********} buffer 129 # - This will print the results. 174 # tcl_precision is a built-in Tcl variable that specifies the number of digits to generate when con… [all …]
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | common.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 12 incorporating out-of-tree modules. 24 set up, see the ":doc:`/dev-manual/start`" section in 28 ":ref:`dev-manual/start:cloning the \`\`poky\`\` repository`" 37 ":ref:`dev-manual/start:checking out by branch in poky`" and 38 ":ref:`dev-manual/start:checking out by tag in poky`" 42 :ref:`devtool <sdk-manual/extensible:using \`\`devtool\`\` in your sdk workflow>` 47 ------------------------------------------ 52 ":ref:`kernel-dev/common:using \`\`devtool\`\` to patch the kernel`" 56 you need to initialize the BitBake build environment by sourcing [all …]
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 19 #include "standard-headers/linux/const.h" 20 #include "standard-headers/linux/types.h" 21 #include "standard-headers/linux/if_ether.h" 26 * have the same layout for 32-bit and 64-bit userland. 38 * struct ethtool_cmd - DEPRECATED, link control and status 43 * interface supports autonegotiation or auto-detection. 44 * Read-only. 48 * auto-detection. 56 * @autoneg: Enable/disable autonegotiation and auto-detection; [all …]
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * sh.c -- a prototype Bourne shell grammar parser 14 * support has been adapted from busybox-0.49pre's lash, 21 * b_addchr() derived from similar w_addchar function in glibc-2.2 29 * of the Bourne grammar. The second, consequential change is that 54 * to-do: 55 * port selected bugfixes from post-0.49 busybox lash - done? 63 * control-C handling, probably with longjmp 65 * figure out what to do with backslash-newline 68 * continuation lines, both explicit and implicit - done? [all …]
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | concepts.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 8 beyond the surface of "how-to" information and reference (or look-up) 11 cross-development toolchains, shared state cache, and so forth are 19 :term:`OpenEmbedded-Core (OE-Core)`. This section 26 - *Recipes:* Provides details about particular pieces of software. 28 - *Class Data:* Abstracts common build information (e.g. how to build a 31 - *Configuration Data:* Defines machine-specific settings, policy 37 ":ref:`dev-manual/layers:understanding and creating layers`" 43 ":ref:`overview-manual/concepts:openembedded build system concepts`" 47 ------- [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | halbtc8821a2ant.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * This file is for RTL8821A Co-exist mechanism 11 * 2012/11/14 Cosa Revise for 8821A 2Ant out sourcing. 45 struct rtl_priv *rtlpriv = btcoexist->adapter; in btc8821a2ant_bt_rssi_state() 47 u8 bt_rssi_state = coex_sta->pre_bt_rssi_state; in btc8821a2ant_bt_rssi_state() 49 bt_rssi = coex_sta->bt_rssi; in btc8821a2ant_bt_rssi_state() 52 if ((coex_sta->pre_bt_rssi_state == BTC_RSSI_STATE_LOW) || in btc8821a2ant_bt_rssi_state() 53 (coex_sta->pre_bt_rssi_state == BTC_RSSI_STATE_STAY_LOW)) { in btc8821a2ant_bt_rssi_state() 79 return coex_sta->pre_bt_rssi_state; in btc8821a2ant_bt_rssi_state() 82 if ((coex_sta->pre_bt_rssi_state == BTC_RSSI_STATE_LOW) || in btc8821a2ant_bt_rssi_state() [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | variables.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 16 :term:`U <UBOOT_BINARY>` :term:`V <VIRTUAL-RUNTIME>` 27 ``meta/conf/machine/include/arm/arch-arm.inc`` file sets the 39 Like all package-controlling variables, you must always use them in 43 ALLOW_EMPTY:${PN}-dev = "1" 44 ALLOW_EMPTY:${PN}-staticdev = "1" 51 commands can co-exist. 60 ":ref:`ref-classes-update-alternatives`" 80 ":ref:`ref-classes-update-alternatives`" 96 ":ref:`ref-classes-update-alternatives`" [all …]
|