Searched refs:async_control (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/usb/typec/ucsi/ |
| H A D | ucsi_acpi.c | 105 .async_control = ucsi_acpi_async_control 143 .async_control = ucsi_acpi_async_control
|
| H A D | ucsi.c | 71 ret = ucsi->ops->async_control(ucsi, command); in ucsi_sync_control_common() 1407 ret = ucsi->ops->async_control(ucsi, command); in ucsi_reset_ppm() 1427 ret = ucsi->ops->async_control(ucsi, command); in ucsi_reset_ppm() 1448 ret = ucsi->ops->async_control(ucsi, command); in ucsi_reset_ppm() 2023 !ops->read_message_in || !ops->sync_control || !ops->async_control) in ucsi_create() 2099 ucsi->ops->async_control(ucsi, cmd); in ucsi_unregister()
|
| H A D | cros_ec_ucsi.c | 142 .async_control = cros_ucsi_async_control,
|
| H A D | ucsi_yoga_c630.c | 174 .async_control = yoga_c630_ucsi_async_control,
|
| H A D | ucsi_glink.c | 236 .async_control = pmic_glink_ucsi_async_control,
|
| H A D | ucsi_huawei_gaokun.c | 202 .async_control = gaokun_ucsi_async_control,
|
| H A D | ucsi.h | 85 int (*async_control)(struct ucsi *ucsi, u64 command); member
|
| H A D | ucsi_ccg.c | 671 .async_control = ucsi_ccg_async_control,
|