Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dtcpm.h131 struct tcpc_dev { struct
135 int (*init)(struct tcpc_dev *dev); argument
136 int (*get_vbus)(struct tcpc_dev *dev); argument
137 int (*get_current_limit)(struct tcpc_dev *dev); argument
138 int (*set_cc)(struct tcpc_dev *dev, enum typec_cc_status cc); argument
139 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, argument
141 int (*set_polarity)(struct tcpc_dev *dev, argument
143 int (*set_vconn)(struct tcpc_dev *dev, bool on); argument
144 int (*set_vbus)(struct tcpc_dev *dev, bool on, bool charge); argument
145 int (*set_current_limit)(struct tcpc_dev *dev, u32 max_ma, u32 mv); argument
[all …]
/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c83 struct tcpc_dev tcpc_dev; member