Searched refs:tcpm (Results 1 – 11 of 11) sorted by relevance
16 int (*pdphy_start)(struct pmic_typec *tcpm,18 void (*pdphy_stop)(struct pmic_typec *tcpm);20 int (*port_start)(struct pmic_typec *tcpm,22 void (*port_stop)(struct pmic_typec *tcpm);
30 struct pmic_typec *tcpm,35 struct pmic_typec *tcpm);
30 struct pmic_typec *tcpm,
2 obj-$(CONFIG_TYPEC_TCPM) += tcpm.o
6 obj-$(CONFIG_TYPEC_TCPM) += tcpm/
49 source "drivers/usb/typec/tcpm/Kconfig"
48 http://tools.ietf.org/html/draft-bensley-tcpm-dctcp-00
897 .. _TLP paper: https://tools.ietf.org/html/draft-dukkipati-tcpm-tcp-loss-probe-01
139 struct tcphdr *tcph, *tcpm; in idpf_fsteer_fill_tcp() local144 tcpm = (struct tcphdr *)hdrs->proto_hdr[1].buffer_mask; in idpf_fsteer_fill_tcp()149 tcpm->source = fsp->m_u.tcp_ip4_spec.psrc; in idpf_fsteer_fill_tcp()150 tcpm->dest = fsp->m_u.tcp_ip4_spec.pdst; in idpf_fsteer_fill_tcp()154 tcpm->source = fsp->m_u.tcp_ip6_spec.psrc; in idpf_fsteer_fill_tcp()155 tcpm->dest = fsp->m_u.tcp_ip6_spec.pdst; in idpf_fsteer_fill_tcp()
621 reg-names = "prcmu", "prcmu-tcpm", "prcmu-tcdm";
21641 F: drivers/usb/typec/tcpm/qcom/27148 F: drivers/usb/typec/tcpm/tcpci.c27149 F: drivers/usb/typec/tcpm/tcpm.c27151 F: include/linux/usb/tcpm.h