Searched +full:second +full:- +full:sourcing (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---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 using15 # the compatible, and second by using the node name if any. In our21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"[all …]
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) without17 board, either for second-sourcing purposes or to support multiple SKUs51 :<T1>:<T2>: :<--T10-->:<T11>:<T12>:52 : +-----------------------+---------+---------+53 eDP -----------+ Black video | Src vid | Blk vid +[all …]
1 .. SPDX-License-Identifier: GPL-2.04 ------------------------11 on the kernel-side implementation of the media framework.24 in a System-on-Chip image processing pipeline), DMA channels or physical32 A link is a point-to-point oriented connection between two pads, either40 instance, defined in ``include/media/media-device.h``.42 embedding the :c:type:`media_device` instance in a larger driver-specific60 instance, defined in ``include/media/media-entity.h``. The structure is usually61 embedded into a higher-level structure, such as78 ``include/media/media-entity.h``. Currently, only one type of interface is[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */3 * i2c.h - definitions for the Linux i2c bus interface4 * Copyright (C) 1995-2000 Simon G. Vogl5 * Copyright (C) 2013-2019 Wolfram Sang <wsa@kernel.org>30 /* --- General options ------------------------------------------------ */70 * i2c_master_recv - issue a single I2C message in master receive mode84 * i2c_master_recv_dmasafe - issue a single I2C message in master receive mode100 * i2c_master_send - issue a single I2C message in master transmit mode114 * i2c_master_send_dmasafe - issue a single I2C message in master transmit mode196 * struct i2c_device_identity - i2c client device identification[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */4 * Based on code in sungem_phy.c and (long-removed) gianfar_phy.c79 * Set phydev->irq to PHY_POLL if interrupts are not supported,83 #define PHY_POLL -184 #define PHY_MAC_INTERRUPT -293 * enum phy_interface_t - Interface Mode definitions95 * @PHY_INTERFACE_MODE_NA: Not Applicable - don't touch97 * @PHY_INTERFACE_MODE_MII: Media-independent interface98 * @PHY_INTERFACE_MODE_GMII: Gigabit media-independent interface99 * @PHY_INTERFACE_MODE_SGMII: Serial gigabit media-independent interface[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * R-Car Display Unit Planes5 * Copyright (C) 2013-2015 Renesas Electronics Corporation26 /* -----------------------------------------------------------------------------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 …]
1 // SPDX-License-Identifier: GPL-2.07 * This file is for RTL8821A Co-exist mechanism11 * 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 …]