Searched refs:tcpm_log (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 756 static void tcpm_log(struct tcpm_port *port, const char *fmt, ...) in tcpm_log() function 850 tcpm_log(port, " PDO %d: type %d, %s", in tcpm_log_source_caps() 902 static void tcpm_log(const struct tcpm_port *port, const char *fmt, ...) { } in tcpm_log() function 913 tcpm_log(port, "cc:=%d", cc); in tcpm_set_cc() 940 tcpm_log(port, "Apply_RC"); in tcpm_apply_rc() 984 tcpm_log(port, "AMS %s finished", tcpm_ams_str[port->ams]); in tcpm_ams_finish() 1018 tcpm_log(port, "PD TX, header: %#x", le16_to_cpu(msg->header)); in tcpm_pd_transmit() 1020 tcpm_log(port, "PD TX, type: %#x", tx_sop_type); in tcpm_pd_transmit() 1076 tcpm_log(port, "PD TX complete, status: %u", status); in tcpm_pd_transmit_complete() 1088 tcpm_log(port, "Requesting mux state %d, usb-role %d, orientation %d", in tcpm_mux_set() [all …]
|