Searched refs:sync_control (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 199 .sync_control = 0x18, 211 .sync_control = 0x18, 223 .sync_control = 0x18, 235 .sync_control = 0x18, 247 .sync_control = 0x59, 259 .sync_control = 0x18, 271 .sync_control = 0x18, 283 .sync_control = 0x18, 295 .sync_control = 0x18, 307 .sync_control = 0x59, [all …]
|
H A D | saa7134.h | 74 unsigned int sync_control; member
|
H A D | saa7134-cards.c | 7198 u8 sync_control; in saa7134_tda8290_827x_callback() local 7208 sync_control = 11; in saa7134_tda8290_827x_callback() 7210 sync_control = 17; in saa7134_tda8290_827x_callback() 7211 saa_writeb(SAA7134_VGATE_START, sync_control); in saa7134_tda8290_827x_callback() 7212 saa_writeb(SAA7134_VGATE_STOP, sync_control + 1); in saa7134_tda8290_827x_callback()
|
/linux/drivers/media/pci/tw68/ |
H A D | tw68-video.c | 116 .sync_control = 0x18, 128 .sync_control = 0x59, 140 .sync_control = 0x18, 152 .sync_control = 0x59, 164 .sync_control = 0x18, 184 .sync_control = 0x18,
|
H A D | tw68.h | 64 u32 sync_control; member
|
/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_acpi.c | 104 .sync_control = ucsi_sync_control_common, 142 .sync_control = ucsi_gram_sync_control,
|
H A D | cros_ec_ucsi.c | 143 .sync_control = cros_ucsi_sync_control,
|
H A D | ucsi_yoga_c630.c | 173 .sync_control = yoga_c630_ucsi_sync_control,
|
H A D | ucsi_glink.c | 211 .sync_control = ucsi_sync_control_common,
|
H A D | ucsi_huawei_gaokun.c | 200 .sync_control = ucsi_sync_control_common,
|
H A D | ucsi.h | 83 int (*sync_control)(struct ucsi *ucsi, u64 command, u32 *cci, member
|
H A D | ucsi.c | 106 return ucsi->ops->sync_control(ucsi, ctrl, NULL, NULL, 0); in ucsi_acknowledge() 119 ret = ucsi->ops->sync_control(ucsi, command, cci, data, size); in ucsi_run_command() 1970 !ops->read_message_in || !ops->sync_control || !ops->async_control) in ucsi_create()
|
H A D | ucsi_stm32g0.c | 429 .sync_control = ucsi_sync_control_common,
|
H A D | ucsi_ccg.c | 670 .sync_control = ucsi_ccg_sync_control,
|