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