Searched refs:c_sync (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/arch/loongarch/include/asm/ |
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()
|
D | qspinlock.h | 12 c_sync(); in queued_spin_unlock()
|
/Linux-v6.6/drivers/usb/gadget/function/ |
D | u_uac2.h | 47 int c_sync; member
|
D | f_uac2.c | 61 #define EPOUT_FBACK_IN_EN(_opts) ((_opts)->c_sync == USB_ENDPOINT_SYNC_ASYNC) 700 if (is_playback || (uac2_opts->c_sync == USB_ENDPOINT_SYNC_ASYNC)) { in get_max_bw_for_bint() 2079 UAC2_ATTRIBUTE_SYNC(c_sync); 2164 opts->c_sync = UAC2_DEF_CSYNC; in afunc_alloc_inst()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uac2 | 12 c_sync capture synchronization type
|
/Linux-v6.6/drivers/video/fbdev/aty/ |
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()
|
D | atyfb_base.c | 822 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 1015 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? CRTC_CSYNC_EN : 0; in aty_var_to_crtc() 1037 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc() 1171 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local 1187 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty_crtc_to_var() 1203 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty_crtc_to_var()
|
/Linux-v6.6/Documentation/usb/ |
D | gadget-testing.rst | 738 c_sync capture synchronization type (async/adaptive)
|