Home
last modified time | relevance | path

Searched refs:typec_port (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/include/linux/usb/
Dtypec.h19 struct typec_port;
152 *typec_port_register_altmode(struct typec_port *port,
155 void typec_port_register_altmodes(struct typec_port *port,
161 struct typec_port *typec_altmode2port(struct typec_altmode *alt);
232 int (*try_role)(struct typec_port *port, int role);
233 int (*dr_set)(struct typec_port *port, enum typec_data_role role);
234 int (*pr_set)(struct typec_port *port, enum typec_role role);
235 int (*vconn_set)(struct typec_port *port, enum typec_role role);
236 int (*port_type_set)(struct typec_port *port,
238 struct usb_power_delivery **(*pd_get)(struct typec_port *port);
[all …]
/Linux-v6.1/drivers/usb/typec/
Dclass.h40 struct typec_port { struct
64 #define to_typec_port(_dev_) container_of(_dev_, struct typec_port, dev) argument
84 int typec_link_ports(struct typec_port *connector);
85 void typec_unlink_ports(struct typec_port *connector);
87 static inline int typec_link_ports(struct typec_port *connector) { return 0; } in typec_link_ports()
88 static inline void typec_unlink_ports(struct typec_port *connector) { } in typec_unlink_ports()
Dclass.c76 struct typec_port *port = to_typec_port(dev->parent); in get_pd_product_type()
240 struct typec_port *port = typec_altmode2port(adev); in typec_altmode_set_partner()
319 struct typec_port *typec_altmode2port(struct typec_altmode *alt) in typec_altmode2port()
833 struct typec_partner *typec_register_partner(struct typec_port *port, in typec_register_partner()
1092 struct typec_cable *typec_cable_get(struct typec_port *port) in typec_cable_get()
1153 struct typec_cable *typec_register_cable(struct typec_port *port, in typec_register_cable()
1218 int typec_port_set_usb_power_delivery(struct typec_port *port, struct usb_power_delivery *pd) in typec_port_set_usb_power_delivery()
1243 struct typec_port *port = to_typec_port(dev); in select_usb_power_delivery_store()
1259 struct typec_port *port = to_typec_port(dev); in select_usb_power_delivery_show()
1291 struct typec_port *port = to_typec_port(kobj_to_dev(kobj)); in port_attr_is_visible()
[all …]
Dport-mapper.c30 struct typec_port *port;
55 int typec_link_ports(struct typec_port *con) in typec_link_ports()
80 void typec_unlink_ports(struct typec_port *con) in typec_unlink_ports()
Dwusb3801.c90 struct typec_port *port;
181 static int wusb3801_try_role(struct typec_port *port, int role) in wusb3801_try_role()
190 static int wusb3801_port_type_set(struct typec_port *port, in wusb3801_port_type_set()
222 struct typec_port *port = wusb3801->port; in wusb3801_hw_update()
Dhd3ss3220.c39 struct typec_port *port;
75 static int hd3ss3220_dr_set(struct typec_port *port, enum typec_data_role role) in hd3ss3220_dr_set()
Dqcom-pmic-typec.c39 struct typec_port *port;
Drt1719.c88 struct typec_port *port;
399 static int rt1719_dr_set(struct typec_port *port, enum typec_data_role role) in rt1719_dr_set()
Dstusb160x.c155 struct typec_port *port;
Danx7411.c246 struct typec_port *port;
/Linux-v6.1/drivers/extcon/
Dextcon-usbc-tusb320.c77 struct typec_port *port;
229 static int tusb320_port_type_set(struct typec_port *port, in tusb320_port_type_set()
277 struct typec_port *port = priv->port; in tusb320_typec_irq_handler()
/Linux-v6.1/drivers/usb/typec/tcpm/
Dtcpm.c304 struct typec_port *typec_port; member
944 ret = typec_set_orientation(port->typec_port, orientation); in tcpm_mux_set()
954 return typec_set_mode(port->typec_port, state); in tcpm_mux_set()
982 typec_set_vconn_role(port->typec_port, port->vconn_role); in tcpm_set_vconn()
1082 typec_set_data_role(port->typec_port, data); in tcpm_set_roles()
1083 typec_set_pwr_role(port->typec_port, role); in tcpm_set_roles()
1098 typec_set_pwr_role(port->typec_port, role); in tcpm_set_pwr_role()
1566 struct typec_port *typec = port->typec_port; in tcpm_pd_svdm()
1841 port->typec_port); in tcpm_handle_vdm_request()
1875 int svdm_version = typec_get_negotiated_svdm_version(port->typec_port); in tcpm_send_vdm()
[all …]
/Linux-v6.1/drivers/usb/typec/tipd/
Dcore.c87 struct typec_port *port;
351 static int tps6598x_dr_set(struct typec_port *port, enum typec_data_role role) in tps6598x_dr_set()
381 static int tps6598x_pr_set(struct typec_port *port, enum typec_role role) in tps6598x_pr_set()
/Linux-v6.1/drivers/usb/typec/ucsi/
Ducsi.h325 struct typec_port *port;
Ducsi.c927 static int ucsi_dr_swap(struct typec_port *port, enum typec_data_role role) in ucsi_dr_swap()
971 static int ucsi_pr_swap(struct typec_port *port, enum typec_role role) in ucsi_pr_swap()
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_typec.c47 struct typec_port *port;
678 struct typec_port *port = typec->ports[port_num]->port; in cros_typec_set_port_params_v0()
695 struct typec_port *port = typec->ports[port_num]->port; in cros_typec_set_port_params_v1()