Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtcpci.h175 struct tcpci;
219 int (*init)(struct tcpci *tcpci, struct tcpci_data *data);
220 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data,
222 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data,
224 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink);
225 void (*frs_sourcing_vbus)(struct tcpci *tcpci, struct tcpci_data *data);
226 void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data,
228 void (*check_contaminant)(struct tcpci *tcpci, struct tcpci_data *data);
229 bool (*attempt_vconn_swap_discovery)(struct tcpci *tcpci, struct tcpci_data *data);
232 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data);
[all …]
/linux/drivers/usb/typec/tcpm/
H A Dtcpci_maxim_core.c224 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus() argument
271 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus() argument
278 max_tcpci_set_vbus(tcpci, tdata, true, false); in max_tcpci_frs_sourcing_vbus()
296 static void max_tcpci_set_partner_usb_comm_capable(struct tcpci *tcpci, struct tcpci_data *data, in max_tcpci_set_partner_usb_comm_capable() argument
445 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling() argument
455 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init() argument
464 static void max_tcpci_check_contaminant(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_check_contaminant() argument
473 static bool max_tcpci_attempt_vconn_swap_discovery(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_attempt_vconn_swap_discovery() argument
485 static void max_tcpci_unregister_tcpci_port(void *tcpci) in max_tcpci_unregister_tcpci_port() argument
487 tcpci_unregister_port(tcpci); in max_tcpci_unregister_tcpci_port()
[all …]
H A DMakefile6 obj-$(CONFIG_TYPEC_TCPCI) += tcpci.o
/linux/Documentation/devicetree/bindings/usb/
H A Drichtek,rt1711h.txt10 - connector: The "usb-c-connector" attached to the tcpci chip, the bindings
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-hummingboard-pulse.dts45 compatible = "nxp,ptn5110", "tcpci";
H A Dimx95-19x19-verdin-evk.dts232 compatible = "nxp,ptn5110", "tcpci";
H A Dimx93-9x9-qsb.dts278 compatible = "nxp,ptn5110", "tcpci";
/linux/
H A DMAINTAINERS27855 F: drivers/usb/typec/tcpm/tcpci.c
27857 F: include/linux/usb/tcpci.h