Home
last modified time | relevance | path

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

/drivers/staging/ozwpan/
Dozpd.c252 pd->paused_apps &= ~(1<<ai->app_id); in oz_services_start()
269 pd->paused_apps |= (1<<ai->app_id); in oz_services_stop()
272 pd->paused_apps &= ~(1<<ai->app_id); in oz_services_stop()
311 pd->paused_apps = 0; in oz_pd_stop()
Dozpd.h63 u16 paused_apps; member
Dozproto.c261 u16 resume_apps = new_apps & pd->paused_apps & ~0x1; in oz_connect_req()
266 new_apps, pd->total_apps, pd->paused_apps); in oz_connect_req()