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