Searched defs:tcpc (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/usb/typec/tcpm/ |
A D | tcpci.c | 41 struct tcpc_dev tcpc; member 56 static inline struct tcpci *tcpc_to_tcpci(struct tcpc_dev *tcpc) in tcpc_to_tcpci() 179 static int tcpci_start_toggling(struct tcpc_dev *tcpc, in tcpci_start_toggling() 226 static int tcpci_get_cc(struct tcpc_dev *tcpc, in tcpci_get_cc() 251 static int tcpci_set_polarity(struct tcpc_dev *tcpc, in tcpci_set_polarity() 311 static int tcpci_set_orientation(struct tcpc_dev *tcpc, in tcpci_set_orientation() 341 static int tcpci_set_vconn(struct tcpc_dev *tcpc, bool enable) in tcpci_set_vconn() 489 static int tcpci_get_vbus(struct tcpc_dev *tcpc) in tcpci_get_vbus() 502 static bool tcpci_is_vbus_vsafe0v(struct tcpc_dev *tcpc) in tcpci_is_vbus_vsafe0v() 622 static bool tcpci_cable_comm_capable(struct tcpc_dev *tcpc) in tcpci_cable_comm_capable() [all …]
|
A D | wcove.c | 154 struct tcpc_dev tcpc; member 200 static int wcove_init(struct tcpc_dev *tcpc) in wcove_init() 217 static int wcove_get_vbus(struct tcpc_dev *tcpc) in wcove_get_vbus() 232 static int wcove_set_vbus(struct tcpc_dev *tcpc, bool on, bool sink) in wcove_set_vbus() 239 static int wcove_set_vconn(struct tcpc_dev *tcpc, bool on) in wcove_set_vconn() 268 static int wcove_get_cc(struct tcpc_dev *tcpc, enum typec_cc_status *cc1, in wcove_get_cc() 290 static int wcove_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in wcove_set_cc() 330 static int wcove_set_roles(struct tcpc_dev *tcpc, bool attached, in wcove_set_roles() 349 static int wcove_set_pd_rx(struct tcpc_dev *tcpc, bool on) in wcove_set_pd_rx() 357 static int wcove_pd_transmit(struct tcpc_dev *tcpc, in wcove_pd_transmit() [all …]
|
A D | tcpm.c | 322 struct tcpc_dev *tcpc; member 6610 struct tcpc_dev *tcpc = port->tcpc; in tcpm_try_role() local 7563 struct tcpm_port *tcpm_register_port(struct device *dev, struct tcpc_dev *tcpc) in tcpm_register_port()
|
/linux/drivers/usb/typec/tcpm/qcom/ |
A D | qcom_pmic_typec_pdphy_stub.c | 20 static int qcom_pmic_typec_pdphy_stub_pd_transmit(struct tcpc_dev *tcpc, in qcom_pmic_typec_pdphy_stub_pd_transmit() 36 static int qcom_pmic_typec_pdphy_stub_set_pd_rx(struct tcpc_dev *tcpc, bool on) in qcom_pmic_typec_pdphy_stub_set_pd_rx() 46 static int qcom_pmic_typec_pdphy_stub_set_roles(struct tcpc_dev *tcpc, bool attached, in qcom_pmic_typec_pdphy_stub_set_roles()
|
A D | qcom_pmic_typec_port.c | 323 static int qcom_pmic_typec_port_get_vbus(struct tcpc_dev *tcpc) in qcom_pmic_typec_port_get_vbus() 336 static int qcom_pmic_typec_port_set_vbus(struct tcpc_dev *tcpc, bool on, bool sink) in qcom_pmic_typec_port_set_vbus() 360 static int qcom_pmic_typec_port_get_cc(struct tcpc_dev *tcpc, in qcom_pmic_typec_port_get_cc() 457 static int qcom_pmic_typec_port_set_cc(struct tcpc_dev *tcpc, in qcom_pmic_typec_port_set_cc() 525 static int qcom_pmic_typec_port_set_polarity(struct tcpc_dev *tcpc, in qcom_pmic_typec_port_set_polarity() 532 static int qcom_pmic_typec_port_set_vconn(struct tcpc_dev *tcpc, bool on) in qcom_pmic_typec_port_set_vconn() 570 static int qcom_pmic_typec_port_start_toggling(struct tcpc_dev *tcpc, in qcom_pmic_typec_port_start_toggling()
|
A D | qcom_pmic_typec.h | 12 struct tcpc_dev tcpc; member
|
A D | qcom_pmic_typec_pdphy.c | 300 static int qcom_pmic_typec_pdphy_pd_transmit(struct tcpc_dev *tcpc, in qcom_pmic_typec_pdphy_pd_transmit() 407 static int qcom_pmic_typec_pdphy_set_pd_rx(struct tcpc_dev *tcpc, bool on) in qcom_pmic_typec_pdphy_set_pd_rx() 426 static int qcom_pmic_typec_pdphy_set_roles(struct tcpc_dev *tcpc, bool attached, in qcom_pmic_typec_pdphy_set_roles()
|
A D | qcom_pmic_typec.c | 32 static int qcom_pmic_typec_init(struct tcpc_dev *tcpc) in qcom_pmic_typec_init()
|
/linux/arch/s390/include/asm/ |
A D | stp.h | 19 u32 tcpc : 1; /* Time control parameter change */ member
|
Completed in 52 milliseconds