Home
last modified time | relevance | path

Searched refs:altmodes (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/typec/
H A Dbus.c417 struct typec_altmode *typec_match_altmode(struct typec_altmode **altmodes, in typec_match_altmode() argument
423 if (!altmodes[i]) in typec_match_altmode()
425 if (altmodes[i]->svid == svid && altmodes[i]->mode == mode) in typec_match_altmode()
426 return altmodes[i]; in typec_match_altmode()
H A DMakefile5 obj-$(CONFIG_TYPEC) += altmodes/
H A Dclass.c2484 struct typec_altmode **altmodes, size_t n) in typec_port_register_altmodes() argument
2533 altmodes[index] = alt; in typec_port_register_altmodes()
2545 void typec_port_register_cable_ops(struct typec_altmode **altmodes, int max_altmodes, in typec_port_register_cable_ops() argument
2551 if (!altmodes[i]) in typec_port_register_cable_ops()
2553 altmodes[i]->cable_ops = ops; in typec_port_register_cable_ops()
H A DKconfig115 source "drivers/usb/typec/altmodes/Kconfig"
/linux/include/linux/usb/
H A Dtypec.h170 struct typec_altmode **altmodes, size_t n);
172 void typec_port_register_cable_ops(struct typec_altmode **altmodes, int max_altmodes,
H A Dtypec_altmode.h152 struct typec_altmode *typec_match_altmode(struct typec_altmode **altmodes,
/linux/arch/arm64/boot/dts/qcom/
H A Dsm8150-hdk.dts545 altmodes {
/linux/
H A DMAINTAINERS24390 F: drivers/usb/typec/altmodes/