Home
last modified time | relevance | path

Searched +full:vaux3p3 +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/net/pse-pd/
H A Dmicrochip,pd692x0.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/pse-pd/microchip,pd692x0.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kory Maincent <kory.maincent@bootlin.com>
13 - $ref: pse-controller.yaml#
18 - microchip,pd69200
19 - microchip,pd69210
20 - microchip,pd69220
25 vdd-supply:
[all …]
/linux/drivers/net/pse-pd/
H A Dpd692x0.c1 // SPDX-License-Identifier: GPL-2.0-only
14 #include <linux/pse-pd/pse.h>
106 /* Template list of communication messages. The non-null bytes defined here
197 msg->echo = echo++; in pd692x0_build_msg()
201 for (i = 0; i < sizeof(*msg) - sizeof(msg->chksum); i++) in pd692x0_build_msg()
204 msg->chksum = cpu_to_be16(chksum); in pd692x0_build_msg()
211 const struct i2c_client *client = priv->client; in pd692x0_send_msg()
214 if (msg->key == PD692X0_KEY_CMD && priv->last_cmd_key) { in pd692x0_send_msg()
217 cmd_msleep = 30 - jiffies_to_msecs(jiffies - priv->last_cmd_key_time); in pd692x0_send_msg()
223 priv->msg_id = pd692x0_build_msg(msg, priv->msg_id); in pd692x0_send_msg()
[all …]