Searched refs:async_control (Results 1 – 9 of 9) 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() 1364 ret = ucsi->ops->async_control(ucsi, command); in ucsi_reset_ppm() 1384 ret = ucsi->ops->async_control(ucsi, command); in ucsi_reset_ppm() 1405 ret = ucsi->ops->async_control(ucsi, command); in ucsi_reset_ppm() 1970 !ops->read_message_in || !ops->sync_control || !ops->async_control) in ucsi_create() 2046 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 | 212 .async_control = pmic_glink_ucsi_async_control,
|
H A D | ucsi_huawei_gaokun.c | 201 .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_stm32g0.c | 430 .async_control = ucsi_stm32g0_async_control,
|
H A D | ucsi_ccg.c | 671 .async_control = ucsi_ccg_async_control,
|