Home
last modified time | relevance | path

Searched +full:sink +full:- +full:bc12 +full:- +full:completion +full:- +full:time +full:- +full:ms (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/connector/
Dusb-connector.yaml1 # 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 …]
/linux-6.15/Documentation/devicetree/bindings/usb/
Dmaxim,max33359.yaml1 # 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 controller
10 - Badhri Jagan Sridharan <badhri@google.com>
12 description: Maxim TCPCI Type-C PD controller
17 - enum:
18 - maxim,max33359
19 - items:
20 - const: maxim,max77759-tcpci
[all …]
/linux-6.15/drivers/usb/typec/tcpm/
Dtcpm.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2015-2017 Google, Inc
8 #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 timer
325 * @ps_src_wait_off_time: Deadline (in ms) for tPSSourceOff timer
326 * @cc_debounce_time: Deadline (in ms) for tCCDebounce timer
[all …]