| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-typec | 1 USB Type-C port devices (eg. /sys/class/typec/port0/) 22 The supported power roles. This attribute can be used to request 23 power role swap on the port. Swapping is supported as 47 dual (The port will behave as dual-role-data and 48 dual-role-power port) 57 when both the port and the partner support USB Power Delivery. 66 - "no" when the port is not the VCONN Source 67 - "yes" when the port is the VCONN Source 73 Shows the current power operational mode the port is in. The 74 power operation mode means current level for VBUS. In case USB [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 tristate "USB Type-C Support" 6 USB Type-C Specification defines a cable and connector for USB where 8 be Type-A plug on one end of the cable and Type-B plug on the other. 9 Determination of the host-to-device relationship happens through a 10 specific Configuration Channel (CC) which goes through the USB Type-C 12 Accessory Modes - Analog Audio and Debug - and if USB Power Delivery 16 USB Power Delivery Specification defines a protocol that can be used 18 partners. USB Power Delivery allows higher voltages then the normal 19 5V, up to 20V, and current up to 5A over the cable. The USB Power [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/connector/ |
| H A D | usb-connector.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/connector/usb-connector.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 20 - enum: 21 - usb-a-connector 22 - usb-b-connector 23 - usb-c-connector 25 - items: [all …]
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | typec.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 /* USB Type-C Specification releases */ 77 * struct enter_usb_data - Enter_USB Message details 81 * @active_link_training is a flag that should be set with uni-directional SBRX 82 * communication, and left 0 with passive cables and with bi-directional SBRX 91 * struct usb_pd_identity - USB Power Delivery identity data 97 * USB power delivery Discover Identity command response data. 99 * REVISIT: This is USB Power Delivery specific information, so this structure 100 * probable belongs to USB Power Delivery header file once we have them. 113 * struct typec_altmode_desc - USB Type-C Alternate Mode Descriptor [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | typec.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 /* USB Type-C Specification releases */ 78 * struct enter_usb_data - Enter_USB Message details 82 * @active_link_training is a flag that should be set with uni-directional SBRX 83 * communication, and left 0 with passive cables and with bi-directional SBRX 92 * struct usb_pd_identity - USB Power Delivery identity data 98 * USB power delivery Discover Identity command response data. 100 * REVISIT: This is USB Power Delivery specific information, so this structure 101 * probable belongs to USB Power Delivery header file once we have them. 114 * struct typec_altmode_desc - USB Type-C Alternate Mode Descriptor [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | mediatek,mt6360-tcpc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/usb/mediatek,mt6360-tcpc.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 7 title: Mediatek MT6360 Type-C Port Switch and Power Delivery controller DT bindings 10 - ChiYuan Huang <cy_huang@richtek.com> 13 Mediatek MT6360 is a multi-functional device. It integrates charger, ADC, flash, RGB indicators, 14 regulators (BUCKs/LDOs), and TypeC Port Switch with Power Delivery controller. 15 This document only describes MT6360 Type-C Port Switch and Power Delivery controller. 20 - mediatek,mt6360-tcpc [all …]
|
| H A D | ti,tps6598x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 7 title: Texas Instruments 6598x Type-C Port Switch and Power Delivery controller DT bindings 10 - Bryan O'Donoghue <bryan.odonoghue@linaro.org> 13 Texas Instruments 6598x Type-C Port Switch and Power Delivery controller 18 - ti,tps6598x 25 interrupt-names: 27 - const: irq 30 - compatible [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | typec.rst | 3 USB Type-C connector class 7 ------------ 9 The typec class is meant for describing the USB Type-C ports in a system to the 14 The platforms are expected to register every USB Type-C port they have with the 15 class. In a normal case the registration will be done by a USB Type-C or PD PHY 18 considers the component registering the USB Type-C ports with the class as "port 26 attributes are described in Documentation/ABI/testing/sysfs-class-typec. 29 -------------------- 36 "port0-partner". Full path to the device would be 37 /sys/class/typec/port0/port0-partner/. [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/skylakex/ |
| H A D | other.json | 3 … "BriefDescription": "Core cycles the core was throttled due to a pending power level request.", 8 …"PublicDescription": "Core cycles the out-of-order engine was throttled due to a pending power lev… 32 … where the core was running in a manner where Turbo may be clipped to the Non-AVX turbo schedule.", 37 … was running with power-delivery for baseline license level 0. This includes non-AVX codes, SSE, … 47 …as running with power-delivery for license level 1. This includes high current AVX 256-bit instru… 76 …as running with power-delivery for license level 2 (introduced in Skylake Server michroarchtecture…
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 bool "Enable driver model power delivery support" 7 This adds a simple uclass for power delivery. 10 tristate "USB Type-C Port Controller Manager" 13 The Type-C Port Controller Manager provides a USB PD and USB Type-C 14 state machine for use with Type-C Port Controllers. 17 tristate "Type-C Port Controller Interface driver" 20 Type-C Port Controller driver for TCPCI-compliant controller. 25 tristate "Hynetek HUSB311 Type-C chip driver" 28 Hynetek HUSB311 Type-C chip driver that works with [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/ |
| H A D | other.json | 4 …-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method. Th… 14 … was running with power-delivery for baseline license level 0. This includes non-AVX codes, SSE, … 21 …s where the core was running in a manner where Turbo may be clipped to the Non-AVX turbo schedule." 25 …as running with power-delivery for license level 1. This includes high current AVX 256-bit instru… 36 …as running with power-delivery for license level 2 (introduced in Skylake Server microarchtecture)… 91 …-width of the narrowest pipeline as employed by the Top-down Microarchitecture Analysis method. Th…
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | frontend.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 9 The Digital TV frontend API was designed to support three groups of delivery 11 delivery systems are supported: 13 - Terrestrial systems: DVB-T, DVB-T2, ATSC, ATSC M/H, ISDB-T, DVB-H, 16 - Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B) 18 - Satellite systems: DVB-S, DVB-S2, DVB Turbo, ISDB-S, DSS 20 The Digital TV frontend controls several sub-devices including: 22 - Tuner 24 - Digital TV demodulator 26 - Low noise amplifier (LNA) [all …]
|
| H A D | frontend-stat-properties.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _frontend-stat-properties: 12 For most delivery systems, ``dtv_property.stat.len`` will be 1 if the 16 It should be noted, however, that new OFDM delivery systems like ISDB 22 So, in order to be consistent with other delivery systems, the first 32 - ``svalue`` or ``uvalue``, where ``svalue`` is for signed values of 36 - ``scale`` - Scale for the value. It can be: 38 - ``FE_SCALE_NOT_AVAILABLE`` - The parameter is supported by the 42 - ``FE_SCALE_DECIBEL`` - parameter is a signed value, measured in 45 - ``FE_SCALE_RELATIVE`` - parameter is a unsigned value, where 0 [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2019 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2019 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_qos.h | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 48 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 51 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 55 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 57 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | rtw_qos.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 49 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 52 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 56 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 58 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtw_qos.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 49 unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ 52 /* uapsd (unscheduled automatic power-save delivery) = a kind of wmmps */ 56 /* declare uapsd_tid_delivery_enabled as a bitmap for the delivery-enabled setting of TID 0~7 */ 58 /* declare uapsd_tid_trigger_enabled as a bitmap for the trigger-enabled setting of TID 0~7 */
|