Home
last modified time | relevance | path

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

/linux/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
/linux/drivers/media/platform/ti/vpe/
H A Dvip.c2765 int iface, sync_type; in vip_setup_parser() local
2784 sync_type = EMBEDDED_SYNC_SINGLE_RGB_OR_YUV444; in vip_setup_parser()
2786 sync_type = EMBEDDED_SYNC_LINE_MULTIPLEXED_YUV422; in vip_setup_parser()
2804 sync_type = DISCRETE_SYNC_SINGLE_RGB_24B; in vip_setup_parser()
2806 sync_type = DISCRETE_SYNC_SINGLE_YUV422; in vip_setup_parser()
2834 config0 |= ((sync_type & VIP_SYNC_TYPE_MASK) << VIP_SYNC_TYPE_SHFT); in vip_setup_parser()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1646 enum timing_synchronization_type sync_type = NOT_SYNCHRONIZABLE; in program_timing_sync() local
1661 if (sync_type != TIMING_SYNCHRONIZABLE && in program_timing_sync()
1667 sync_type = VBLANK_SYNCHRONIZABLE; in program_timing_sync()
1672 if (sync_type != VBLANK_SYNCHRONIZABLE && in program_timing_sync()
1676 sync_type = TIMING_SYNCHRONIZABLE; in program_timing_sync()
1749 if (sync_type == TIMING_SYNCHRONIZABLE) { in program_timing_sync()
1753 if (sync_type == VBLANK_SYNCHRONIZABLE) { in program_timing_sync()