Searched refs:anx7411_send_msg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/typec/ |
H A D | anx7411.c | 729 static int anx7411_send_msg(struct anx7411_data *ctx, u8 type, u8 *buf, u8 size) in anx7411_send_msg() function 837 anx7411_send_msg(ctx, TYPE_SRC_CAP, (u8 *)&payload, in anx7411_config() 839 anx7411_send_msg(ctx, TYPE_SNK_IDENTITY, snk_identity, in anx7411_config() 841 anx7411_send_msg(ctx, TYPE_SET_SNK_DP_CAP, dp_caps, in anx7411_config() 848 anx7411_send_msg(ctx, TYPE_SNK_CAP, (u8 *)&payload, in anx7411_config() 1284 ret = anx7411_send_msg(ctx, TYPE_GET_DP_ALT_ENTER, NULL, 0); in anx7411_typec_check_connection() 1285 ret |= anx7411_send_msg(ctx, TYPE_GET_DP_DISCOVER_MODES_INFO, NULL, 0); in anx7411_typec_check_connection()
|