Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/typec/ucsi/
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()
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()
Ducsi.h22 #define UCSI_CONTROL 8 macro
Ducsi_ccg.c579 if (offset == UCSI_CONTROL && val_len == sizeof(uc->last_cmd_sent)) { in ucsi_ccg_sync_write()