Home
last modified time | relevance | path

Searched refs:UCSI_CONTROL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ducsi.c46 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()
885 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm()
904 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm()
1395 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
H A Ducsi.h23 #define UCSI_CONTROL 8 macro
H A Ducsi_ccg.c567 if (offset == UCSI_CONTROL && val_len == sizeof(uc->last_cmd_sent)) { in ucsi_ccg_sync_write()