Home
last modified time | relevance | path

Searched refs:comp_sync (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_rx_agg.c76 _os_event_reset(drv, &sta->comp_sync); in _phl_cancel_rx_reorder_timer()
78 _os_event_wait(drv, &sta->comp_sync, PHL_REORDER_TIMER_SYNC_TO_MS); in _phl_cancel_rx_reorder_timer()
H A Dphl_sta.c351 _os_event_init(drv, &phl_sta->comp_sync); in _phl_stainfo_init()
375 _os_event_free(drv, &phl_sta->comp_sync); in _phl_stainfo_deinit()
H A Dphl_rx.c700 _os_event_set(drv_priv, &sta->comp_sync); in phl_sta_rx_reorder_timer_expired()
H A Dphl_def.h1859 _os_event comp_sync; /* reorder timer completion event */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_rx_agg.c76 _os_event_reset(drv, &sta->comp_sync); in _phl_cancel_rx_reorder_timer()
78 _os_event_wait(drv, &sta->comp_sync, PHL_REORDER_TIMER_SYNC_TO_MS); in _phl_cancel_rx_reorder_timer()
H A Dphl_sta.c351 _os_event_init(drv, &phl_sta->comp_sync); in _phl_stainfo_init()
378 _os_event_free(drv, &phl_sta->comp_sync); in _phl_stainfo_deinit()
H A Dphl_rx.c705 _os_event_set(drv_priv, &sta->comp_sync); in phl_sta_rx_reorder_timer_expired()
H A Dphl_def.h1883 _os_event comp_sync; /* reorder timer completion event */ member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Datyfb_base.c318 static int comp_sync = -1; variable
2713 if (comp_sync != -1) { in aty_init()
2714 if (!comp_sync) in aty_init()
3851 comp_sync = simple_strtoul(this_opt+10, NULL, 0); in atyfb_setup()
4006 module_param(comp_sync, int, 0);
4007 MODULE_PARM_DESC(comp_sync, "Set composite sync signal to low (0) or high (1)");