Searched refs:c_sync (Results 1 – 7 of 7) sorted by relevance
/linux/arch/loongarch/include/asm/ |
H A D | barrier.h | 33 #define c_sync() DBAR(crwrw) macro 44 #define mb() c_sync() 47 #define iob() c_sync() 48 #define wbflush() c_sync()
|
/linux/drivers/usb/gadget/function/ |
H A D | u_uac2.h | 52 int c_sync; member
|
H A D | f_uac2.c | 61 #define EPOUT_FBACK_IN_EN(_opts) ((_opts)->c_sync == USB_ENDPOINT_SYNC_ASYNC) 687 if (is_playback || (uac2_opts->c_sync == USB_ENDPOINT_SYNC_ASYNC)) { in get_max_bw_for_bint() 2091 UAC2_ATTRIBUTE_SYNC(c_sync); 2209 opts->c_sync = UAC2_DEF_CSYNC; in afunc_alloc_inst()
|
/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-uac2 | 12 c_sync capture synchronization type
|
/linux/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1037 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local 1126 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? (1 << 4) : 0; in aty128_var_to_crtc() 1128 crtc->gen_cntl = 0x3000000L | c_sync | (dst << 8); in aty128_var_to_crtc() 1226 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local 1241 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty128_crtc_to_var() 1255 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty128_crtc_to_var()
|
H A D | atyfb_base.c | 825 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; in aty_var_to_crtc() local 1018 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? CRTC_CSYNC_EN : 0; in aty_var_to_crtc() 1040 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc() 1174 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local 1190 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty_crtc_to_var() 1206 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty_crtc_to_var()
|
/linux/Documentation/usb/ |
H A D | gadget-testing.rst | 748 c_sync capture synchronization type (async/adaptive)
|