Searched refs:tcpm_log (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/usb/typec/tcpm/ |
| D | tcpm.c | 634 static void tcpm_log(struct tcpm_port *port, const char *fmt, ...) in tcpm_log() function 715 tcpm_log(port, " PDO %d: type %d, %s", in tcpm_log_source_caps() 767 static void tcpm_log(const struct tcpm_port *port, const char *fmt, ...) { } in tcpm_log() function 778 tcpm_log(port, "cc:=%d", cc); in tcpm_set_cc() 805 tcpm_log(port, "Apply_RC"); in tcpm_apply_rc() 849 tcpm_log(port, "AMS %s finished", tcpm_ams_str[port->ams]); in tcpm_ams_finish() 872 tcpm_log(port, "PD TX, header: %#x", le16_to_cpu(msg->header)); in tcpm_pd_transmit() 874 tcpm_log(port, "PD TX, type: %#x", type); in tcpm_pd_transmit() 920 tcpm_log(port, "PD TX complete, status: %u", status); in tcpm_pd_transmit_complete() 932 tcpm_log(port, "Requesting mux state %d, usb-role %d, orientation %d", in tcpm_mux_set() [all …]
|