Searched refs:UCSI_CONTROL (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_acpi.c | 158 ret = ucsi_acpi_sync_write(ucsi, UCSI_CONTROL, &dummycmd, in ucsi_dell_sync_write() 166 return ucsi_acpi_sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_dell_sync_write()
|
H A D | ucsi.c | 63 return ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &ctrl, sizeof(ctrl)); in ucsi_acknowledge() 134 ret = ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_exec_command() 1004 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm() 1026 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm() 1045 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm() 1638 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
|
H A D | ucsi.h | 23 #define UCSI_CONTROL 8 macro
|
H A D | ucsi_ccg.c | 581 if (offset == UCSI_CONTROL && val_len == sizeof(uc->last_cmd_sent)) { in ucsi_ccg_sync_write()
|