Searched refs:get_cc (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | tcpm.h | 65 * @get_cc: Called to read current CC pin values 94 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | tcpm.h | 71 * @get_cc: Called to read current CC pin values 132 int (*get_cc)(struct tcpc_dev *dev, enum typec_cc_status *cc1, member
|
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/qcom/ |
H A D | qcom_pmic_typec.c | 205 tcpm->tcpc.get_cc = qcom_pmic_typec_get_cc; in qcom_pmic_typec_probe()
|
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/ |
H A D | wcove.c | 640 wcove->tcpc.get_cc = wcove_get_cc; in wcove_typec_probe()
|
H A D | tcpci.c | 640 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
|
H A D | tcpm.c | 4272 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_pd_event_handler() 4719 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init() 5112 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()
|
H A D | fusb302.c | 1117 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
|
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/ |
H A D | wcove.c | 641 wcove->tcpc.get_cc = wcove_get_cc; in wcove_typec_probe()
|
H A D | tcpci.c | 784 tcpci->tcpc.get_cc = tcpci_get_cc; in tcpci_register_port()
|
H A D | tcpm.c | 5451 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_pd_event_handler() 6008 if (port->tcpc->get_cc(port->tcpc, &cc1, &cc2) == 0) in tcpm_init() 6540 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()
|
H A D | fusb302.c | 1124 fusb302_tcpc_dev->get_cc = tcpm_get_cc; in init_tcpc_dev()
|
Completed in 22 milliseconds