Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/os_if/sync/src/
H A Dosif_driver_sync.c40 static struct osif_driver_sync __osif_driver_sync; variable
52 if (!__osif_driver_sync.is_registered) in osif_driver_sync_lookup()
55 return &__osif_driver_sync; in osif_driver_sync_lookup()
60 if (__osif_driver_sync.in_use) in osif_driver_sync_get()
63 __osif_driver_sync.in_use = true; in osif_driver_sync_get()
65 return &__osif_driver_sync; in osif_driver_sync_get()