Home
last modified time | relevance | path

Searched refs:cros_typec_port (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/platform/chrome/
H A Dcros_typec_altmode.h9 struct cros_typec_port;
16 cros_typec_register_displayport(struct cros_typec_port *port,
24 cros_typec_register_displayport(struct cros_typec_port *port, in cros_typec_register_displayport()
40 cros_typec_register_thunderbolt(struct cros_typec_port *port,
44 cros_typec_register_thunderbolt(struct cros_typec_port *port, in cros_typec_register_thunderbolt()
H A Dcros_typec_switch.c22 struct cros_typec_port { struct
33 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS]; argument
154 struct cros_typec_port *port = typec_mux_get_drvdata(mode_switch); in cros_typec_mode_switch_set()
162 struct cros_typec_port *port = typec_retimer_get_drvdata(retimer); in cros_typec_retimer_set()
180 static int cros_typec_register_mode_switch(struct cros_typec_port *port, in cros_typec_register_mode_switch()
195 static int cros_typec_register_retimer(struct cros_typec_port *port, struct fwnode_handle *fwnode) in cros_typec_register_retimer()
211 struct cros_typec_port *port; in cros_typec_register_switches()
H A Dcros_ec_typec.c47 struct cros_typec_port *port = typec_get_drvdata(tc_port); in cros_typec_enter_usb_mode()
171 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_add_partner()
195 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_unregister_altmodes()
238 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_remove_partner()
265 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_remove_cable()
314 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_register_port_altmodes()
358 struct cros_typec_port *cros_port; in cros_typec_init_ports()
489 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_enable_tbt()
544 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_enable_dp()
621 struct cros_typec_port *port = typec->ports[port_num]; in cros_typec_enable_usb4()
[all …]
H A Dcros_ec_typec.h38 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];
47 struct cros_typec_port { struct
H A Dcros_typec_vdm.c97 struct cros_typec_port *port = typec_altmode_get_drvdata(amode); in cros_typec_port_amode_enter()
123 struct cros_typec_port *port = typec_altmode_get_drvdata(amode); in cros_typec_port_amode_vdm()
H A Dcros_typec_altmode.c20 struct cros_typec_port *port;
309 cros_typec_register_displayport(struct cros_typec_port *port, in cros_typec_register_displayport()
345 cros_typec_register_thunderbolt(struct cros_typec_port *port, in cros_typec_register_thunderbolt()