Searched refs:comp_sync (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_rx_agg.c | 76 _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 D | phl_sta.c | 351 _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 D | phl_rx.c | 700 _os_event_set(drv_priv, &sta->comp_sync); in phl_sta_rx_reorder_timer_expired()
|
| H A D | phl_def.h | 1859 _os_event comp_sync; /* reorder timer completion event */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_rx_agg.c | 76 _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 D | phl_sta.c | 351 _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 D | phl_rx.c | 705 _os_event_set(drv_priv, &sta->comp_sync); in phl_sta_rx_reorder_timer_expired()
|
| H A D | phl_def.h | 1883 _os_event comp_sync; /* reorder timer completion event */ member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | atyfb_base.c | 318 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)");
|