Home
last modified time | relevance | path

Searched refs:sync_control (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c104 .sync_control = ucsi_sync_control_common,
142 .sync_control = ucsi_gram_sync_control,
H A Ducsi_yoga_c630.c173 .sync_control = yoga_c630_ucsi_sync_control,
H A Dcros_ec_ucsi.c163 .sync_control = cros_ucsi_sync_control,
H A Ducsi_glink.c235 .sync_control = ucsi_sync_control_common,
H A Ducsi_huawei_gaokun.c201 .sync_control = ucsi_sync_control_common,
H A Ducsi.h85 int (*sync_control)(struct ucsi *ucsi, u64 command, u32 *cci, member
H A Ducsi.c107 return ucsi->ops->sync_control(ucsi, ctrl, NULL, NULL, 0); in ucsi_acknowledge()
120 ret = ucsi->ops->sync_control(ucsi, command, cci, data, size); in ucsi_run_command()
2043 !ops->read_message_in || !ops->sync_control || !ops->async_control) in ucsi_create()
H A Ducsi_ccg.c671 .sync_control = ucsi_ccg_sync_control,
/linux/drivers/media/pci/saa7134/
H A Dsaa7134.h74 unsigned int sync_control; member