Searched refs:tcpc (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/usb/typec/tcpm/ |
H A D | tcpci.c | 43 struct tcpc_dev tcpc; member 58 static inline struct tcpci *tcpc_to_tcpci(struct tcpc_dev *tcpc) in tcpc_to_tcpci() argument 60 return container_of(tcpc, struct tcpci, tcpc); in tcpc_to_tcpci() 85 static int tcpci_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in tcpci_set_cc() argument 87 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_cc() 158 static int tcpci_apply_rc(struct tcpc_dev *tcpc, enum typec_cc_status cc, in tcpci_apply_rc() argument 161 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_apply_rc() 181 static int tcpci_start_toggling(struct tcpc_dev *tcpc, in tcpci_start_toggling() argument 186 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_start_toggling() 228 static int tcpci_get_cc(struct tcpc_dev *tcpc, in tcpci_get_cc() argument [all …]
|
H A D | tcpm.c | 349 struct tcpc_dev *tcpc; member 902 port->tcpc->set_cc(port->tcpc, cc); in tcpm_set_cc() 909 if (port->tcpc->enable_auto_vbus_discharge) { in tcpm_enable_auto_vbus_discharge() 910 ret = port->tcpc->enable_auto_vbus_discharge(port->tcpc, enable); in tcpm_enable_auto_vbus_discharge() 926 if (port->tcpc->enable_auto_vbus_discharge && port->tcpc->apply_rc) { in tcpm_apply_rc() 928 port->tcpc->apply_rc(port->tcpc, port->cc_req, port->polarity); in tcpm_apply_rc() 1010 ret = port->tcpc->pd_transmit(port->tcpc, tx_sop_type, msg, negotiated_rev); in tcpm_pd_transmit() 1098 ret = port->tcpc->set_polarity(port->tcpc, polarity); in tcpm_set_polarity() 1113 ret = port->tcpc->set_vconn(port->tcpc, enable); in tcpm_set_vconn() 1137 if (port->tcpc->get_current_limit) in tcpm_get_current_limit() [all …]
|
/linux/drivers/usb/typec/tcpm/qcom/ |
H A D | qcom_pmic_typec.h | 12 struct tcpc_dev tcpc; member 25 #define tcpc_to_tcpm(_tcpc_) container_of(_tcpc_, struct pmic_typec, tcpc)
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3566-pinenote.dtsi | 470 wusb3801: tcpc@60 { 608 tcpc { 609 tcpc_int_l: tcpc-int-l {
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8395-genio-1200-evk.dts | 449 tcpc { 450 compatible = "mediatek,mt6360-tcpc";
|
H A D | mt8395-radxa-nio-12l.dts | 396 compatible = "mediatek,mt6360-tcpc";
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx93-11x11-evk.dts | 444 ptn5110: tcpc@50 { 477 ptn5110_2: tcpc@51 {
|
H A D | imx8mn-evk.dtsi | 255 ptn5110: tcpc@50 {
|
H A D | imx93-9x9-qsb.dts | 259 ptn5110: tcpc@50 {
|
H A D | imx8mm-evk.dtsi | 406 ptn5110: tcpc@50 {
|
H A D | imx93-tqma9352-mba93xxca.dts | 296 tcpc-irq-hog {
|
H A D | imx95-19x19-evk.dts | 404 ptn5110: tcpc@50 {
|
H A D | imx8qxp-mek.dts | 489 ptn5110: tcpc@50 {
|
H A D | imx95-15x15-evk.dts | 370 ptn5110: tcpc@50 {
|
H A D | imx8qm-mek.dts | 583 ptn5110: tcpc@51 {
|
/linux/arch/s390/kernel/ |
H A D | time.c | 467 if (intparm->tsc || intparm->lac || intparm->tcpc) in stp_timing_alert()
|