Home
last modified time | relevance | path

Searched defs:tcpc_dev (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/usb/
Dtcpm.h123 struct tcpc_dev { struct
127 int (*init)(struct tcpc_dev *dev); argument
128 int (*get_vbus)(struct tcpc_dev *dev); argument
129 int (*get_current_limit)(struct tcpc_dev *dev); argument
130 int (*set_cc)(struct tcpc_dev *dev, enum typec_cc_status cc); argument
131 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, argument
133 int (*set_polarity)(struct tcpc_dev *dev, argument
135 int (*set_vconn)(struct tcpc_dev *dev, bool on); argument
136 int (*set_vbus)(struct tcpc_dev *dev, bool on, bool charge); argument
137 int (*set_current_limit)(struct tcpc_dev *dev, u32 max_ma, u32 mv); argument
[all …]
/Linux-v5.4/drivers/usb/typec/tcpm/
Dfusb302.c78 struct tcpc_dev tcpc_dev; member