Searched refs:UCSI_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/usb/typec/ucsi/ |
A 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() 964 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm() 983 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm() 1556 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
|
A D | ucsi.h | 22 #define UCSI_CONTROL 8 macro
|
A D | ucsi_ccg.c | 579 if (offset == UCSI_CONTROL && val_len == sizeof(uc->last_cmd_sent)) { in ucsi_ccg_sync_write()
|
Completed in 11 milliseconds