Searched refs:ucsi_send_command (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/typec/ucsi/ |
| H A D | ucsi.c | 247 int ucsi_send_command(struct ucsi *ucsi, u64 command, in ucsi_send_command() function 252 EXPORT_SYMBOL_GPL(ucsi_send_command); 329 ret = ucsi_send_command(con->ucsi, command, &cur, sizeof(cur)); in ucsi_altmode_update_active() 527 len = ucsi_send_command(con->ucsi, command, &alt, sizeof(alt)); in ucsi_register_altmodes_nvidia() 603 len = ucsi_send_command(con->ucsi, command, alt, sizeof(alt)); in ucsi_register_altmodes() 704 ret = ucsi_send_command(ucsi, command, pdos + offset, in ucsi_read_pdos() 792 ret = ucsi_send_command(con->ucsi, command, data + offset, len); in ucsi_get_pd_message() 959 ret = ucsi_send_command(con->ucsi, command, &cable_prop, sizeof(cable_prop)); in ucsi_register_cable() 1020 ret = ucsi_send_command(con->ucsi, command, &con->cap, sizeof(con->cap)); in ucsi_check_connector_capability() 1407 return ucsi_send_command(con->ucsi, command, NULL, 0); in ucsi_reset_connector() [all …]
|
| H A D | debugfs.c | 41 ret = ucsi_send_command(ucsi, val, NULL, 0); in ucsi_cmd() 56 ret = ucsi_send_command(ucsi, val, in ucsi_cmd()
|
| H A D | displayport.c | 70 ret = ucsi_send_command(ucsi, command, &cur, sizeof(cur)); in ucsi_displayport_enter() 129 ret = ucsi_send_command(dp->con->ucsi, command, NULL, 0); in ucsi_displayport_exit() 196 return ucsi_send_command(dp->con->ucsi, command, NULL, 0); in ucsi_displayport_configure()
|
| H A D | thunderbolt.c | 60 ret = ucsi_send_command(tbt->con->ucsi, command, NULL, 0); in ucsi_thunderbolt_set_altmode() 93 ret = ucsi_send_command(con->ucsi, command, &cur, sizeof(cur)); in ucsi_thunderbolt_enter()
|
| H A D | ucsi.h | 562 int ucsi_send_command(struct ucsi *ucsi, u64 command,
|