| /linux/include/linux/usb/ |
| A D | typec_altmode.h | 25 struct typec_altmode { struct 60 int (*enter)(struct typec_altmode *altmode, u32 *vdo); 61 int (*exit)(struct typec_altmode *altmode); 63 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, 71 int typec_altmode_exit(struct typec_altmode *altmode); 73 int typec_altmode_vdm(struct typec_altmode *altmode, 77 const struct typec_altmode * 148 struct typec_altmode *typec_altmode_get_plug(struct typec_altmode *altmode, 152 struct typec_altmode *typec_match_altmode(struct typec_altmode **altmodes, 187 int (*probe)(struct typec_altmode *altmode); [all …]
|
| A D | typec.h | 146 struct typec_altmode 150 struct typec_altmode 153 struct typec_altmode 159 struct typec_altmode **altmodes, size_t n); 161 void typec_port_register_cable_ops(struct typec_altmode **altmodes, int max_altmodes, 164 void typec_unregister_altmode(struct typec_altmode *altmode); 166 struct typec_port *typec_altmode2port(struct typec_altmode *alt); 168 void typec_altmode_update_active(struct typec_altmode *alt, bool active); 170 void typec_altmode_set_ops(struct typec_altmode *alt,
|
| A D | typec_retimer.h | 11 struct typec_altmode; 15 struct typec_altmode *alt;
|
| A D | typec_mux.h | 14 struct typec_altmode; 46 struct typec_altmode *alt;
|
| /linux/drivers/usb/typec/ |
| A D | bus.c | 129 struct typec_altmode *pdev = &partner->adev; in typec_altmode_enter() 160 struct typec_altmode *pdev = &partner->adev; in typec_altmode_exit() 189 struct typec_altmode *pdev; in typec_altmode_attention() 214 int typec_altmode_vdm(struct typec_altmode *adev, in typec_altmode_vdm() 217 struct typec_altmode *pdev; in typec_altmode_vdm() 237 const struct typec_altmode * 262 struct typec_altmode *pdev; in typec_cable_altmode_enter() 292 struct typec_altmode *pdev; in typec_cable_altmode_exit() 325 struct typec_altmode *pdev; in typec_cable_altmode_vdm() 360 struct typec_altmode *typec_altmode_get_plug(struct typec_altmode *adev, in typec_altmode_get_plug() [all …]
|
| A D | class.c | 238 struct typec_altmode *adev = &altmode->adev; in typec_altmode_set_partner() 265 struct typec_altmode *adev; in typec_altmode_put_partner() 266 struct typec_altmode *partner_adev; in typec_altmode_put_partner() 337 struct typec_altmode *alt = to_typec_altmode(dev); in vdo_show() 532 static struct typec_altmode * 852 struct typec_altmode * 1063 struct typec_altmode * 2261 struct typec_altmode * 2265 struct typec_altmode *adev; in typec_port_register_altmode() 2294 struct typec_altmode **altmodes, size_t n) in typec_port_register_altmodes() [all …]
|
| A D | bus.h | 14 struct typec_altmode adev;
|
| A D | anx7411.c | 251 struct typec_altmode *amode[MAX_ALTMODE]; 252 struct typec_altmode *port_amode[MAX_ALTMODE]; 1013 static void anx7411_port_unregister_altmodes(struct typec_altmode **adev) in anx7411_port_unregister_altmodes()
|
| /linux/drivers/usb/typec/altmodes/ |
| A D | displayport.h | 3 int dp_altmode_probe(struct typec_altmode *alt); 4 void dp_altmode_remove(struct typec_altmode *alt); 6 int dp_altmode_probe(struct typec_altmode *alt) { return -ENOTSUPP; } in dp_altmode_probe() 7 void dp_altmode_remove(struct typec_altmode *alt) { } in dp_altmode_remove()
|
| A D | displayport.c | 71 struct typec_altmode *alt; 72 const struct typec_altmode *port; 74 struct typec_altmode *plug_prime; 322 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention() 348 static int dp_altmode_vdm(struct typec_altmode *alt, in dp_altmode_vdm() 416 static int dp_cable_altmode_vdm(struct typec_altmode *alt, enum typec_plug_index sop, in dp_cable_altmode_vdm() 475 static int dp_altmode_activate(struct typec_altmode *alt, int activate) in dp_altmode_activate() 723 int dp_altmode_probe(struct typec_altmode *alt) in dp_altmode_probe() 725 const struct typec_altmode *port = typec_altmode_get_partner(alt); in dp_altmode_probe() 726 struct typec_altmode *plug = typec_altmode_get_plug(alt, TYPEC_PLUG_SOP_P); in dp_altmode_probe() [all …]
|
| A D | nvidia.c | 12 static int nvidia_altmode_probe(struct typec_altmode *alt) in nvidia_altmode_probe() 20 static void nvidia_altmode_remove(struct typec_altmode *alt) in nvidia_altmode_remove()
|
| /linux/drivers/usb/typec/ucsi/ |
| A D | displayport.c | 21 struct typec_altmode *alt; 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter() 60 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_enter() 108 static int ucsi_displayport_exit(struct typec_altmode *alt) in ucsi_displayport_exit() 118 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_exit() 197 static int ucsi_displayport_vdm(struct typec_altmode *alt, in ucsi_displayport_vdm() 208 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_vdm() 288 void ucsi_displayport_remove_partner(struct typec_altmode *alt) in ucsi_displayport_remove_partner() 304 struct typec_altmode *ucsi_register_displayport(struct ucsi_connector *con, in ucsi_register_displayport() 310 struct typec_altmode *alt; in ucsi_register_displayport()
|
| A D | ucsi.h | 430 struct typec_altmode *port_altmode[UCSI_MAX_ALTMODES]; 431 struct typec_altmode *partner_altmode[UCSI_MAX_ALTMODES]; 432 struct typec_altmode *plug_altmode[UCSI_MAX_ALTMODES]; 479 struct typec_altmode * 484 void ucsi_displayport_remove_partner(struct typec_altmode *adev); 487 static inline struct typec_altmode * 496 ucsi_displayport_remove_partner(struct typec_altmode *adev) { } in ucsi_displayport_remove_partner()
|
| A D | trace.h | 86 TP_PROTO(u8 recipient, struct typec_altmode *alt), 106 TP_PROTO(u8 recipient, struct typec_altmode *alt),
|
| A D | ucsi.c | 310 const struct typec_altmode *altmode = NULL; in ucsi_altmode_update_active() 335 static int ucsi_altmode_next_mode(struct typec_altmode **alt, u16 svid) in ucsi_altmode_next_mode() 351 static int ucsi_next_altmode(struct typec_altmode **alt) in ucsi_next_altmode() 362 static int ucsi_get_num_altmode(struct typec_altmode **alt) in ucsi_get_num_altmode() 377 struct typec_altmode *alt; in ucsi_register_altmode() 620 const struct typec_altmode *pdev; in ucsi_unregister_altmodes() 621 struct typec_altmode **adev; in ucsi_unregister_altmodes()
|
| A D | ucsi_ccg.c | 478 struct typec_altmode *alt = NULL; in ucsi_ccg_update_set_new_cam_cmd()
|
| /linux/drivers/platform/chrome/ |
| A D | cros_typec_vdm.c | 26 struct typec_altmode *amode; in cros_typec_handle_vdm_attention() 65 struct typec_altmode *amode; in cros_typec_handle_vdm_response() 95 static int cros_typec_port_amode_enter(struct typec_altmode *amode, u32 *vdo) in cros_typec_port_amode_enter() 120 static int cros_typec_port_amode_vdm(struct typec_altmode *amode, const u32 hdr, in cros_typec_port_amode_vdm()
|
| A D | cros_ec_typec.h | 26 struct typec_altmode *amode; 68 struct typec_altmode *port_altmode[CROS_EC_ALTMODE_MAX];
|
| A D | cros_typec_switch.c | 51 static int cros_typec_get_mux_state(unsigned long mode, struct typec_altmode *alt) in cros_typec_get_mux_state() 109 unsigned long mode, struct typec_altmode *alt) in cros_typec_configure_mux()
|
| A D | cros_ec_typec.c | 290 struct typec_altmode *amode; in cros_typec_register_port_altmodes() 761 struct typec_altmode *amode; in cros_typec_register_altmodes()
|
| /linux/Documentation/driver-api/usb/ |
| A D | typec_bus.rst | 97 .. kernel-doc:: include/linux/usb/typec_altmode.h 103 .. kernel-doc:: include/linux/usb/typec_altmode.h
|
| A D | typec.rst | 173 typec_altmode on success, or NULL. The unregistration will happen with the same
|
| /linux/drivers/usb/typec/tcpm/ |
| A D | tcpm.c | 482 struct typec_altmode *partner_altmode[ALTMODE_DISCOVERY_MAX]; 483 struct typec_altmode *plug_prime_altmode[ALTMODE_DISCOVERY_MAX]; 484 struct typec_altmode *port_altmode[ALTMODE_DISCOVERY_MAX]; 1748 struct typec_altmode *altmode; in tcpm_register_partner_altmodes() 1769 struct typec_altmode *altmode; in tcpm_register_plug_altmodes() 1874 static int tcpm_pd_svdm(struct tcpm_port *port, struct typec_altmode *adev, in tcpm_pd_svdm() 1881 struct typec_altmode *pdev, *pdev_prime; in tcpm_pd_svdm() 2246 struct typec_altmode *adev; in tcpm_handle_vdm_request() 2774 static int tcpm_altmode_enter(struct typec_altmode *altmode, u32 *vdo) in tcpm_altmode_enter() 2791 static int tcpm_altmode_exit(struct typec_altmode *altmode) in tcpm_altmode_exit() [all …]
|
| /linux/drivers/soc/qcom/ |
| A D | pmic_glink_altmode.c | 75 struct typec_altmode dp_alt;
|
| /linux/ |
| A D | MAINTAINERS | 24069 F: include/linux/usb/typec_altmode.h
|