Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc.c76 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_start()
81 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_start()
102 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_start()
104 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_start()
125 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_stop()
128 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_stop()
191 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_heartbeat()
195 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_heartbeat()
Dozcdev.c52 spin_lock_bh(&pd->app_lock[OZ_APPID_SERIAL]); in oz_cdev_claim_ctx()
56 spin_unlock_bh(&pd->app_lock[OZ_APPID_SERIAL]); in oz_cdev_claim_ctx()
185 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_cdev_write()
196 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_cdev_write()
444 spin_lock_bh(&pd->app_lock[OZ_APPID_SERIAL]); in oz_cdev_start()
447 spin_unlock_bh(&pd->app_lock[OZ_APPID_SERIAL]); in oz_cdev_start()
451 spin_unlock_bh(&pd->app_lock[OZ_APPID_SERIAL]); in oz_cdev_start()
476 spin_lock_bh(&pd->app_lock[OZ_APPID_SERIAL]); in oz_cdev_stop()
479 spin_unlock_bh(&pd->app_lock[OZ_APPID_SERIAL]); in oz_cdev_stop()
Dozusbsvc1.c375 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_rx()
379 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_rx()
450 spin_lock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_farewell()
454 spin_unlock_bh(&pd->app_lock[OZ_APPID_USB]); in oz_usb_farewell()
Dozpd.h85 spinlock_t app_lock[OZ_NB_APPS]; member
Dozpd.c114 spin_lock_init(&pd->app_lock[i]); in oz_pd_alloc()