Searched +full:sink +full:- +full:bc12 +full:- +full:completion +full:- +full:time +full:- +full:ms (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---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-connector22 - usb-b-connector23 - usb-c-connector25 - items:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Maxim TCPCI Type-C PD controller10 - Badhri Jagan Sridharan <badhri@google.com>12 description: Maxim TCPCI Type-C PD controller17 - enum:18 - maxim,max3335919 - items:20 - const: maxim,max77759-tcpci[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright 2015-2017 Google, Inc8 #include <linux/completion.h>212 VDM_STATE_ERR_BUSY = -3,213 VDM_STATE_ERR_SEND = -2,214 VDM_STATE_ERR_TMOUT = -1,243 * Based on "Table 6-14 Fixed Supply PDO - Sink" of "USB Power Delivery Specification Revision 3.0,324 * @sink_wait_cap_time: Deadline (in ms) for tTypeCSinkWaitCap timer325 * @ps_src_wait_off_time: Deadline (in ms) for tPSSourceOff timer326 * @cc_debounce_time: Deadline (in ms) for tCCDebounce timer[all …]