Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/pci/saa7134/
H A Dsaa7134-video.c199 .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,
401 sync_control = norm->sync_control; in saa7134_set_decoder()
[all …]
H A Dsaa7134.h74 unsigned int sync_control; member
H A Dsaa7134-cards.c7198 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-6.15/drivers/media/pci/tw68/
H A Dtw68-video.c116 .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 Dtw68.h64 u32 sync_control; member
/linux-6.15/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.c79 .sync_control = ucsi_sync_control_common,
H A Dcros_ec_ucsi.c142 .sync_control = cros_ucsi_sync_control,
H A Ducsi_glink.c211 .sync_control = ucsi_sync_control_common,
H A Ducsi.h82 int (*sync_control)(struct ucsi *ucsi, u64 command, u32 *cci, member
H A Ducsi.c106 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 Ducsi_stm32g0.c429 .sync_control = ucsi_sync_control_common,
H A Ducsi_ccg.c666 .sync_control = ucsi_ccg_sync_control,