Searched refs:UCSI_CONTROL (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/usb/typec/ucsi/ |
D | ucsi.c | 46 return ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &ctrl, sizeof(ctrl)); in ucsi_acknowledge_command() 56 return ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &ctrl, sizeof(ctrl)); in ucsi_acknowledge_connector_change() 127 ret = ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_exec_command() 873 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm() 892 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm() 1406 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
|
D | ucsi.h | 22 #define UCSI_CONTROL 8 macro
|
D | ucsi_ccg.c | 579 if (offset == UCSI_CONTROL && val_len == sizeof(uc->last_cmd_sent)) { in ucsi_ccg_sync_write()
|