Home
last modified time | relevance | path

Searched refs:sync_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/tls/
H A Dtrace.h79 TP_PROTO(struct sock *sk, u32 tcp_seq, u8 *rec_no, int sync_type),
81 TP_ARGS(sk, tcp_seq, rec_no, sync_type),
87 __field( int, sync_type )
94 __entry->sync_type = sync_type;
100 __entry->sync_type
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c5928 int sync_type = NO_SYNC_MODE; in rkcif_attach_sync_mode() local
5938 &sync_type); in rkcif_attach_sync_mode()
5940 sync_cfg.type = sync_type; in rkcif_attach_sync_mode()
5956 &sync_type); in rkcif_attach_sync_mode()
5957 if (!ret && sync_type) in rkcif_attach_sync_mode()
5961 sync_cfg.type = sync_type; in rkcif_attach_sync_mode()
5988 &sync_type); in rkcif_attach_sync_mode()
5990 sync_cfg.type = sync_type; in rkcif_attach_sync_mode()
6008 &sync_type); in rkcif_attach_sync_mode()
6009 if (!ret && sync_type) { in rkcif_attach_sync_mode()
[all …]