Searched full:altmodes (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/usb/typec/ucsi/ |
| H A D | ucsi_yoga_c630.c | 117 * EC can return AltModes present on CON1 (port0, right) for CON2 in yoga_c630_ucsi_sync_control() 123 dev_dbg(ucsi->dev, "ignoring altmodes for con2\n"); in yoga_c630_ucsi_sync_control() 150 /* EC is nice and repeats altmodes again and again. Ignore copies. */ in yoga_c630_ucsi_update_altmodes() 153 dev_dbg(ucsi->dev, "Found duplicate altmodes, starting from %d\n", i); in yoga_c630_ucsi_update_altmodes()
|
| H A D | ucsi.c | 532 * We are collecting all altmodes first and then registering. in ucsi_register_altmodes_nvidia() 539 /* We got all altmodes, now break out and register them */ in ucsi_register_altmodes_nvidia() 549 * multiple DP altmodes. in ucsi_register_altmodes_nvidia() 553 /* now register altmodes */ in ucsi_register_altmodes_nvidia()
|
| H A D | ucsi_ccg.c | 415 * Copy original connector altmodes to new structure. in ucsi_ccg_update_altmodes() 417 * checks for duplicate altmodes. in ucsi_ccg_update_altmodes() 541 * and SOP altmodes since NVIDIA GPU connector has order of vdo=0x1
|
| /linux/drivers/usb/typec/ |
| H A D | class.c | 1013 * typec_partner_set_num_altmodes - Set the number of available partner altmodes 1015 * @num_altmodes: The number of altmodes we want to specify as available. 1243 * typec_plug_set_num_altmodes - Set the number of available plug altmodes 1245 * @num_altmodes: The number of altmodes we want to specify as available. 2612 struct typec_altmode **altmodes, size_t n) in typec_port_register_altmodes() argument 2623 device_get_named_child_node(&port->dev, "altmodes"); in typec_port_register_altmodes() 2626 return; /* No altmodes specified */ in typec_port_register_altmodes() 2661 altmodes[index] = alt; in typec_port_register_altmodes() 2668 * typec_port_register_cable_ops - Register typec_cable_ops to port altmodes 2669 * @altmodes: USB Type-C Port's altmode vector [all …]
|
| H A D | Kconfig | 115 source "drivers/usb/typec/altmodes/Kconfig"
|
| /linux/Documentation/devicetree/bindings/connector/ |
| H A D | usb-connector.yaml | 156 altmodes: 432 altmodes {
|
| /linux/drivers/platform/chrome/ |
| H A D | Kconfig | 244 Selectable symbol to enable altmodes.
|
| /linux/drivers/platform/x86/intel/ |
| H A D | chtwc_int33fe.c | 134 .name = "altmodes",
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 283 int altmodes; /* number of alternate modes */ member 2004 if (pmdata->altmodes >= ALTMODE_DISCOVERY_MAX) { in svdm_consume_modes() 2008 paltmode = &pmdata->altmode_desc[pmdata->altmodes]; in svdm_consume_modes() 2016 pmdata->altmodes, paltmode->svid, in svdm_consume_modes() 2019 pmdata->altmodes++; in svdm_consume_modes() 2032 for (i = 0; i < modep->altmodes; i++) { in tcpm_register_partner_altmodes() 2050 typec_plug_set_num_altmodes(port->plug_prime, modep->altmodes); in tcpm_register_plug_altmodes() 2052 for (i = 0; i < modep->altmodes; i++) { in tcpm_register_plug_altmodes() 4894 for (i = 0; i < modep->altmodes; i++) { in tcpm_unregister_altmodes() 4898 for (i = 0; i < modep_prime->altmodes; i++) { in tcpm_unregister_altmodes()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588s-indiedroid-nova.dts | 390 altmodes {
|
| /linux/drivers/usb/typec/tipd/ |
| H A D | core.c | 866 * regardless since the work function will check for any plug or altmodes changes since in cd321x_connect()
|
| /linux/ |
| H A D | MAINTAINERS | 27744 F: drivers/usb/typec/altmodes/
|